/* Body Padrao */
html, body {
	height: 100%;
	max-height:100%;
}

form, input {
	margin:0;
	padding:0;
}
	
*, body {
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma, verdana, "Trebuchet MS", verdana;
	z-index: 0;
}

a {
	FONT-SIZE: 11px;
	COLOR: #333333;
	TEXT-DECORATION: none;
	border: none;
}
a:hover {
	text-decoration: none;
}


/* Controle Tamanho das Fotos */
/* Fotos */
span#paginaEdicao {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

span#paginaEdicao div#boxArtigoFoto {
	float: left;
	display: block;
	font-family: Tahoma;
	font-size: 10px;
	width: 394px;
	margin-top: 15px;
	/* margin-left: 15px; */
}

span#paginaEdicao div#boxArtigoFoto #creditoFoto {
	display: block;
	background-color: #F0F0F0;
	color: #646267;
	top: -19px;
	right: 0px;
	height: 15px;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 15px;
	text-align: right;
	padding-right: 5px;
}

span#paginaEdicao div#boxArtigoFoto #foto {
	display: block;
	background-color: #F4F4F4;
	margin-bottom: -2px;
}

* html span#paginaEdicao div#boxArtigoFoto #foto {
	display: block;
	background-color: #F4F4F4;
	text-align: center;
	margin-bottom: -2px;
}

span#paginaEdicao div#boxArtigoFoto #foto img {
	border-width: 9px;
	border-style: solid;
	border-color: #F5F5F5;
}

span#paginaEdicao div#boxArtigoFoto #legendaFoto {
	clear: both;
	display: block;
	background-color: #F0F0F0;
	color: #646267;
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-bottom: 1px;
}

span#paginaEdicao div#boxArtigoFoto span#fotoThumb {
	clear: both;
	padding: 0px;
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}
/*   separador  thumb  largura    e   altura  */
span#paginaEdicao div#boxArtigoFoto span#fotoThumb img {
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	margin-right: 1px;
	border-width: 10px;
	border-style: solid;
	border-color: #F5F5F5;
}

span#paginaEdicao div#boxArtigoFoto span#fotoThumb div#separadorThumb {
	float: left;
	padding: 0;
	clear: right;
	width: 1px;
	height: 0px;
	margin: 0px;
	border: 0px;
}
/*   Fim   Fotos   */

/* Tooltip : modifica as opcoes title das tags */


#tooltip.fancy h3 {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #99842d;
	color: #333333;
	font-weight: bold;
	font-weight: bold;
	padding: 5px;
	background-color: #bdbdb1;
}
#tooltip.fancy span {
	color: #2C2C2C
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}
/* fim Tooltip */



/* Extranet */

.textoLogin {
	color: #8A8476;
	line-height: 12px;
	font-family: Ar	ial;
	font-size: 10px;
}
.caixaLogin {
	font-size: 10px;
	line-height: 16px;
	font-family: tahoma;
	height: 16px;
	width: 69px;
	color: #FFFFFF;
	background-color: #747064;
	padding-left: 5px;
	margin-left: 4px;

	border: 1px solid ``;
	border: 1px solid #95947E;
}
.caixaSenha {
	font-size: 10px;
	line-height: 16px;
	font-family: tahoma;
	height: 16px;
	width: 49px;
	color: #FFFFFF;
	background-color: #747064;
	padding-left: 5px;
	margin-left: 4px;
	border: 1px solid #95947E;
}

.caixaNews {
	font-size: 11px;
	line-height: 15px;
	font-family: tahoma;
	height: 16px;
	width: 89px;
	color: #000000;
	background-color: #8A9680;
	padding-left: 3px;
	padding-top: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D6E9F0;
	border-left-color: #D6E9F0;
}

.caixaAcessoRapido {
	font-size: 10px;
	line-height: 16px;
	font-family: tahoma;
	height: 16px;
	width: 150px;
	color: #6B6B6B;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-left: 4px;
	border: 1px solid #D5D6D1;
}

/* Fim Extranet */

