/* PRODUCTOS */

/*  MATERIAS PRIMAS   */
div.columnaIzq,
div.columnaDrch{
    width: 235px;
    }

div.columnaDrch{
    float: right;
    margin: -141px 0;
    }
    
/*  PIEZAS DE PRECISION   */
h1.tituloPrecision{
    margin-top: 35px;
    text-align: left;
    line-height: 20px;
    }
    
img.imgPrecisoD{
    float: right;
    margin-left: 20px;
    }
    
img.imgPrecisoI{
    margin-top: 1px;
    float: none;
    clear: both;
    }
    
p.textoPrecision{
    text-align: left;    
    }
div.textoProductos,
div.imgProductos{
    float: left;
    width:45%;
    margin-right:10px;
    }    
    
/*  MEDIOS DE PRODUCCION  */
img.imgMediosPeque{
    float: right;
    margin-top: -66px;
    }
    
img.imgServiciosPeque{
    float: right;    
    }
    
img.imgMediosButton{
    position: relative;
    bottom: -20px;
    }
    
a#cuadro,
a#cuadro:hover{
    font-size: 0.9em;
    font-style: italic;
    color: #0a93d5;
    text-align: left;
    }
    
/*  CARACTERISTICAS DE LAS MAQUINAS   */
h1.center{
    text-align: center;
    margin: 15px 0 15px 0;
    }

table.caracteristicas th,
table.caracteristicas td{
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #0A93D5;
    background: #fff;
    padding: 4px 2px 4px 2px;
    }

table.caracteristicas th{
    background: #0A93D5;
    font-size: 0.9em;
    color: #fff;
    border-right: 1px solid #fff;  
    }
    
table.caracteristicas th.sinBorder{
    border-right: 1px solid #0A93D5;
    }
    
/*  SERVICIOS EXTERNOS    */
h1.servicios{
    margin-top: 50px;    
    }
    
ul.servicios{
    margin-left: 15px;    
    }
