@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	font-family: 'Roboto Slab', serif !important;
}
a img{
	border:none;
}
.anchoFull{
	width:100%;
	margin:0 auto;
}
.anchoCorto{
	width:973px;
	margin:0 auto;
}
.anchoLargo{
	width:1319px;
	margin:0 auto;
}
#header{
	background-color:#E7E6E6;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	height:136px;
}
.contHeader{
}
#menu{
	position:absolute;
	z-index:101;
	left:0px;
	top:136px;
	height:61px;
	background-image: url(../img/bg-menu.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu ul{
	list-style:none;
	background-color:#FFCCCC;
}
#menu ul li{
	/*width:162px;*/
	float:left;
	padding-top:5px;
	text-align:center;
	padding:5px 43px 0 43px;
}
/*#menu ul li:first-child a{
	text-align:left !important;
}
#menu ul li:last-child a{
	text-align:right;
	float:right;
}*/
#menu ul li a{
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center !important;
}
#myCarousel{
	/*height:449px;
	width:1319px;
	position:absolute;
	z-index:99;
	top:192px;*/
}
.contHeader a.logo{
	float:left;
	margin:23px 0 0 0;
}
.headerData{
	float:right;
	width:250px;
	margin-top:20px;
}
.headerData p{
	font-size:16px;
	color:#1A171B;
	width:100%;
	text-align:right;
	float:right;
}
.headerData a.icoFace{
	width:100%;
	text-align:right;
	float:right;
}
.headerData span{
	font-size:13px;
	color:#1A171B;
	width:100%;
	text-align:right;
	float:right;
}
.headerData a{
	text-decoration:none;
	color:#1A171B;
	float:right;
}
.headerData a.boton{
	margin-right:-6px;
}
#homeData{
	position:absolute;
	z-index:101;
	top:541px;
	height:355px;
	background-image: url(../img/bg-data.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#homeData .destacados{
	float:left;
	width:320px;
	height:300px;
}
#homeData .destacados h3{
	font-size:18px;
	color:#FFFFFF;
	width:290px;
	height:38px;
	background-image: url(../img/rojo-transparente.png);
	background-repeat: repeat;
	background-position: left top;
	padding:12px 0 0 30px;
}
#homeData .destacados .data{
	background-color:#FFFFFF;
	padding:50px 20px 0 20px;
	height:200px;
}
#homeData .destacados .data p img{
	padding-right:10px;
}
#homeData .noDestacados{
	float:right;
	width:317px;
	height:300px;
}
#homeData .noDestacados h3{
	font-size:18px;
	color:#FFFFFF;
	width:287px;
	height:38px;
	background-image: url(../img/rojo-transparente.png);
	background-repeat: repeat;
	background-position: left top;
	padding:12px 0 0 30px;
	flo
}
.data p{
	color:#1A171B;
	font-size:15px;
	font-weight:300;
}
.data .contImg{
	float:left;
	width:95px;
	margin-right:5px;
}
.data .contImg img{
	border: 5px solid #FFF;
}
.data .texto{
	float:left;
	width:175px;
}
.data .texto h4{
	font-size:17px;
}
.data .texto a{
	color:#C41F25;
}
#homeData .noDestacados .data{
	background-color:#dddede;
	padding:50px 20px 0 20px;
	height:200px;
}
#homeData .bordeGris{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #787776;
}
.shadow{
	-webkit-box-shadow: 0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 5px 3px rgba(50, 50, 50, 0.35);
}
.shadowLeft{
	-webkit-box-shadow: 0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	float:left;
}
.shadowRight{
	-webkit-box-shadow: 0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 5px 3px rgba(50, 50, 50, 0.35);
	float:right;
}
#footer{
	position:absolute;
	top:850px;
	bottom:0px;
	z-index:200;
	height:50px;
	background-color:#9ea0a4;
}
#contFooter{
}
#footer p{
	margin-top:15px;
	font-size:13px;
}
#banner{
	position:absolute;
	z-index:99;
	left:0px;
	top:192px;
	height:223px;
}
.carousel .carouselTexto{
	position:absolute;
	z-index:999;
	margin:-400px 0 0 235px;
	width:300px;
}
.carousel .carouselTexto p{
	font-size:14px;
	color:#1A171B;
	float:left;
	margin:0 0 10px 0;
	width:100%;
}
.carousel .carouselTexto h4{
	float:left;
	margin:0 0 0 0;
	font-size:28px;
	color:#AF2324;
	font-weight:normal;
	line-height:34px;
}