/* Filtro */
div#filtroConteudo {
	text-align: left;
	z-index: 0;
	clear: both;
	display: block;
	width: 621px;
	height: 100%;
	padding: 10px;
	padding-right: 6px;
	background-color: #CDCFC2;
	border-top-style: solid;
	border-top-color: #E0E3E9;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E3E9;
	border-bottom-width: 1px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #75746f;
	margin-top: 25px;
	/* margin-left: 15px; */
	margin-bottom: 15px;

}

div#filtroConteudo select {
	z-index: 0;
}

div#filtroConteudo .textoTitulo {
	clear: both;
	display: block;
	background-color: #F9F9F9;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 3px;
	font-size: 18px;
	color: #4D4A42;
	text-transform: none;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


div#filtroConteudo .textoDia {
	display: none;
	width: 50%;
	float: left;
	margin-bottom: 2px;
	margin-right: 5px;
}

div#filtroConteudo .textoMes {
	display: none;
	/* display: block; */
	font-family: Tahoma;
	font-size: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
}

div#filtroConteudo .textoAno {
	display: none;
	/* display: block; */
	font-family: Tahoma;
	font-size: 10px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

div#filtroConteudo .textoCategoria {
	clear: both;
	display: block;
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 2px;
	margin-right: 5px;
}

* html div#filtroConteudo .textoCategoria {
	margin-left: 1px;
}

div#filtroConteudo .botaoOk {
	font-family: Tahoma;
	font-size: 9px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	width: 20px;
	height: 17px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

div#filtroConteudo .botaoOkImagem {
	float: left;
	margin-top:  -3px;
	margin-right: 0px;
	margin-left: 14px;
}

div#filtroConteudo .botaoOkImagemConteudo {
	float: left;
	margin-top:  10px;
	margin-right: 0px;
	margin-left: 0px;
}

div#filtroConteudo .marcador {
	float: left;
	margin-left: 3px;
}

div#filtroConteudo .caixaDia {
	z-index: -1;
	font-family: Tahoma;
	font-size: 11px;
	width: 38px;
	margin-right: 5px;
	background-color: #E7E9ED;
	color: #75746f;
}

div#filtroConteudo .caixaMes {
	font-family: Tahoma;
	font-size: 11px;
	width: 38px;
	margin-right: 5px;
	background-color: #E7E9ED;
	color: #75746f;
}

div#filtroConteudo .caixaAno {
	font-family: Tahoma;
	font-size: 11px;
	width: 50px;
	margin-right: 5px;
	background-color: #E7E9ED;
	color: #75746f;
}

div#filtroConteudo .caixaCategoria {
	z-index: 0;
	margin-left: 10px;
	font-family: Tahoma;
	font-size: 11px;
	width: 184px;
	background-color: #E7E9ED;
	color: #75746f;
}

div#filtroConteudo #filtroMensagem {
	float: right;

	font-family: Tahoma;
	font-size: 9px;

	margin-right: 6px;
	padding: 3px;
	width: 150px;
	height: 11px;
	background-color: #E7E9ED;
	color: #7A87A0;
}

div#filtroConteudo br {
	display: block;
	clear: both;
	height: 15px;
}

/* Fim Filtro */

