body {
	background: #000 url(../imgs/fondo_ladrillos.jpg) no-repeat center top;
	margin: 0.0px;
	color: #eee;
	font: x-small Georgia, "Times New Roman", Times, serif;
}

#clear {
	width: 100%;
	height: 0;
	clear: both;
}

#cont_gral {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 165px;
	background-image: url(../imgs/header_principal.png);
	margin-bottom: 10px;
}

.top_header {
	height: 110px;
}

.btns_header {
	height: 45px;
	margin-left: 45px;
	margin-right: 45px;
}

#informacion {
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
}

.fondo_alpha {
	background: url(../imgs/fondo_alpha.png) repeat;
}



.titulos_grals {
	font-size: large;
	color: #d70714;
	font-weight: bold;
}

.subtitulos_grals {
	font-weight: bold;
	font-size: small;
	color: #fff;
}

.txt_legible {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.mensajes_asterisco {
	font: xx-small "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #adadad;
}

.btns_simples {
	width: 84px;
	height: 17px;
	background: url(../imgs/btns_simples.png) no-repeat;
	padding: 5px 4px 4px;
	margin-left: 10px;
	text-align: center;
}

/* @group Footer */

#footer {
	width: 930px;
	height: 230px;
	background-image: url(../imgs/footer.png);
	margin-top: 10px;
	padding: 35px;
	margin-bottom: 10px;
}

.footer_espacios {
	width: 280px;
	float: left;
	padding: 10px;
	background: url(../imgs/bkg_alpha.png) repeat;
	color: #000;
	font-weight: bold;
}

.footer_eventos {
	background: url(../imgs/separador_eventos.png) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 3px;
}

.footer_eventos_nom {
	color: #b00f1a;
	opacity: 1;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-transform: capitalize;
}

.footer_eventos_fecha {
	color: #fff;
	opacity: 1;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.footer_eventos_txt {
	color: #000;
	opacity: 1;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#footer_datos {
	width: 860px;
	height: 65px;
	background-image: url(../imgs/footer_datos.png);
	padding-top: 35px;
	padding-right: 70px;
	padding-left: 70px;
}



/* @end */

/* @group Link */

a:link {
	color: #b0020c;
	text-decoration: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #b0020c;
	text-decoration: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
a:active {
	color: #b0020c;
	text-decoration: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #ff0412;
	text-decoration: underline;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

.separador_links {
	color: #b0020c;
	text-decoration: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
	margin-left: 10px;
}
/* @end */