/* ********************************************** */
/* DEFINICOES PADRAO PARA SITE TODO			      */
/* ********************************************** */
body {
	font-family: Verdana, Arial, Tahoma;
	color: #000;
	font-size: 10pt;
	background: url('../imagens/backgrounds/bg1.jpg') top left repeat-x fixed;
	margin: 0px 0px 0px 0px;
}
.separador {
	clear: both;
}

/* ********************************************** */
/* CAIXAS PRINCIPAIS DO SITE				      */
/* ********************************************** */
#principal {
	margin: auto;
	width: 760px;
}
#abertura {
	margin: 0px 0px 0px 0px;
}
#conteudo {
	background-image: url('../imagens/fundo.gif');
}

/* ********************************************** */
/* RODAPE DA PAGINA							      */
/* ********************************************** */
#rodape {
	background-image: url('../imagens/fundo_rodape_abertura.gif');
	background-repeat: no-repeat;
	padding-top: 16px;
	font-size: 7pt;
	color: #000;
}
#rodape1 {
	margin-left: 5px;
	float: left;
}
#rodape2 {
	margin-right: 5px;
	float: right;
}
#rodape2 a {
	font-size: 7pt;
	color: #000;
	text-decoration: none;
}
#rodape2 a:Hover {
	font-size: 7pt;
	color: #0080c0;
	text-decoration: none;
}

/* ********************************************** */
/* CAIXAS CENTRAIS							      */
/* ********************************************** */
.box {
	font-size: 8pt;
	width: 33%;
	float: left;
	margin: 0px 0px 0px 0px;
}

.box ul {
	list-style: none;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

.box ul li {
	text-align: justify;
	margin-bottom: 10px;
}

.box ul li a {
	color: #000;
	text-decoration: none;
}

.box ul li a:Hover {
	color: #0080c0;
	text-decoration: none;
}

.box p {
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

div .box_rodape {
	text-align: center;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div .box_rodape a {
	text-decoration: none;
	color: #000;
}

div .box_rodape a:Hover {
	text-decoration: none;
	color: #0080c0;
}

div .box_titulo {
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

.data {
	font-size: 7pt;
}

.tit_evento {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

/* ********************************************** */
/* Titulos dos Boxes						      */
/* ********************************************** */
div .titulos { 
	width: 230px;
	height: 20px;
}

/* ********************************************** */
/* Listas CSS Rodape						      */
/* ********************************************** */
.lst_footer_core {
	margin-left: 5px; 
	margin-right: 5px;
	margin-top: 10px;
	font-size: 8pt;
	text-align: center;
	background-color: #f2f2f2;
	border-top: 2px dotted #cecece;
}

.lst_footer ul {
	list-style-type: none;
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.lst_footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.lst_footer li a {
	color: #666;
	text-decoration: none;	
}

.lst_footer li a:hover {
	color: #0080c0;
}

div .botoes { 
	width: 111px;
	height: 81px;
	float:left;
	margin-top: 0px;
	margin-left: 10px;
}