/* Fale Conosco */
.FaleconoscoTitulo {
	COLOR: #585858;
	text-transform: none;
	font-weight:bold;
	font-style: normal;
	font-variant: normal;
	line-height: 12px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 17px;
}
.textoFaleconosco {
	COLOR: #993300;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
.faleconoscopadrao {
	FONT-SIZE: 11px;
	WIDTH: 190px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #FDFAF7  ;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;
}
.faleconoscoassunto {
	FONT-SIZE: 11px;
	WIDTH: 200px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #FDFAF7;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;
}
.faleconoscomensagem {
	FONT-SIZE: 11px;
	WIDTH: 190px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 90px;
	BACKGROUND-COLOR: #FDFAF7;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;	
}
.faleconoscoddd {
	FONT-SIZE: 11px;
	WIDTH: 30px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #FDFAF7;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;	
	margin-right: 10px;
}
.faleconoscotelefone {
	FONT-SIZE: 11px;
	WIDTH: 70px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #FDFAF7;
	padding-left: 8px;
	padding-top: 3px;	
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	margin-right: 10px;
}
.faleconoscouf {
	WIDTH: 57px;
	COLOR: #717159;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #FDFAF7;
	margin-left: 1px;
	padding-left: 2px;
	padding-top: 3px;	
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;
}
/* fim fale conosco */


/* Busca */
.textoLinkBusca {
	display: block;
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #726221;
	text-align:left;
}

.textoLinkBusca:hover {
	text-decoration: underline;
}

.textoSecaoBusca {
	line-height: 12px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.textoSecaoTituloBusca {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	color: #7C6A23;
}
.textoBuscaLede {
	font-family: arial;
	font-size: 17px;
	line-height: 19px;
	font-weight:bold;
	color: #83826D;
	text-align:left;
}
.textoBuscaPesquisa {
	color: #DBE1E6;
	line-height: 15px;
	font-family: Tahoma;
	font-size: 11px;
}
.textoBuscaPesquisaPalavra {
	font-family: arial;
	font-size: 17px;
	line-height: 19px;
	font-weight:bold;
	color: #83826D;
	text-align:left;
}
/* Fim Busca */

/* Paginacao */
.paginacaoResultado {
	COLOR: #222222;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.paginacaoPaginaAtual {
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #FCFCFC;
}
/* Fim - Paginacao */

/* Rodape */
.textoRodape, .textoRodape a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}
.textoRodape a:hover {
	text-decoration: underline;
}
/* Fim - Rodape */
/* Fale conosco Canais Alternativos */
.textoCanaisAlernativos, .textoCanaisAlernativos a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
}
.textoCanaisAlernativos a:hover {
	text-decoration: underline;
}
/* Fim - Rodape */

.alturalinha1px {
	line-height: 1px;
}

.alturalinha2px {
	line-height: 2px;
}

.alturalinha3px {
	line-height: 3px;
}

.alturalinha4px {
	line-height: 4px;
}
.alturalinha5px {
	line-height: 5px;
}
.alturalinha6px {
	line-height: 6px;
}

.alturalinha8px {
	line-height: 8px;
}
.alturalinha10px {
	line-height: 10px;
}
.alturalinha12px {
	line-height: 12px;
}

.alturalinha13px {
	line-height: 13px;
}

.alturalinha15px {
	line-height: 15px;
}
.alturalinha16px {
	line-height: 16px;
}
.alturalinha18px {
	line-height: 18px;
}
.alturalinha19px {
	line-height: 19px;
}

/* Inicio - Site */
.textoDataSite{
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
	color:#383732;
	font-weight:bold;
	padding-bottom: 5px;
	text-align:left;
}
.textoRastreioDigite{
	font-family: Arial;
	font-size: 9px;
	line-height: 12px;
	color: #4D4A42;
}

.textoDestaquesMenus{
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #35423C;
}
.textoMaisRegistrosSite, .textoMaisRegistrosSite a, .textoMaisRegistrosSite strong{
	font-family: tahoma;
	font-size: 14px;
	line-height: 17px;
	color: #878289;
	font-family: Tahoma;
}

.dataMaisResgistros {
	color: #646267;
	right: 0px;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 15px;
	padding-right: 5px;
}

.textoTituloSite {
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #878289;
	font-style:italic;
	padding-top: 2px;
	letter-spacing:-1px;
	padding-bottom: 1px;
}
.textoTituloMaisRegistros {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #CBCCCF;
	font-style:italic;
	letter-spacing:-1px;
	font-weight: bold;
}

.respostaMural, .respostaMural a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
.respostaMural a:hover {
	text-decoration:underline;
}

.muralSeparadorResposta {
	display: block;
	clear: both;
	height: 1px;
	width: 394px;

	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFA8A8;
	
	margin-top: 2px;
	margin-bottom: 2px;
}

