#servicios_izqda{
	position : relative;
	float : left;
	width : 214px;
	height : 511px;
	
	background-color : #bfbfbf;
	/* background-image : url("../img/calidad/foto_calidad.jpg"); */
	background-repeat : no-repeat;
	
	overflow : hidden;
}

#servicios_izqda img{
	display : block;
	position : absolute;
	top : 0px;
	left : 0px;
}

#servicios_decha{
	position : relative;
	float : left;
	/*898=214+684*/
	width : 684px;
	height : 511px;
	
	background-color : white;
	background-image : url("../img/grey_background.jpg");
	background-repeat : no-repeat;
	
	overflow : hidden;
}

#footer_top{
	margin-top : 37px;
}

.item_servicios{
	position : relative;
	float : left;
	width : 684px;
	/* height : 511px; */
}

.item_servicios h2{
	font-family : arial;
	font-size : 20px;
	font-weight : bold;
	
	text-align : left;
	
	color : black;
	padding : 70px 0px 0px 35px; 
}

.item_servicios h3{
	font-family : arial;
	font-size : 12px;
	font-weight : bold;
	line-height : 1.4;
	
	text-align : left;
	
	
	color : black;
	width : 490px;
	padding : 15px 0px 15px 35px; 
}

.item_servicios p{
	font-family : arial;
	font-size : 12px;
	text-align : left;
	line-height : 1.4;
	color : #666666;
	width : 490px;
	padding : 0px 0px 15px 35px;
}

.item_servicios b{
	font-weight : bolder;
}

.item_servicios ul{
	font-family : arial;
	font-size : 12px;
	text-align : left;
	line-height : 1.4;
	color : #666666;
	width : 490px;
	padding : 0px 0px 0px 45px;
	
	list-style-position: inside;
	list-style-type: square;
}

.item_servicios li{
	font-family : arial;
	font-size : 12px;
	text-align : left;
	line-height : 1.4;
	color : #666666;
	width : 490px;
	padding : 0px 0px 10px 0px;
}

#slider_next{
	position : absolute;
	top : 17px;
	right : 23px;
	display : block;
	height : 23px;
	width : 23px;
	background-image : url("../img/inicio/right_arrow.png");
}

#slider_next:hover{
	background-position : bottom;
}

#slider_previous{
	position : absolute;
	top : 17px;
	right : 52px;
	display : block;
	height : 23px;
	width : 23px;
	background-image : url("../img/inicio/left_arrow.png");
}

#slider_previous:hover{
	background-position : bottom;
}

.solicite_presupuesto_servicios{
	float : right ;
	display : block;
	height : 27px;
	width : 141px;
	background-image : url("../img/servicios/solicite-presupuesto.jpg");
	border : none;
	text-decoration : none;
	
	margin : 20px 159px 30px 0px;
}

.solicite_presupuesto_servicios:hover{
	background-position : bottom;
}


