/********************************************
   EVENTOS
********************************************/ 

#lista_eventos {
	margin:0;
	width:100%;
}

#lista_eventos .box_evento {
	background:#EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float:left;
	margin:0 10px 20px 10px;
	text-align:center;
	width:220px;	
}

/* imagem */
#lista_eventos img {
	margin:10px 0;
}

/* titulo */
#lista_eventos .evento_titulo {
	margin: 0 10px;
	width: 200px;
}

#lista_eventos .evento_titulo a {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}

#lista_eventos .evento_titulo a:hover {
	text-decoration: underline;
}

/* data */
#lista_eventos .evento_data {
	font-size: 0.8em;
	text-align: right;
}