@charset "utf-8";
 /* CSS Document */
#eventos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ano {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#235298;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	margin: auto;
	width: 130px;
}
#eventos  #ano  span {
	display: block;
	float: left;
}
#eventos #meses {
	margin: auto;
	width: 685px;

}
#eventos #meses #tag {
	float: left;
	padding-right: 1px;
	padding-left: 1px;
}

#eventos #meses #tag h1 {
	background-image: url(/imagenes/eventos/meses/tag_esq_izq.gif);
	height: 27px;
	width: 5px;
	float: left;
}
#eventos #meses #tag a {
	background-image: url(/imagenes/eventos/meses/tag_bkg.gif);
	height: 21px;
	background-repeat:  repeat-x;
	display: block;
	float: left;
	padding-top: 6px;
	font-size:75%;
	text-decoration:none;
	color:#235298;
}
#eventos #meses #tag .activo {
	color:#000000;
	font-weight:bold;
}
#eventos #meses #tag h2 {
	background-image: url(/imagenes/eventos/meses/tag_esq_dcha.gif);
	height: 27px;
	width: 5px;
	float: left;
}
#eventos .bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8CC92;
	margin-bottom:20px;
}
