/*** TITULO ***/
h2.tit_eventos {
	background:url(../imagens/layout-2009/eventos/tit-eventos.png) no-repeat left top;
}
h2.tit_historico_eventos {
	background:url(../imagens/layout-2009/eventos/tit-historico-eventos.png) no-repeat left top;
}

a.ev_historico,
a.ev_futuros {
	position:absolute;
	top:15px;
	right:10px;
	display:block;
	width:145px;
	height:25px;
	text-indent:-9999px;	
}
a.ev_historico {
	background:url(../imagens/layout-2009/eventos/bt-historico-eventos.png) no-repeat left top;
}
a.ev_futuros {
	background:url(../imagens/layout-2009/eventos/bt-proximos-eventos.png) no-repeat left top;
}
a.ev_historico:hover,
a.ev_futuros:hover {
	background-position:left bottom;
}

#conteudo h3 {
	font-weight:bold;
	font-size:12px;
	margin:20px 0;	
}


.evento {
	display:block;
	padding:10px;
	width:613px;
	background-color:#F2F2F2;
	margin-top:5px;
}
.evento h2 {
	color:#F7931E;
	margin-bottom:10px;
	font-size:12px;
	letter-spacing:1px;
}
.evento p { width:400px; }
.bt_evento {
	float:right;
	display:block;
	width:153px;
	height:25px;
	background:url(../imagens/layout-2009/eventos/bt-mais-info.png) no-repeat left top;
	text-indent:-9999px;
}
.evento .foto_ev {
	padding:5px;
	border:1px solid #636363;
	margin:5px 25px 5px 0px;
	background:#FFF;
}

