/**********************
		#eventos 
 **********************/
.fecha {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #555555;
	text-align: center;
	width: 68px;
	background-image: url(../imagenes/calendario.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 78px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	display: block;
	vertical-align: middle;
	float: left;
	position: relative;
}
.fecha .ano{
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}
.fecha .mes{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-align: center;
}

.evento {
	margin: 0px;
	padding: 0px;
}
a.evento {
	text-decoration: none;
}
#noticias li {
	height: 80px;
}
#noticias li:hover  {
	text-decoration: none;
	background-color: #E7E7E7;
}