#eventos li
{
	list-style: none;
	float: left;
	margin-right: 10px;
}

#eventos li a
{
	display: block;
	width: 260px;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	background-color: #f8f7f1;
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

#eventos li a:hover
{
	color: #a39757;
	border: 1px solid #cbc189;
	background-color: #fff;
}

.data
{
	font-weight: normal;
	font-size: 0.9em;
}