@CHARSET "ISO-8859-1";
@IMPORT url("index.css");
@IMPORT url("conteudo.css");

#conteudot{
	/*border: 1px solid blue;*/
	top: 50px;
	*top: 55px;
	width: 435px;
}

#conteudo{
	width: 460px;
	top: 115px;
	height: 327px;
	color: #333333;
	/*border: 1px solid red;*/
}
#conteudo .imgevt{
	/*border: 1px solid green;*/
	float: left;
	padding: 10px;
}
#conteudo .imgevt span{
	display: block;
	border: 1px solid #FFE479;
	float: left;
	font-family: arial;
	font-size: 10px;
	color: #333;
	margin-top: -25px;
	margin-left: 20px;
	padding: 6px;
	z-index: 60;
	position: relative;
	width: 180px;
	background-color: #FFFBCC;
}
#conteudo .imgevt img{
	display: block;
	border: 2px solid #ccc;
	margin: 0px 10px 10px 0px;
}
#fotos{
	left: 750px;
	width: 180px;
}
#listeventos{
	margin-top: 10px;
	clear: both;
}
#listeventos p span{
	color: #397C93;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 8px;
	font-size: 11px;
}
#listeventos p a{
	color: #397C93;
	font-size: 11px;
	text-decoration: none;
}
#listeventos p{
	margin: 3px 0px 3px 0px;
}
.listaeventos_titulo{
	clear: both;
	background-image:url(../images/site_divisor.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 41px;
	width: 361px;
	margin: 10px 0px -10px 0px;
}
.listaeventos_titulo span{
	display: none;
}
