@charset "utf-8";
/* CSS Document */
/* EMPRESA */
.contenido_servicios{
	width:940px;
	margin:auto;
	padding:0px;
	position:relative;	
	/*border:1px solid red;*/
}
.col_empresa_izq{
    font-family: Arial, Helvetica, sans-serif;
	width:225px;
	float:left;
	text-align:justify;
	/*border:1px solid green;*/
    padding-top: 25px;
}
.col_empresa_dcha{
    font-family: Arial, Helvetica, sans-serif;
	width:700px;
    height: 460px;
	float:right;
	/*border:1px solid blue;*/
}
.txt_menu_izq_servicios{
    text-decoration: none;
    color: #FFFFFF;
}
.txt_menu_izq_servicios:hover{
    text-decoration: none;
    color: #F7FFCB;
}
#menuIzqda li{
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-decoration: none;
    list-style: none;
    list-style-image: url("../elementos/ico_serv_1.gif");
    font-size: 20px;
	font-weight: bold;
	color: #FFF;
	/*text-indent: 38px;*/
    margin-left: 45px;
    margin-left: 45px;
    cursor: pointer;
	padding-bottom:20px;
}
#menuIzqda li:hover{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    list-style-image: url("../elementos/ico_serv_2.gif");
    font-size: 20px;
	font-weight: bold;
	color: #F7FFCB;
	/*text-indent: 38px;*/
    margin-left: 45px;
    margin-left: 45px;
    cursor: pointer;
	padding-bottom:20px;
}
.imgRecorteServRep{
    background-image: url("../elementos/serv_reparacion.jpg");
    background-repeat: no-repeat;
    width: 340px;
    height: 340px;
}
.imgRecorteServVen{
    background-image: url("../elementos/serv_venta.jpg");
    background-repeat: no-repeat;
    width: 340px;
    height: 340px;
}
.imgRecorteServRepu{
    background-image: url("../elementos/serv_repuestos.jpg");
    background-repeat: no-repeat;
    width: 340px;
    height: 340px;
}
.imgRecorteServMant{
    background-image: url("../elementos/serv_mantenimiento.jpg");
    background-repeat: no-repeat;
    width: 340px;
    height: 340px;
}
.imgRecorteServIng{
    background-image: url("../elementos/serv_ingenieria.jpg");
    background-repeat: no-repeat;
    width: 340px;
    height: 340px;
}
.col_izqda_imagen{
    float: left;
    width: 340px;
}
.col_drcha_txt{
    float: left;
}
.serv_titulo_texto {
	font-size: 18px;
	font-weight: normal;
	color: #37424a;
	text-transform: uppercase;
	line-height: 22px;
}
.serv_texto {
	/*width:340px;*/
	/*float:none;*/
	/*position: relative;*/
	/*left: 600px;*/
	/*top: 85px;*/
	font-size: 12px;
	font-weight: normal;
	color: #37424a;
	text-align: justify;
}

#txtReparacion
{
	width:340px;
	padding-left:20px;
	padding-top:20px;
	position:relative;
	float:left;
}

#txtVenta
{
	width:340px;
	padding-left:20px;
	padding-top:20px;
	position:relative;
	float:left;
}

#txtVenta ul{
	 list-style: none;
}

#txtRepuestos
{
	width:340px;
	padding-left:20px;
	padding-top:20px;
	position:relative;
	float:left;
}

#txtRepuestos ul{
	 list-style: none;
}

#txtMantenimiento
{
	width:340px;
	padding-left:20px;
	padding-top:20px;
	position:relative;
	float:left;
}

#txtMantenimiento ul{
	 list-style: none;
}

#txtIngenieria
{
	width:340px;
	padding-left:20px;
	padding-top:20px;
	position:relative;
	float:left;
}

#txtIngenieria ul{
	 list-style: none;
}

#pfoTxts ul{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
	color: #37424a;
    list-style: none;
}
/*#menuIzqda ul{
    list-style: none;
    list-style-image: url("../elementos/ico_serv_1.gif");
}*/
/*.serv_menu {
	width:220px;
	float:none;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-indent: 38px;
	background-image: url(elementos/ico_serv_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px;
}*/

/*
    Texto rollover

    #f7ffcb
*/


/* Maquinaria */
.f_txt_maquinaria{
	background-color:#E4D65E;
	padding:2px 3px 2px 3px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#35444B;
	margin-left:5px;
	margin-right:5px;
	height:32px;	
}

.tit_maquinaria{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	padding: 0px 0px 20px 50px;	
	width:650px;
}
