#agenda{
	float: left;
	width: 465px;
	min-height: 400px;
	/*height: 500px;*/
	background-color:#fff;
}
	
	.top_verde_agenda {
		float: left;
		background: url('/static-media/topo_noticia_singular.jpg') no-repeat;
		width: 452px;
		min-height: 20px;
		margin-left: 6px;
		background-color:#c8d52d;
	}
	
	.top_verde_agenda p {
		padding-top: 5px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 5px;
		text-align:center;
		font-weight: bold;
		font-size: 13px;
		color: #cc0000;
	}
	
.eventos {
	float:left;
	width: 218px;
	margin-top: 5px;
	margin-left: 6px;
	margin-right: 8px;
	/*min-height: 200px;*/
	background-color:#d9e7ea;
}
	.topo_evento {
		background: url('/static-media/topo_evento.jpg') no-repeat;
		width: 218px;
		height: 30px;
	}
	.topo_evento p {
		text-align:center;
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 5px;
		font-weight: bold;
		color: #fff;
	}
	.fundo_evento {
		background: url('/static-media/fundo_evento.jpg') no-repeat;
		width: 218px;
		height: 16px;
	}
	
	.titulo_evento {
	}
	
	.titulo_evento p {
		text-align: center;
		padding: 5px 10px 5px 10px;
		font-weight: bold;
		color: #5a5a5c;
	}
	.img_evento {
		margin-left: 12px;
		width: 200px;
	}
	.texto_evento {
		width: 204px;
		min-height: 160px;
	}
	.texto_evento p {
		padding: 10px 0px 5px 12px;
		text-align: justify;
	}
	
	.texto_evento p.hour_local {
		text-align: left;
		font-weight: bold;
	}

.calendar_empty {
	margin: 50px auto;
	font-weight:bold;
	font-size: 10pt;
	text-align:center;
}

.fundo_branco {
	text-align: center;
}
	
	.fundo_branco a, .fundo_branco a:hover {
		color: #cc0000;
		text-decoration: none;
		font-size:8pt;
		padding:5px;
	}
	
	.fundo_branco a:hover {
		color: #cccc33;
	}