#bloco_evento
{
	float: left;
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #e6e6e6;
}
#bloco_evento.relacionado
{
	width: 640px;
	margin-left: 5px;
}
#bloco_evento #titulo
{
	background-color: #9d9d9d;	
}
#bloco_evento #titulo a
{
	color: #ffffff;	
}
#bloco_evento #titulo a:hover
{
	color: #ffffff;		
}
#bloco_evento #titulo a:active
{
	color: #ffffff;		
}
#fundo_bloco_evento
{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#fundo_bloco_evento ul
{
	margin: 15px 0 0 0;
}
#fundo_bloco_evento li
{
	width: 90%;
	margin: 0 10px 0 10px;
	text-align: left;
	font-size: 10px;
}
#fundo_bloco_evento li a
{
	color: #575656;
}
#fundo_bloco_evento li a:hover
{
	color: #575656;
}
#fundo_bloco_evento.blocos_dois
{
	width: 50%;	
}
#linha_fundo_bloco_evento
{
	float: left;
	width: 93%;
	height: 1px;
	margin: 8px 2px 8px 6px;
	color: #898989;
	background-color: #898989;
}
