@charset "utf-8";
/* CSS Document */

#ano {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #933E67;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	margin: auto;
	width: 130px;
	position: relative;
	height:32px;
}
#agenda  #ano  span {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
}
#agenda #meses {
	/*width: 675px; Para centrar */ 
	
	margin: auto;
	width: 610px;
}
#agenda #meses #tag {
	float: left;
	padding-right: 1px;
	padding-left: 1px;
}

#agenda #meses #tag h1 {
	background-image: url(../images/agenda/meses/tag_esq_izq.gif);
	height: 27px;
	width: 5px;
	float: left;
}
#agenda #meses #tag a {
	background-image: url(../images/agenda/meses/tag_bkg.gif);
	height: 21px;
	background-repeat:  repeat-x;
	display: block;
	float: left;
	padding-top: 6px;
}
#agenda #meses #tag a.activo {
	font-family: Tahoma;
	font-size: 12px;
	color: #933E67;
}
#agenda #meses #tag h2 {
	background-image: url(../images/agenda/meses/tag_esq_dcha.gif);
	height: 27px;
	width: 5px;
	float: left;
}
#agenda .bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	margin-bottom: 20px;
}
#agenda #listado_agenda #noticia {
	padding-top: 20px;
}

