/* Estilos de la pagina de inicio */

#portada {
	margin-right: auto;
	margin-left: auto;
	width: 925px;
	text-align: left;
	background-image: url(../img/bg_portada.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 54px;
	padding-left: 55px;
}
#intro {
	margin-bottom: 1em;
	border-bottom: 1px solid #ABABAB;
	padding-top: 42px;
	padding-right: 25px;
	padding-bottom: 2.5em;
	padding-left: 25px;
	font-size: 12px;
}
#slideshow {
	background-color: #4A1D56;
	display: block;
	height: 265px;
}
#intro p {
	color: #A079A7;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 1.5em;
	padding-right: 280px;
	background-image: url(../img/bg_intro.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#boton_intro {
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}
#xtras h2 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 11px;
	text-indent: -5000px;
}
#eventos {
	float: left;
	width: 188px;
	padding-left: 25px;
	padding-right: 12px;
	height:450px;
}
#eventos h2 {
	background-image: url(../img/h2_eventos.gif);
	height: 40px;
}
#eventos h3 {
	color: #373535;
	font-size: 14px;
	margin-bottom: 1em;
}
.datos_evento {
	padding: 0.5em 0em 0.5em 0em;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	font-size: 10px;
	color: #838383;
}

.datos_evento2 {
	margin-top:10px;
	border-top: 1px solid #626262;
	font-size: 10px;
	color: #838383;
}

.fecha_evento {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.texto_evento {
	font-size: 11px;
	color: #000000;
}
#destacados {
	float: left;
	width: 425px;
	padding-left: 24px;
	border-left: 1px solid #ABABAB;
	height:450px;
}
#destacados h2 {
	background-image: url(../img/h2_destacados.gif);
	height: 40px;
}
#destacados h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #C40000;
}
#destacados ul {
	list-style-type: none;
}
#destacados li {
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#destacados p {
	border-bottom: 1px solid #ABABAB;
	margin-bottom: 1.8em;
	padding-bottom: 0.5em;	
}
#atencion {
	float: left;
	width: 200px;
	padding-left: 37px;
	background-image: url(../img/bg_atencion.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 13px;
}
#atencion h2 {
	height: 75px;
}
#atencion ul {
	list-style-type: none;
}
#atencion li {
	background-image: url(../img/separador2.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#atencion a {
	display: block;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 30px;
}

