/* Configurações gerais para toda a pagina */

* { margin:0; padding:0 }

body {
	background-color: #0F3430;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 0.8px;
	color: #777;
}

/* INICIO DAS CONFIGURAÇÕES DOS CONTAINERS*/

/* Confirações para conteiner pagina */
#pagina {
	width: 768px;
	height: auto;
	overflow: auto;
	background: url(../figuras/fundo_interna.jpg) 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: 226px;
	width: auto;
	top: 0;
	left: 0;
	margin: 0px;
}

/* Menu em baixo do topo */
#menu{
	position: relative;
	float: top;
	width: 100%;
	height: 26px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 1.5px;
	background: url(../figuras/menu.jpg) center center no-repeat;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 122px;
	overflow: auto;
	background: transparent;
	display: table-cell;
}

#menu a:hover {
	text-decoration: underline;
	background: url(../figuras/m_escuro_geral.gif) center center repeat-x;
}
/* Fim do menu em baixo do topo */

/*	Mostra menu lateral ou qualquer informação - largura tem que bater com #ladoDireito + #conteudo totalizando #pagina */
#ladoEsquerdo{
	position: relative;
	float: left;
	top: 0px;
	left: 10px;
	width: 208px;
	height: 100%;
	text-align: center;
}

#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: 12px;
	width: 533px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 3px;
/*	border: 1px dashed green; */
}

/*	Mostra menu lateral ou qualquer informação - largura tem que bater com #ladoEsquerdo + #conteudo totalizando #pagina */
#ladoDireito{
	position: relative;
	float: left;
	top: 15px;
	left: 11px;
	width: 225px;
	height: auto;
	text-align: center;
	margin: 0px;
}

.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: 758px;
	background: url(../figuras/rodape_interna.jpg);
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 140px;
	margin: 0; 
	padding: 0;
/*	border: 1px dashed red; */
}

#caixaLogo{
	position: relative;
	float: left;
	left: 68px;
	top: 25px;
	width: auto;
	height: 53px;
}

/* FIM DAS CONFIGURAÇÕES DOS CONTAINERS */

/* CONFIGURAÇÕES DOS TEXTOS */

#conteudo p{
	margin-top: 0px;
	font-weight: normal;
	text-align: justify;
	text-indent: 35px;
	padding: 10px;
	padding-right: 15px;
}


#destaques p{
	color: #095548;
	padding-bottom: 0px;
}

#conteudo ol{
	padding-left: 31px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type:default;
	width: 475px;
}

#conteudo ol li{
	text-align: justify;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
}

#conteudo ul{
	padding-left: 31px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type:square;
	width: 485px;
}

#conteudo ul li{
	text-align: justify;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
}
.liHome li{
	list-style-image: url(../figuras/icone_lista.gif);
}

#conteudo ul a{
	color: #79332b; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#conteudo ul a:hover{
	text-decoration: underline;
}

#conteudo ol{
	padding-left: 50px;
}

#conteudo img {
	border: 0;
	padding: 5px;
}

h1{
	margin: 0px;
	position: relative;
	float: left;
	width: 150px;
	height: 200px;
	top: 18px;
	left: 30px;
/*	background: url(../figuras/logo_teste.gif) center center no-repeat;*/
	text-indent: -5000px;
	overflow: hidden;
}

h2{
	font-size: 18px;
	color: #79332b;
	font-weight: normal;
	padding-top: 25px;
	padding-left: 00px;
	height: 50px;
	text-align: center;
}

h3{
	font-size: 15px;
	color: #9a812d;
	padding-top: 10px;
	margin-left: 30px;
	text-align: left;
	width: 90%;
}

h4{
	height: 29px;
	text-indent: -5000px;
	overflow: hidden;
}

h5{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 0;
	width: 80px;
	height: 49px;
	font-size: 0;
	text-indent: -4000px;
	overflow: hidden;
	background: transparent url(../figuras/logo_geniart.gif) top left no-repeat;
	cursor: pointer;
}
h6{
	font-size: 13px;
	color: #79332b;
	font-weight: normal;
	padding-top: 10px;
	text-indent: 14px;
	text-align: center;
	text-indent: 0px;
}
small{
	padding-left: 11px;
}
small a{
	font-size: 10px;
}

/* formatacao para noticias */

#ladoEsquerdo p{
	margin: 9px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-size: 12px;
	text-align: justify;
}

a{
	font-size: 12px;
	font-weight: bold;
	color: #095548;
	text-decoration: none;
}

a:visited{
	color: #447B64;
}

a:hover{
	text-decoration: underline;
}

.cota_titulo{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #79332b;
}

.dataNoticia {
	font-weight: normal;
	font-size: 12px;
	color: #095548;
	font-weight: bold;
	margin-left: 14px;
}

.setas{
	color: #6a3217;
	font-size: 14px;
	font-weight: bold;
}

.dataNoticiaCorpo {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background: #336666;
	color: #fff;
	border-left: 4px solid #336666;
	border-right: 4px solid #336666;
	left: 10px;
}

.dataNoticiaTitulo{
	margin-left: 16px;
	color: #095548;
	font-size: 11px;
}

.ttNoticia{
	font-weight: normal;
	font-size: 12px;
	color: #909090;
}

/* fim formatacao para noticias */


.divisaoNoticia{
	margin-top: 3px;
	border-top: 1px solid #eef6e9;
	margin-bottom: 3px;
}

.divisaoCotas{
	border-top: 1px solid #79332b;
}

.divisaoConteudo{
	margin-top: 15px;
	border-top: 1px solid #79332b;
}

.caixa_img{
	width: 100%;
	text-align: center;
}

.logos{
	position: relative;
	float: left;
	width: 100%; 
	text-align: center; 
	padding-left: 18px;
	margin-bottom: 10px;
}

.logos a{
	position: relative;
	float: left;
	width: 160px;
	height: 110px;
	text-align: center;
	border: 1px dashed #ddd;
	margin: 3px;
}

.logos a:hover{
	border: 1px dashed #79332b;
}

/* FIM DAS CONFIGURAÇÕES DOS TEXTOS*/

/* Config dos formularios */

.detalhe_vermelho{
	color: red;
}

.tabTitulo{
	clear: left;
	position: relative;
	float: left;
	width: 160px;
	line-height: 20px;
	margin-left: 20px;
}

.formCampo{
	border: 1px dashed #c4ccde;
	font-size: 12px; 
	background: #fff; 
	color: #4a659c; 
	font-family: arial;
	margin-left: 10px;
	margin-bottom: 3px;
}

.formBotao{
	border: #c4ccde 1px solid;
	font-size: 12px; 
	background: #fff; 
	color: #4a659c; 
	font-family: arial;
	cursor: pointer;
	height: 20px;
}

.formContatoBotao{
	border: #c4ccde 1px solid;
	font-size: 12px; 
	background: #fff; 
	color: #4a659c; 
	font-family: arial;
	cursor: pointer;
	height: 20px;
}

.formSobre{
	border: 1px dashed #ffffff;
	font-size: 12px; 
	background: #efefef; 
	color: #4a659c; 
	font-family: arial;
	margin-left: 10px;
	margin-bottom: 3px;
}

#caixaErros{
	background: #ffecec;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 470px;
	margin-left: 7px;
}

/* ------- */