/* CSS Document */
#cuadro-eventos {
	text-align: center;
	width: 150px;
	float: left;
}

#cuadro-eventos a:link,
#cuadro-eventos a:visited,
#cuadro-eventos a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE5B5B;
	font-weight: bold;
	font-size: 12px;
}
#cuadro-eventos a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6C00;
	font-weight: bold;
	font-size: 12px;
}
#cuadro-eventos img{
	border: 1px solid #CE5B5B;	
}
#cuadro-eventos .fecha{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}