@charset "utf-8";
@import url(geral.css);
/* CSS Document */
hr {
	clear:both;
	color:#F1FFFF;
	height:1px;
}
#evento-atual {
	border:3px solid #003366;
	float:left;
	margin-bottom:20px;
	clear:both;
}
.item-evento {
	clear:both;
	width:100%;
	margin-top:15px
}
.logo-evento {
	border:2px solid #216598;
	width:70px;
	height:50px;
	float:left
}
.info-evento {
	float:left;
	width:510px;
	margin-left:10px;
}
.info-evento p {
	text-align:justify;
}
.info-evento b {
	color:#216598
}
#eventos-separa {
	margin-top:40px;
	display:block;
	height:96px;
	background-image:url(../img/evento/separa.jpg);
	clear:both
}