.textoSiteDestaques, .textoSiteDestaques a {
	font-family: tahoma;
	font-size: 10px;
	line-height: 13px;
	color: #413E44;
}
.textoSiteDestaques a:hover {
	text-decoration:underline; 
}
.legenda {
	background-color: #EAECEC;
	color: #1D3249;
	top: -19px;
	right: 0px;
	height: 15px;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 15px;
	text-align: left;
	padding-left: 5px;
}
/*
.creditoFoto {
	background-color: #FFFFFF;
	color: #1D3249;
	right: 0px;
	height: 15px;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 15px;
	text-align: right;
	padding-right: 5px;
}
*/
/*  Mural  */

.forumemail {
	FONT-SIZE: 11px;
	WIDTH: 150px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #FDFAF7;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;
}

.forummensagem {
	FONT-SIZE: 11px;
	WIDTH: 394px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 90px;
	BACKGROUND-COLOR: #FDFAF7;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;
}
.forumpadrao {
	FONT-SIZE: 11px;
	WIDTH: 180px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 14px;
	BACKGROUND-COLOR: #EFEFEF;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	line-height: 13px;
}
.forumpadraoEstado {
	FONT-SIZE: 11px;
	WIDTH: 174px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	height: 17px;
	BACKGROUND-COLOR: #FDFAF7;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;
	line-height: 13px;

}



