/* Configurações gerais para toda a pagina */

* { margin:0px; padding:0px }

body {
/*	background: #eeeedd url(../figuras/fundo.gif) 0 0 repeat-x; */
	background: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: 0.8px;
	color: #0a0947;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* INICIO DAS CONFIGURAÇÕES DOS CONTAINERS*/

/* Confirações para conteiner pagina */
#pagina {
	width: 992px;
	height: auto;
	overflow: auto;
	background: url(../figuras/fundo-liso.gif) center center repeat-y;
/*	border: 1px dashed orange; */
}

/* Configuraçõe para o topo da página - fica sobre todos */
#topo{
	position: relative;
	float: top;
	display: block;
	background: url(../figuras/topo.jpg) center center no-repeat;
	height: 138px;
	width: auto;
	top: 0px;
	left: 0px;
	margin: 0px;
}

/* Botoes Menu */

#menu {
	position: relative;
	float: left;
	margin-left: 31px;
	list-style-type:none;
	font-family: Verdana, Arial, Georgia, Times New Roman, Times, Tahoma, serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	width: 190px;
	background-color: #d0d0e0;
/*	border: 1px red dashed;*/
}

#menu li {
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
	width:190px;
	padding:0px;
}

#menu li#head {
	padding: 5px 5px 5px 8px;
	background-color: #006600;
	color: #FFFFFF;
}

#menu li a {
	display: block;
	padding: 5px 5px 5px 8px;
	margin:0px;
	color: #000000;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #0a0947;
	color: #FFFFFF;
}

/* Fim do menu */



/*	Mostra menu lateral ou qualquer informação - largura tem que bater com #ladoDireito + #conteudo totalizando #pagina */
#ladoEsquerdo{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 232px;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
	
/*	border: 1px dashed silver; */
}

#flutuante{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}

/* Conteudo é onde vai o assunto e fica depois do quadro esquerdo - se houver */
#conteudo{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 725px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}


/*	Mostra menu lateral ou qualquer informação - largura tem que bater com #ladoEsquerdo + #conteudo totalizando #pagina */
#ladoDireito{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 175px;
	height: auto;
	text-align: center;
	margin: 0px;
}

#centro{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 540px;
	height: auto;
	text-align: center;
	margin: 0px;
}

.publicidade{
	float:left;
	margin-top:10px;
	text-align:center;
	width: 155px;
	height:100px;
}

.caixa_cota{
	position: relative;
	float: right;
	width: 220px;
	margin-bottom: 25px;
}

.nome_cota{
	position: relative;
	float: left;
	width: 145px;
	text-align: left;
	left: 15px;
}

.desc_cota{
	text-align: left;
}

.caixa_cota p{
	text-align: left;
	text-indent: 25px;
}

/* Rodapé fica por último mostrando informaçoes finais */

#rodape{
/*	position: relative; */
	float: left;
	width: 992px;
	background: url(../figuras/rodape.gif) center center no-repeat; 
/*left: 0px;
	top: 0px; 
	overflow: hidden;*/
	height: 103px; 
	margin: 0px; 
	padding: 0px;
	text-align: left;
}

#rodape p{
	margin-top: 55px;
	font-weight: normal;
	text-align: center;
	text-indent: 0px;
	padding: 0px;
	padding-right: 0px;
	font-size: 11px;
	color: #ffffff;
}

/* Configuração da galeria de fotos*/

.fotos{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%; 
	text-align: center; 
	padding: 0px;
	margin: 0px;
}

.fotos a{
	position: relative;
	float: left;
	width: 158px;
	height: 106px;
	text-align: center;
	border: 1px dashed #ddd;
	margin: 4px;
}

.fotos a:hover{
	border: 1px dashed #820d0d;
}


/* FIM DAS CONFIGURAÇÕES DOS CONTAINERS */

/* CONFIGURAÇÕES DOS TEXTOS */

p{
	margin-top: 0px;
	font-weight: normal;
	text-align: justify;
	text-indent: 35px;
	padding: 5px;
	padding-right: 15px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 0.8px;
	color: #0a0947;
	margin-bottom: 5px;
}

.imgconteudo{
	margin-top: 50px;
	font-weight: normal;
	padding: 10px;
	padding-right: 15px;
}

#conteudo ol{
	padding-left: 31px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type:default;
	width: 97%;
}

#conteudo ol li{
	text-align: justify;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
}

#conteudo ul{
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	width: 97%;
}

#conteudo ul li{
	text-align: left;	
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
}
.liHome li{
	list-style-image: url(../figuras/icone_lista.gif);
}

#conteudo ul a{
	color: #444; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#conteudo ul a:hover{
	text-decoration: underline;
}

#conteudo ol{
	padding-left: 50px;
}

h1{
	margin: 0px;
	position: relative;
	float: left;
	width: 100%px;
	height: 100%px;
	top: 18px;
	left: 30px;
	text-indent: -5000px;
	overflow: hidden;
}

h2{
	font-size: 24px;
	color: #0a0947;
	font-weight: bold;
	font-family: Arial;
	padding-top: 20px;
	padding-left: 0px;
	margin: 0px;
	height: 40px;
	text-align: center;
}

h3{
	font-size: 20px;
	font-family: verdana;
	color: #b49725;
	padding-top: 15px;
	padding-left: 3px;
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
}


h4{
	font-size: 15px;
	color: #0a0947;
	padding-top: 10px;
	margin-left: 0px;
	text-align: center;
	width: 90%;
}

