/* ---------------------------------------------  SERVICIOS TIPO 1  ----------------------------------------------------------------*/
.servicio {
	margin-bottom: 10px;
	clear: right;
	width: 320px;
	margin-top: 0px;
	text-align: center;
}
.servicio a img
{
 border: 0px;
}


.servicio_cabecera {
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-color: #52783D;
	margin-bottom: 2px;
	text-align: left;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E430F;
	background-image: url(../images/fondo_cintillo2.jpg);
}

.servicio_imagenizq {
	float: left;
	clear: both;
	border: 1px solid #CCCCCC;
	width: 305px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
}
.servicio_imagender {
	float: right;
	height: 19px;
	width: 85px;
}