.textoUltimosRecados {
	COLOR: #FFFFFF;
	text-transform: none;
	font-style: normal;
	font-weight: bold ;
	font-variant: normal;
	line-height: 19px;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.textoMenuEsqTitulo {
	COLOR: #495063;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16px;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
}

.textoMenuEsqTituloData {
	COLOR: #495063;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 13px;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}

.textoEnqueteTitulo {
	COLOR: #686D74;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 13px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textoMenuEsqNoticia {
	COLOR: #495063;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 13px;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}

.textoMenuEsqNoticiaTitulo, .textoMenuEsqNoticiaTitulo a {
	COLOR: #000000;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 17px;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
}

.textoMenuEsqNoticiaTitulo a:hover {
	text-decoration: underline;
}
.textoNoticiaTituloDestaque, .textoNoticiaTituloDestaque a {
	COLOR: #000000;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 22px;
	text-decoration: none;
	font-family: arial;
	font-size: 19px;
}
.textoNoticiaTituloDestaque a:hover {
	text-decoration: underline;
}

.textoMenuEsqNoticiaResumo, .textoMenuEsqNoticiaResumo a {
	COLOR: #666666;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 17px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

.textoMenuEsqNoticiaResumo a:hover {
	text-decoration:underline
}

.textoUltimasNoticiasResumo, .textoUltimasNoticiasResumo a {
	COLOR: #585858;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 15px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

.textoUltimasNoticiasResumo a:hover {
	text-decoration: underline;
}

.textoRespostaMural {

	COLOR: #FFFFFF;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;	
	line-height: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textoParticipante {

	COLOR: #852818;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
	line-height: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textoNomeParticipante {

	COLOR: #852818;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
	line-height: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;	
}


/* fim mural  */


/* Envia News */

.newsTitulo {
	color: #080909;
	font-size: 19px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;	
	letter-spacing:1px;
	font-family: sans-serif;
	text-decoration: none;
}

.newsTexto {
	
	color: #080909;
	text-transform: none;
	font-style: normal;   
	font-variant: normal;
	line-height: 12px;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;

}




.newsConteudoRodape {
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #EAE0BA;
}
.newsRodape, .newsRodape a {
	font-size: 11px;
	line-height: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
}
.newRodape a:hover {
	color: #F0F0F0;
}

.newsLinkVisualiza, .newsLinkVisualiza a {
	font-size: 11px;
	line-height: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.newsLinkVisualiza a:hover {
	color: #F0F0F0;
}

.newsCreditoFoto {
	font-size: 9px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	color: #080909; 
}
.newsLegendaFoto {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	color: #FFFFFF;
}

.textoDataTopo {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 15px;
	color: #FFFFFF;
}


/* Fim: Envia News  */

.textoParceiros, .textoParceiros a {
	font-size: 10px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}
/* Início: Portal  */

.testoDataTopo {
	font-size: 11px;
	line-height: 15px;
	font-family: tahoma;
	color: #FFFFFF;
	padding-left: 20px;
}
.textoSite, .textoSite a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #413E44;
}
.textoSite a:hover {
	text-decoration:underline;
}

.noticiaDestaque {
	padding-bottom: 3px;
}

.textoAcessoRapido, .textoAcessoRapido a {
	font-family: tahoma;
	font-size: 14px;
	font-weight:bold;
	line-height: 17px;
	color: #990000;
}
.textoAcessoRapido a:hover {
	text-decoration:underline;
}
.textoMenuDestaque {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 6px;
}

.textoExtranet {
	font-family: tahoma;
	font-size: 10px;
	line-height: 15px;
	color:#8A8476;
	font-weight: bold;
	padding-left: 3px;
	text-align:left;
}

.textoMenuEsquerda {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #474546;
	padding-left: 23px;
}
.textoMenuDireita {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	padding-left: 30px;
}

.textoMiolo {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #99842D;
	text-align:left;
}

.textoMiolo a:hover {
	text-decoration:underline;
}	

.textoConteudo {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #726221;
	text-align:left;
}
.textoMioloNoticiaData {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
	color: #83826D;
	text-align:left;
}
.textoLinksMais , .textoLinksMais a  {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
	color: #83826D;
	text-align:left;
}
.textoLinksMais a:hover {
	text-decoration:underline;
}	
.textoMioloNoticiaTitulo {
	font-family: arial;
	font-size: 22px;
	line-height: 25px;
	font-weight:bold;
	color: #99842D;
	text-align:left;
}
.textoArtigosTitulo {
	font-family: arial;
	font-size: 17px;
	line-height: 19px;
	font-weight:bold;
	color: #83826D;
	text-align:left;
}
.textoArtigosData {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	color: #000000;
	text-align:left;
}
.textoArtigos, .textoArtigos a {
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color: #95947E;
	text-align:left;
}
.textoArtigos a:hover {
	text-decoration:underline;
}
	

.textoMioloNoticia, .textoMioloNoticia a {
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	font-weight:normal;
	color: #000000;
	text-align:left;
}

.textoMioloNoticia a:hover {
	text-decoration:underline;
}

.textoMenuDireita a{
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

.textoMenuDireita a:hover{

}

.textoBase, .textoBase a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.textoBase a:hover {
	text-decoration:underline;
}
.textoNoticiaCabecalho, .textoNoticiaCabecalho a {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	color: #CFDAE7;
}
.textoNoticiaCabecalho a:hover {
	text-decoration:underline;
}

.textoMenuEsq, .textoMenuEsq a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #4D000D;
}

.textoMenuEsq a:hover {
	text-decoration:underline
}

.textoMenu, .textoMenu a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	padding:5px;
	text-align:center;
	
}
.textoMenu a:hover {
	color: #383732;

}

.textoMenuBase, .textoMenuBase a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 21px;
	color: #142C00;
	text-align:left;
}
.textoMenuBase a:hover {
	text-decoration:underline;
}
	

.textoEventosNome {
	font-family: arial;
	font-size: 13px;
	line-height: 16px;
	color: #142C00;
	text-align:left;
	font-weight:bold;
}
.textoEventosSessao {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #142C00;
	text-align:left;
	font-weight:normal;
}
.textoBaseEndereco {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #142C00;
	font-weight:normal;
}
.textoBaseEnderecoEmail, .textoBaseEnderecoEmail a {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #142C00;
	font-weight:normal;
	text-decoration:underline;
}

	
.textoEventosSessaoAgenda {
	font-family: tahoma;
	font-size: 10px;
	line-height: 13px;
	color: #142C00;
	text-align:left;
	font-weight:normal;
}
.textoEventosSessaoAgendaResultado {
	font-family: tahoma;
	font-size: 10px;
	line-height: 13px;
	color: #142C00;
	text-align:left;
	font-weight:bold;
}


.textoEventosDescricao {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #142C00;
	text-align:left;
	font-weight:bold;
}

.textoAgendaEventos {
	font-family: arial;
	font-size: 18px;
	line-height: 20px;
	color: #142C00;
	text-align:left;
}

.textoAgendaEventosMes {
	font-family: arial;
	font-size: 24px;
	line-height: 28px;
	color: #142C00;
	text-align:left;
	font-weight:bold
}
.textoAgendaEventosData {
	font-family: arial;
	font-size: 28px;
	line-height: 28px;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}


.textoServicos, .textoServicos a {
	font-family: arial;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}
.textoServicos {
	padding-left:15px;
}

.textoServicos a:hover {
	text-decoration:underline;
}
.textoContadorNoticiasMaisLidas {
	font-family: arial;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}
.textoMateriaEspecialCabecalho {
	font-family: arial;
	font-size: 14px;
	line-height: 17px;
	color: #CFDAE7;
	font-weight: bold;
	text-align:center;
}

.textoNumerosEspecialCabecalho {
	font-family: arial;
	font-size: 18px;
	line-height: 21px;
	color: #CFDAE7;
	font-weight: bold;
	text-align:center;
}
.textoTituloMenu {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	line-height: 15px;
	color: #474546;
	padding-left:9px;
}
.textoCategoria {
	font-family: tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
.textoNoticiaSecundaria, .textoNoticiaSecundaria a  {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 19px;
	color: #474546;
	padding-left:5px;
}
.textoNoticiaSecundaria a:hover  {
	text-decoration:underline;
}
.textoNoticiaMaisLidas {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 19px;
	color: #474546;
}
.textoNoticiaMaisLidas:hover {
	text-decoration:underline;
}
.textoSecretaria, .textoSecretaria a {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #7295C2;
}
.textoNoticiaTitulo {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	color: #7C6A23;
}
.textoNoticiaFoto {
	font-family: tahoma;
	font-size: 18px;
	line-height: 21px;
	color: #688DBE;
}
.textoNoticia, .textoNoticia a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.textoNoticia a:hover {
	text-decoration:underline;
}

.textoNoticiaMaisLidasTitulo {
	font-family: arial;
	font-size: 17px;
	line-height: 20px;
	font-weight:bold;
	color: #990000;
}

/* Miolo - Busca */
.caixaBusca {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	width: 180px; 
	height: 16px;
	color: #000000;
	background-color: #E0DFD7;
	padding-left: 3px;
	padding-top: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D6E9F0;
	border-left-color: #D6E9F0;
}
.caixaRastreio {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	width: 180px; 
	height: 16px;
	color: #8A8B65;
	background-color: #E3E4D4;
	padding-left: 3px;
	padding-top: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6E9F0;
	border-left-color: #D6E9F0;
}
.caixaMioloBusca {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	width: 140px; 
	height: 16px;
	color: #8D8765;
	background-color: #DFDFD7;
	padding-left: 3px;
	padding-top: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6E9F0;
	border-left-color: #D6E9F0;
}

.caixaBuscaBase {
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	width: 220px;
	height: 19px;
	color: #000000;
	background-color: #D4E0EA;
	padding-left: 3px;
	padding-top: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D6E9F0;
	border-left-color: #D6E9F0;
}
/* fim Busca */



/* Conteudo */
.textoData, .textoData a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #FF840A;
}

.textoContadorFoto , .textoContadorFoto a {
	color: #FFFFFF;
	text-transform: none;
	font-style: normal;   
	font-weight: bold ;
	font-variant: normal;
	line-height: 19px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align:center;
}
.textoContadorFoto a:hover {
	text-decoration: underline;
}

.creditoLegenda {
	color: #A2A2A2;
	text-transform: none;
	font-style: normal;   
	font-variant: normal;
	line-height: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
}

.textoEdicoesRevistas {
	color: #FFFFFF;
	text-transform: none;
	font-style: normal;   
	font-variant: normal;
	line-height: 15px;
	text-decoration: none;
	font-family: trebuchet ms;
	font-size: 12px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.textoEdicoesRevistasNumero {
	color: #FFFFFF;
	text-transform: none;
	font-style: normal;   
	font-variant: normal;
	line-height: 14px;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.creditoFoto {
	color: #686D74;
	text-transform: none;
	font-style: normal;   
	font-variant: normal;
	line-height: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	padding-right: 6px;
	padding-left: 6px;
}
/* fim Conteudo */

.textoDadosCadastro {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	line-height: 15px;
	color: #474546;
	padding-left:9px;
}
/* Enquete */
.textoEnquete, .textoEnquete a {
	color: #413E44;
	line-height: 15px;
	font-family: Tahoma;
	font-size: 11px;
}
.textoEnquete a:hover {
	text-decoration:underline;
}

.textoContatoTitulo, .textoContatoTitulo a {
	color: #FFFFFF;
	line-height: 15px;
	background-color: #FF9900;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 11px;
}

.textoContato {
	color: #666666;
	line-height: 15px;
	font-family: Tahoma;
	font-weight:normal;
	font-size: 11px;
}

.textoUltimasNoticias, .textoUltimasNoticias a {
	color: #000000;
	line-height: 17px;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 14px;
}

.textoUltimasNoticias a:hover {
	text-decoration:underline;
}

.textoUltimasNoticiasData {
	color: #FF9900;
	line-height: 13px;
	font-family: Tahoma;
	font-weight:normal;
	font-size: 10px;
}

.textoEnquetePergunta {
	color: #413E44;
	font-weight:bold;
	line-height: 11px;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.textoEnqueteResposta {
	color: #413E44;
	line-height: 15px;
	font-family: Tahoma;
	font-size: 10px;
	font-style:normal;
}

#enqueteBotaoResultado {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#enqueteAjax {
	position: relative;
	display: block;
}

#enqueteAjaxMsg {
	display: none;
	position: absolute;
	top: 70px;
	width: 150px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FF840A;
	border-color: #EC0000;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
}

/* Fim Enquete */

/* INICIO PORTAL */
.textoColunistaNome {
	color: #5F6982;
	font-weight: bold;
	line-height: 17px;
	font-family: Tahoma;
	font-size: 14px;
}
.textoColunista {
	color: #686D74;
	line-height: 13px;
	font-family: Tahoma;
	font-size: 10px;
}
.textoColunista:hover {
	text-decoration:underline;	
}
.textoDestaqueTopo {
	color: #C40022;
	font-weight: bold;
	line-height: 13px;
	font-family: arial;
	font-size: 10px;
}

.maisLidasLegenda {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	margin: 6px;
	display: block;
	width: 165px;
	background: #FFFFFF;
	cursor: pointer;
}

.maisLidasLegendaTexto {
	bottom: 0px;
	left: 0px;
	display: block;
	width: 165px;
	color: #000000;
	line-height: 14px;
	cursor: pointer;
}

.ultimasNoticiasLegenda {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	margin: 4px;
	margin-bottom: 6px;
	display: block;
	width: 206px;
	background: #FFFFFF;	
	cursor: pointer;
}

.ultimasNoticiasLegendaTexto {
	bottom: 0px;
	left: 0px;
	display: block;
	width: 206px;
	color: #000000;
	line-height: 14px;
	cursor: pointer;	
}

.galeriasLegenda {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	margin: 2px;
	margin-bottom: 2px;
	display: block;
	width: 160;
	background: #FFFFFF;	
	cursor: pointer;
}
.galeriasLegendaTexto {
	bottom: 0px;
	left: 0px;
	display: block;
	width: 160px;
	color: #000000;
	line-height: 14px;
	cursor: pointer;	
}

.principalGaleriasLegenda {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	margin: 2px;
	margin-bottom: 4px;
	display: block;
	width: 165px;
	background: #FFFFFF;	
	cursor: pointer;
}

.principalGaleriasLegendaTexto {
	bottom: 0px;
	left: 0px;
	display: block;
	width: 165px;
	color: #000000;
	line-height: 14px;
	cursor: pointer;	
}
.galeriaImagensLegenda {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	display: block;
	width: 165px;
	background: #FFFFFF;
	cursor: pointer;
}

.galeriaImagensLegendaTexto {
	bottom: 0px;
	left: 0px;
	display: block;
	color: #000000;
	line-height: 14px;
	cursor: pointer;
}

.edicaoConteudoLegenda{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	margin: 4px;
	margin-bottom: 5px;
	display: block;
	width: 282px;
	background: #FFFFFF;	
}

.edicaoConteudoLegendaTexto {
	bottom: 0px;
	left: 0px;
	display: block;
	width: 282px;
	color: #000000;
	line-height: 14px;
}

/* Ajax */
#mensagemNews {
	position: absolute;
	display: block;
	width: 278px;
	left: -25px;
	bottom: 6px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #872F2D;
	background-color: #FF840A;
	color: #FFFFFF;
	display: none;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
/* Fim : Ajax */


.voltar {
	padding-right:35px;
	text-align:right;
	

}

.voltar a {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #413E44;
	

}

.voltar a:hover {
	text-decoration:underline;
}

/*  colunistas  */

.textoNomeColunista, .textoNomeColunista a {
	COLOR: #FFF;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 22px;
	text-decoration: none;
	font-family: arial;
	font-size: 19px;
}
.textoNomeColunista a:hover {
	text-decoration: underline;
}

.textoEmailColunista, .textoEmailColunista a {
	font-family: tahoma;
	font-size: 11px;
	font-weight: none;
	line-height: 13px;
	color: #FFF;
}
.textoCidadeColunista, .textoCidadeColunista a {
	COLOR: #FFF;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 12px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}
.textoCidadeColunista a:hover {
	text-decoration: underline;
}

.textoPerfilTitulo {

	COLOR: #202020;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
	line-height: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textoPerfil  {
	COLOR: #202020;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	font-weight: none;	
	line-height: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Fale Conosco */
.FaleconoscoTitulo {
	COLOR: #585858;
	text-transform: none;
	font-weight:bold;
	font-style: normal;
	font-variant: normal;
	line-height: 12px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 17px;
}
.textoFaleconosco {
	COLOR: #993300;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
.faleconoscopadrao {
	FONT-SIZE: 11px;
	WIDTH: 280px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #F3F4F1;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;
}
.faleconoscoassunto {
	FONT-SIZE: 11px;
	WIDTH: 280px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #F3F4F1;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;
}
.faleconoscomensagem {
	FONT-SIZE: 11px;
	WIDTH: 280px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 90px;
	BACKGROUND-COLOR: #F3F4F1;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;	
}
.faleconoscoddd {
	FONT-SIZE: 11px;
	WIDTH: 30px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #F3F4F1;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	padding-left: 8px;
	padding-top: 3px;	
	margin-right: 10px;
}
.faleconoscotelefone {
	FONT-SIZE: 11px;
	WIDTH: 165px;
	COLOR: #717159;
	FONT-FAMILY: Tahoma;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #F3F4F1;
	padding-left: 8px;
	padding-top: 3px;	
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	margin-right: 10px;
}
.faleconoscouf {
	WIDTH: 57px;
	COLOR: #717159;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #F3F4F1;
	margin-left: 1px;
	padding-left: 2px;
	padding-top: 3px;	
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;
}
/* fim fale conosco */

.textoAssociadoNome {
	font-family: tahoma;
	font-size: 13px;
	line-height: 18px;
	color: #99842D;
	text-align:left;
	font-weight:bold;
}
.textoAssociadoDados {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #726221;
	text-align:left;
}
.textoAssociadoInformacoes a{
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-align:left;
}
.textoAssociadoInformacoes a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #A53703;
	text-decoration:underline;
}

/* Origem Produto */
.origemProdutoTexto {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
}
/* Fim : Origem Produto */