@charset "utf-8";
@import url(geral.css);
/* CSS Document */
.linha-evento {clear:both; margin-bottom:60px; margin-top:20px; display:block; padding-bottom:50px;}
.data-evento {
	width:78px;
	height:69px;
	background-image:url(../img/eventos/bg_data.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-right:7px;
}
.dia {
	font-size:30px;
	margin-left:15px;
	color:#333;
	float:left;
	margin-top:7px;
	height:30px;
}
.mes {
	font-size:16px;
	clear:both;
	display:block;
	margin-left:20px;
}
.foto-evento {
	width:117px;
	height:89px;
	float:left
}
.moldura-evento {
	background-image:url(../img/eventos/moldura-evento.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:117px;
	height:89px;
}
.info-evento {
	float:left;
}
.info-evento img{
	border:none;
}
.info-evento h4{
	padding-left:17px;
	background-image:url(../img/eventos/seta_azul.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #003366;
	padding-bottom:3px;
}


#detalhe-evento {
	
}
#detalhe-evento h3{
	background-image:url(../img/eventos/seta_preta.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	font-weight:normal;
	color:#10094c;
}
#detalhe-evento .img-evento {
	float:left;
	width:400px;
	height:150px;
	border:6px solid green
}
.sombra-direita {
	width:20px; 
	height:150px;
	background-image:url(../img/eventos/sombra_direita.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}
.sombra_baixo {
	background-image:url(../img/eventos/sombra_baixo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	clear:both;
	height:20px;
}