h5{
	position: relative;
	float: left;
	left: 73px;
	top: 0px;
	text-indent: -5000px;
	width: 100px;
	height: 49px;
	overflow: hidden;
	background: url(../figuras/logo_geniart.gif) center center no-repeat;
	cursor: pointer;
}

h6{
	position: relative;
	float: left;
	left: 30px;
	top: 70px;
	width: 905px;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 0px;
	padding-right: 0px;
	text-indent: 0px;
	text-align: center;	
	color: #ffffff;	
}	
	
small{
	padding-left: 11px;
}
small a{
	font-size: 10px;
}

/* FIM DAS CONFIGURAÇÕES DOS TEXTOS*/



/* Config dos formularios */

.detalhe_vermelho{
	color: red;
}

.tabTitulo{
	clear: left;
	position: relative;
	float: left;
	width: 100px;
	line-height: 20px;
	margin-left: 45px;
}

.formCampo{
	border: 1px dashed #c4ccde;
	font-size: 12px; 
	background: #fff; 
	color: #4a659c; 
	font-family: arial;
	margin-left: 10px;
}

.formContatoBotao{
	border: #c4ccde 1px solid;
	font-size: 12px; 
	background: #fff; 
	color: #4a659c; 
	font-family: arial;
	cursor: pointer;
	height: 20px;
}

/* Estilo usado no formulário de inscrição */
td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.lbl_t100 {
	float: left;
	width: 45px;
}

.sem_tamanho {
	width: auto;
}

.sublinhado {
	text-decoration: underline;
}

.avisos{
	border:1px solid #006600;
	padding-top:5px;
	padding-bottom:5px;
}

.dow{
	padding:2px;
	text-align:center;
	padding-bottom:1px;
	width:200px;
	height:60px;
	margin:7px;
	float:left;
}

.divDowImg{
	float:left;
	width:50px;
	text-align:right;
	height:47px;
}



.divTitulo{
	margin-top:10px;
	width: 526px;
	height:25px;	
	font-weight: bold;
	font-size:14px;
	float:left;
}

.divDowTxt{
	float:left;
	text-align:left;
	width:140px;
	padding-left:5px;
	height:47px;
}

.classificados{
	border:1px solid #006600;
	padding:5px;
	float:left;
	width:140px;
	height:100px;
	overflow: auto;
	margin-left:5px;
	margin-top:5px;
	font-size:10px;
	text-align:left;
}
.classificados p{
	font-size: 10px;
}

.subMenuTotal{
	width:720px;
	display:table;
	height: auto;
	text-align:center;
}

.submenu2{
	float:left;
	width: 230px;
	margin:1px;
	padding:2px;
	text-align:center;
	border:1px solid #cccccc;
}

.textoForm{
	float:left;
	width:100px;
	height:20px;
}
.textoFormarea{
	float:left;
	width:100px;
	height:100px;
}
.campoFormarea{
	float:left;
	width:390px;
	height:100px;
}
.campoForm{
	float:left;
	width:390px;
	height:20px;
}

.letraPequena{
	font-size:9px;
	padding-left:35px
}

.letraVermelha{
	color:red;
}

.divBtnEnviar{
	width:425px;
	text-align:center;
}
/* ------- */


#banner_flash{
	width: 720px;
	margin:0px;
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
}

.tituloAviso{
	font-size: 20px;
	color: #fe0000;
}




#noticia_destaque{
	width: 530px;
	text-align: left;
	height: auto;
	min-height: 300px;
	display: block;
	border: 1px solid red;
}

.tituloNoticia{
	font-size: 20px;
}

#noticia_home{
	width: 300px;
	float: left;
	height: auto;
}


.noticia_home_img{
	width:100px;
	float:left;
	height:150px;
}
.noticia_home_txt{
	width:200px;
	float:left;	
	height:auto;	
	font-size: 10px;
	font-weight: bold;
	display:table;
}
.noticia_home_txt p{
	font-size: 10px;
}

#aviso_home{
	position: relative;
	width: 220px;
	float: left;
	min-height: 320px;
	height: auto;
	text-align: justify;
}

#entrevista_home{
	position: relative;
	width: 270px;
	float:left;
	height: 320px;
	margin-left:30px;
}
.entrevista_home_txt{
	width:110px;
	float:left;
	height:100px;	
	font-size: 11px;
	font-weight: bold;
}
.entrevista_home_txt p{
	font-size: 10px;
}

.classif0{
	width: 135px;
	float: left;
	background-color: #dadada;
	height: 120px;
	padding: 2px;
	margin: 1px;
}
.classif0 p{
	font-size:10px;
}

.classif1{
	width: 135px;
	float: left;
	background-color: #eeeeee;
	padding: 2px;
	height: 120px;
	margin: 1px;
}

.classif1 p{
	font-size:10px;
}


.classif2{
	width: 135px;
	float: left;
	background-color: #eeeeee;
	height: 120px;
	padding: 2px;
	margin: 1px;
}

.classif2 p{
	font-size:10px;
}

.classif3{
	width: 135px;
	float: left;
	background-color: #dadada;
	height: 120px;
	padding: 2px;
	margin: 1px;
}

.classif3 p{
	font-size:10px;
}


.mais{
	font-size: 20px;
	color: red;
	font-weight: bold;
}

.maisp{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}


.table_boletos{
	width: 100%;
}

.table_boletos th{
	height: 25px;
	text-align: center;
	background-color: #ccc;
}

.table_boletos td{
	text-align: left;
	padding:7px;
}


.fotos_15anos{
	clear: both;
	text-align: center;
	float: left;
}

.fotos_15anos li{
	text-align: center;
	float: left;
	width: 110px;
	margin: 10px;
	height: 75px;
}