/* CSS Document */

h2 {
	background-image: url(/img/en/services/titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}
/*************************************************************************************
SERVICIOS
*************************************************************************************/
#servicios {
	background-color: #fff;
	width: 480px;
	height: 290px;
}
#left ul li {
	background: url(/img/bullet_listas.png) no-repeat 0px 3px;	
	padding-left: 20px;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 6px;
}
#left ul.lista1 {
	float: left;
	width: 180px;
}
#left ul.lista2 {
	float: right;
	width: 180px;	
}