.servicio_item{
	border: #E5E5E5 6px solid;
	height: 121px;
	margin: 0px auto 16px auto;
	overflow: hidden;
	width: 703px;
}
.servicio_tipo{
	background: #B7B7B7 url(../imagenes/secciones/servicios_tipo_bg.png) repeat-x;
	height: 121px;
	float: left;
	width: 205px;
}
.servicio_tipo h2{
	margin-top: 30px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 66px;
	height: 66px;
	text-shadow: 0 1px 0 #fff; 
}
h2.aereos{
	background:  url(../imagenes/secciones/servicios/icono_aereos.jpg) top right no-repeat;
}
h2.terrestre{
	background:  url(../imagenes/secciones/servicios/icono_terrestres.jpg) top right no-repeat;
}
h2.hoteleria{
	background:  url(../imagenes/secciones/servicios/icono_hoteles.jpg) top right no-repeat;
}
h2.asistencia{
	background:  url(../imagenes/secciones/servicios/icono_asist_viejero.jpg) top right no-repeat;
}
h2.autos{
	background:  url(../imagenes/secciones/servicios/icono_alq_autos.jpg) top right no-repeat;
}
.servicio_descripcion{
	border-left: #D9DCDE 1px solid;
	float: right;
	width: 497px;
}
.servicio_descripcion h3{
	background: #E5E5E5 url(../imagenes/secciones/servicios/servicio_descripcion_h3.png) repeat-x;
	text-shadow: 0 1px 0 #fff; 
	margin: 0px;
	padding: 2px 0px 0px 0px;
	height: 18px;
	text-align: center;
	font-weight: normal;
}
.servicio_text{
	background: #157A8C url(../imagenes/secciones/servicios/servicio_descripcion_text.png) repeat-x;
	color: #fff;
	font-size: 11px;
	height: 120px;
	padding: 6px 6px 6px 12px;
}	
