@charset "utf-8";
/* CSS Document */
.banner{
	height:168px;
	background-image:url(_img/banner-bg.jpg);
	background-position:center;
	font-size: 11px;
	/*margin-bottom:3px;*/
}
.contenidos{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
}
.cuerpo{
	/*height:390px;*/
	background-image:url(_img/cuerpo-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	/*margin-bottom:3px;*/
	background-color:#1D2024;
	border-bottom-color:#FF1900;
	border-bottom-style:solid;
	border-bottom-width:3px;
}
.cuerpo-left{
	width:252px;
	/*height:355px;*/
	padding-top:35px;
	float:left;
	background-image:url(_img/home-bienvenidos.gif);
	background-repeat:no-repeat;
	padding-bottom:15px;
}
.cuerpo-left img{
	float:left;
}
.cuerpo-right{
	width:500px;
	padding-left:2px;
	/*height:390px;*/
	float:left;
	background-image:url(_img/cuerpo-barra.jpg);
	background-repeat:repeat-y;
}
.servicios{
	width:500px;
	padding-top:30px;
	padding-bottom:25px;
	padding-bottom:25px;
	float:left;
	background-image:url(_img/home-servicios.gif);
	background-repeat:no-repeat;
}
.servicio{
	width:227px;
	height:75px;
	margin-left:14px;
	margin-top:10px;
	/*margin-bottom:8px;*/
	display:inline;
	float:left;
}

