/**
	* @name stylesite.css
	* @desc CSS StyleSheet
	* @version v3.0 - Brasï¿½lia, 01 de Abril de 2009
	* @author Thiago Borges
	* @category CSS
	* @package ANER
	*/





/* ============================================================= */
/* ========================== Body ============================= */
/* ============================================================= */




BODY{
	background-image: url(/html/imagens/site/bg.gif); 
	background-repeat: repeat; 
	
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;

	background-color: #63887b;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
A {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	color: #1a2c69;
	text-decoration: none;
}

A:hover {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}





/* ========================================================================== */
/* ================================= Site =================================== */
/* ========================================================================== */

/* === Borda do site === */

.bordaSite {
	padding-left:24px;
	padding-right:24px;
	
	background-color:#f1f1e9;
}




/* ===================================================== */
/* ================= Menu Horizontal =================== */
/* ===================================================== */

/* ========= Separaï¿½ï¿½o entre os menus ========= */

.sep {
	width:1px;
}



/* ========= Link do Menu Horizontal ========= */

.linkMenuHrz a {
	font-size:12px;
	color:#e8e8e8;	
	font-weight: bold;
}

.linkMenuHrz a:hover {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
}



/* ============================================== */
/* ================= Vermelho =================== */

/* ========= borda left ( vermelho ) ========= */

.leftVermelho {
	background-image: url(/html/imagens/site/vermelho-left.gif);
	background-repeat: no-repeat; 
	background-position: left top;
}

/* ========= borda right ( vermelho ) ========= */

.rightVermelho {
	background-image: url(/html/imagens/site/vermelho-right.gif);
	background-repeat: no-repeat; 
	background-position: right top;
}

/* ========= fundo ( vermelho ) ========= */

.Vermelho {
	background-color:#c30000;
}


/* ============================================== */
/* ================= Laranja =================== */

/* ========= borda left ( Laranja ) ========= */

.leftLaranja {
	background-image: url(/html/imagens/site/laranja-left.gif);
	background-repeat: no-repeat; 
	background-position: left top;
}

/* ========= borda right ( Laranja ) ========= */

.rightLaranja {
	background-image: url(/html/imagens/site/laranja-right.gif);
	background-repeat: no-repeat; 
	background-position: right top;
}

/* ========= fundo ( Laranja ) ========= */

.Laranja {
	background-color:#cb8f00;
}


/* ============================================== */
/* ================= vomito =================== */

/* ========= borda left ( vomito ) ========= */

.leftVomito {
	background-image: url(/html/imagens/site/vomito-left.gif);
	background-repeat: no-repeat; 
	background-position: left top;
}

/* ========= borda right ( vomito ) ========= */

.rightVomito {
	background-image: url(/html/imagens/site/vomito-right.gif);
	background-repeat: no-repeat; 
	background-position: right top;
}

/* ========= fundo ( vomito ) ========= */

.Vomito {
	background-color:#afb103;
}



/* ============================================== */
/* ================= amarelo =================== */

/* ========= borda left ( amarelo ) ========= */

.leftAmarelo {
	background-image: url(/html/imagens/site/amarelo-left.gif);
	background-repeat: no-repeat; 
	background-position: left top;
}

/* ========= borda right ( amarelo ) ========= */

.rightAmarelo {
	background-image: url(/html/imagens/site/amarelo-right.gif);
	background-repeat: no-repeat; 
	background-position: right top;
}

/* ========= fundo ( amarelo ) ========= */

.Amarelo {
	background-color:#d6da00;
}



/* ============================================== */
/* ================= verde =================== */

/* ========= borda left ( verde ) ========= */

.leftVerde {
	background-image: url(/html/imagens/site/verde-left.gif);
	background-repeat: no-repeat; 
	background-position: left top;
}

/* ========= borda right ( verde ) ========= */

.rightVerde {
	background-image: url(/html/imagens/site/verde-right.gif);
	background-repeat: no-repeat; 
	background-position: right top;
}

/* ========= fundo ( verde ) ========= */

.Verde {
	background-color:#438500;
}



/* ========================================== */
/* ================= Azul =================== */

/* ========= Link do Menu Horizontal ( Azul ) ========= */

.menuHzAzul {
	background-image: url(/html/imagens/site/mh-right.gif);
	background-repeat: no-repeat; 
	background-position: left top;
	background-color:#3366b7;
	
	width:136px;
}


/* ========= borda right ( azul ) ========= */

.rightAzul {
	background-image: url(/html/imagens/site/azul-right.gif);
	background-repeat: no-repeat; 
	background-position: right top;
}


/* ========= Padding Do Menu Horizontal ========= */

.paddingMenuHrz {
	padding-top: 15px;
	padding-bottom: 12px;
}

/* ========= Link do Menu Horizontal ========= */

.linkMenuHrz a {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
}

.linkMenuHrz a:hover {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
}










/* ================================================================= */
/* ========================== Conteï¿½do ============================= */
/* ================================================================= */


/* ============================================================ */
/* ================ Destaque Pï¿½gina Inicial =================== */

.bordaDestaque {	
	border-bottom-width: 5px;
	border-bottom-color: #cececd;
	border-bottom-style: solid;
}



/* ============================================================================ */
/* ========================== Tï¿½tulo de Destaques ============================= */
/* ============================================================================ */


/* ========= Fundo dos Destaques com aba ========= */

.bgDestaque {
	background-image: url(/html/imagens/site/aba.gif);
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#e0e0d4;
	
	padding:7px;
}

/* ========= Fundo dos Destaques sem aba ========= */

.bgDestaque2 {
	background-color:#e0e0d4;
	
	padding:7px;
}



/* ====================================================================== */
/* ============== Tï¿½tulo das caixas de destaques ( Verde ) ============== */

/* ========= Fundo dos tï¿½tulos ( Verde ) ========= */

.destTituloVerde {
	background-image: url(/html/imagens/site/titulo-cent-verde.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#406020;
}

/* === borda left tï¿½tulo ( Verde ) === */

.destTituloLeftVerde {
	background-image:  url(/html/imagens/site/titulo-left-verde.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right tï¿½tulo ( Verde ) === */

.destTituloRightVerde {
	background-image:  url(/html/imagens/site/titulo-right-verde.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}



/* ====================================================================== */
/* ============== Tï¿½tulo das caixas de destaques ( Azul ) ============== */

/* ========= Fundo dos tï¿½tulos ( Azul ) ========= */

.destTituloAzul {
	background-image: url(/html/imagens/site/titulo-cent-azul.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#112f60;
}

/* === borda left tï¿½tulo ( Azul ) === */

.destTituloLeftAzul {
	background-image:  url(/html/imagens/site/titulo-left-azul.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right tï¿½tulo ( Azul ) === */

.destTituloRightAzul {
	background-image:  url(/html/imagens/site/titulo-right-azul.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}



/* ====================================================================== */
/* ============== Tï¿½tulo das caixas de destaques ( Laranja ) ============== */

/* ========= Fundo dos tï¿½tulos ( Laranja ) ========= */

.destTituloLaranja {
	background-image: url(/html/imagens/site/titulo-cent-laranja.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#9c6f00;
}

/* === borda left tï¿½tulo ( Laranja ) === */

.destTituloLeftLaranja {
	background-image:  url(/html/imagens/site/titulo-left-laranja.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right tï¿½tulo ( Laranja ) === */

.destTituloRightLaranja {
	background-image:  url(/html/imagens/site/titulo-right-laranja.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}




/* ========================================================================= */
/* ============== Tï¿½tulo das caixas de destaques ( Vermelho ) ============== */

/* ========= Fundo dos tï¿½tulos ( Vermelho ) ========= */

.destTituloVermelho {
	background-image: url(/html/imagens/site/titulo-cent-vermelho.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#990000;
}

/* === borda left tï¿½tulo ( Vermelho ) === */

.destTituloLeftVermelho {
	background-image:  url(/html/imagens/site/titulo-left-vermelho.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right tï¿½tulo ( Vermelho ) === */

.destTituloRightVermelho {
	background-image:  url(/html/imagens/site/titulo-right-vermelho.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}



/* ======================================================================== */
/* ============== Tï¿½tulo das caixas de destaques ( Amarelo ) ============== */

/* ========= Fundo dos tï¿½tulos ( Amarelo ) ========= */

.destTituloAmarelo {
	background-image: url(/html/imagens/site/titulo-cent-amarelo.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#979902;
}

/* === borda left tï¿½tulo ( Amarelo ) === */

.destTituloLeftAmarelo {
	background-image:  url(/html/imagens/site/titulo-left-amarelo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right tï¿½tulo ( Amarelo ) === */

.destTituloRightAmarelo {
	background-image:  url(/html/imagens/site/titulo-right-amarelo.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}



/* ========= Padding Do Tï¿½tulo ========= */

.destTituloPadding {
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left:12px;
	padding-right:8px;
}

/* ========= Tï¿½tulo format de texto ========= */

.destTituloTexto {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
}

.destTituloTexto a {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
}

.destTituloTexto a:hover {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
}



/* ================================================================= */
/* ========================== Informes ============================= */
/* ================================================================= */


/* === Link do Informes === */

.linkInformes a {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:0px 6px;
	
	color:#366c01;
	
	font-weight:bold;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.linkInformes a:hover {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:5px 6px;
	
	color:#000000;
	
	font-weight:bold;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* === Link === */

.link a {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:0px 6px;
	
	color:#000000;
	
	font-weight:bold;
	
	display: block;
	
	padding-left: 20px;
}

.link a:hover {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:5px 6px;
	
	color:#000000;
	
	font-weight:bold;
	
	display: block;
	
	padding-left: 20px;
}





/* ==================================================================================== */
/* ========================== Tï¿½tulo das pï¿½ginas Internas ============================= */
/* ==================================================================================== */

.tituloInterno {
	
	border-bottom-width: 2px;
	border-bottom-color: #d5e3b7;
	border-bottom-style: solid;

	border-top-width: 2px;
	border-top-color: #d5e3b7;
	border-top-style: solid;

	color:#558002;

	font-size:18px;

	font-weight:bold;

	padding-bottom:6px;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
}




/* ==================================================== */
/* ==================== Listagem ====================== */
/* ==================================================== */


/* ============= Listagem primeiro Nï¿½vel ============= */

.listaTitulo1Nivel {
	border-bottom-width: 1px;
	border-bottom-color: #a9a9a2;
	border-bottom-style: dotted;
	
	padding-top: 3px;
	padding-bottom: 3px;
}

.listaTitulo1Nivel a {
	
	color:#000000;
}

.listaTitulo1Nivel a:hover {
	
	color:#0b6701;
}

/* ============= Listagem segundo Nï¿½vel ============= */

.listaTitulo1Nive2 {
	border-bottom-width: 1px;
	border-bottom-color: #a9a9a2;
	border-bottom-style: dotted;
	
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listaTitulo1Nive2 a {
	
	color:#000000;
}

.listaTitulo1Nive2 a:hover {
	
	color:#0b6701;
}

/* ============= Listagem terceiro Nï¿½vel ============= */

.listaTitulo1Nive3 {
	border-bottom-width: 1px;
	border-bottom-color: #a9a9a2;
	border-bottom-style: dotted;
	
	padding-left: 54px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listaTitulo1Nive3 a {	
	
	color:#000000;
}

.listaTitulo1Nive3 a:hover {	
	
	color:#0b6701;
}



/* ========================================================================= */
/* ========================== Caixa de Eventos ============================= */
/* ========================================================================= */

/* ================ Linha de Borda Bottom do Título da caixa Eventos 3px =================== */

.linhaEventos {
	border-bottom-width: 3px;
	border-bottom-color: #ccd5db;
	border-bottom-style: solid;
}

/* ================ Linha de Borda Bottom do conteúdo da caixa Eventos de 1px  =================== */

.linhaEventos1 {
	border-bottom-width: 1px;
	border-bottom-color: #bac6ca;
	border-bottom-style: solid;
}

/* ================ Borda Left da caixa eventos =================== */

.bordaLeftEve {
	background-image: url(/html/imagens/site/evento-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ================ Borda Right da caixa eventos =================== */

.bordaRightEve {
	background-image: url(/html/imagens/site/evento-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ================ padding das abinhas da caixa Eventos =================== */

.paddingEve {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* ================ Background-color das abinhas da caixa eventos =================== */

.corEve {
	background-color:#e5e9eb;
}

/* ================ padding do texto dentro do conteúdo da caixa evento ( só precisa do padding onde não tem o bullet )  =================== */

.paddingSembullet {
	padding-left:20px;
}

/* === texto com bullet do eventos === */

.textoComBullet {

	background-image:url(/html/imagens/site/bullet-ranking.gif);
	background-repeat:no-repeat ;
	background-position:5px 4px;	
	
	display: block;
	
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}




/* ===================================== */
/* =============== Links =============== */

/* === Links Informes === */

.Link-inf a {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position: 0px 6px;	
	
	display: block;
	
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

.Link-inf a:hover {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position: 0px 6px;	
	
	display: block;
	
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;

}





/* ============================================================================== */
/* ========================= Veja Tambï¿½m ( conteï¿½do ) =========================== */
/* ============================================================================== */


.bgVejatambem {
	background-color:#ddd6ba;
	
	padding:12px;
}

.vejaTambem a {
	
	color:#1f347b;
	
	font-weight:bold;
}

.vejaTambem a:hover {
	color:#1f347b;
	
	font-weight:bold;
}






/* =============================================================== */
/* ========================== Bordas ============================= */
/* =============================================================== */


/* =========== Borda de 1 px na cor Bege ( borda bottom dos links do Menu horizontal ) =========== */

.b-bottom-menu-hor {
	border-bottom-width: 1px;
	border-bottom-color: #f3f2de;
	border-bottom-style: solid;
}

/* =========== Borda de 2 px na cor Bege ( borda top dos links do Menu horizontal ) =========== */

.b-bottom-menu-hor2 {
	border-top-width: 2px;
	border-top-color: #585d27;
	border-top-style: solid;
}


/* =========== Borda de 15 px na cor Bege ( borda right do boletim eletrï¿½nico ) =========== */

.boletim-right {
	border-right-width: 15px;
	border-right-color: #e7e7de;
	border-right-style: solid;
}

.boletim-top {
	border-top-width: 18px;
	border-top-color: #e7e7de;
	border-top-style: solid;
}

/* =========== Borda de 3 px cinza pra verde ( bordas completas ) =========== */

.b-bottom {
	border-bottom-width: 3px;
	border-bottom-color: #1f347c;
	border-bottom-style: solid;
}

.b-top {
	border-top-width: 3px;
	border-top-color: #1f347c;
	border-top-style: solid;
}

.b-left {
	border-left-width: 3px;
	border-left-color: #1f347c;
	border-left-style: solid;
}

.b-right {
	border-right-width: 3px;
	border-right-color: #1f347c;
	border-right-style: solid;
}




/* ============================================================== */
/* ======================== Paddings ============================ */
/* ============================================================== */

/* ================== Paddings  de 3 px =================== */

/* Padding Left de 3px */

.paddingLeft3 {
	padding-left: 3px;
}

/* Padding Right de 3px */

.paddingRight3 {
	padding-right: 3px;
}

/* Padding Bottom de 3px */

.paddingBottom3 {
	padding-bottom: 3px;
}

/* Padding Top de 3px */

.paddingTop3 {
	padding-Top: 3px;
}


/* ================== Paddings  de 5 px =================== */

/* Padding Left de 5px */

.paddingLeft {
	padding-left: 5px;
}

/* Padding Right de 5px */

.paddingRight {
	padding-right: 5px;
}

/* Padding Bottom de 5px */

.paddingBottom {
	padding-bottom: 5px;
}

/* Padding Top de 5px */

.paddingTop {
	padding-Top: 5px;
}

/* ================== Paddings  de 10 px =================== */

/* Padding Left de 10px */

.paddingLeft10 {
	padding-left: 10px;
}

/* Padding Right de 10px */

.paddingRight10 {
	padding-right: 10px;
}

/* Padding Bottom de 10px */

.paddingBottom10 {
	padding-bottom: 10px;
}

/* Padding Top de 10px */

.paddingTop10 {
	padding-Top: 10px;
}

/* ================== Paddings  de 15 px =================== */

/* Padding Left de 15px */

.paddingLeft15 {
	padding-left: 15px;
}

/* Padding Right de 15px */

.paddingRight15 {
	padding-right: 15px;
}

/* Padding Bottom de 15px */

.paddingBottom15 {
	padding-bottom: 15px;
}

/* Padding Top de 15px */

.paddingTop15 {
	padding-Top: 15px;
}

/* ================== Paddings  de 20 px =================== */

/* Padding Left de 20px */

.paddingLeft20 {
	padding-left: 20px;
}

/* Padding Right de 20px */

.paddingRight20 {
	padding-right: 20px;
}

/* Padding Bottom de 20px */

.paddingBottom20 {
	padding-bottom: 20px;
}

/* Padding Top de 20px */

.paddingTop20 {
	padding-Top: 20px;
}

/* ================== Paddings  de 25 px =================== */

/* Padding Left de 25px */

.paddingLeft25 {
	padding-left: 25px;
}

/* Padding Right de 25px */

.paddingRight25 {
	padding-right: 25px;
}

/* Padding Bottom de 25px */

.paddingBottom25 {
	padding-bottom: 25px;
}

/* Padding Top de 25px */

.paddingTop25 {
	padding-Top: 25px;
}

/* ================== Paddings em todos os lados de 10px, 5px e 2px =================== */

/* Padding Total de 10px */

.paddingTotal10 {
	padding: 10px;
}

/* Padding Total de 5px */

.paddingTotal5 {
	padding: 5px;
}

/* Padding Total de 3px */

.paddingTotal3 {
	padding: 3px;
}

/* Padding Total de 2px */

.paddingTotal2 {
	padding: 2px;
}




/* ====================================================================*/
/* ======================== Campo Formulï¿½rio ==========================*/
/* ====================================================================*/


/* tamanho do campo formulï¿½rio quando precisar */

.tamanhoForm {
	width:100%;
}


/* Campo Busca */

.busca {
	border-width: 1px;
	border-color: #d6bb90;
	border-style: solid;

	
	background-color: #f2f5e8;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	color: #0f5000;
	text-decoration: none;

}


/* Campo Formulï¿½ro fale Conosco */

.formulario {
	border-top-width: 1px;
	border-top-color: #465480;
	border-top-style: solid;

	border-bottom-width: 1px;
	border-bottom-color: #465480;
	border-bottom-style: solid;
	
	border-left-width: 1px;
	border-left-color: #465480;
	border-left-style: solid;	
	
	border-right-width: 1px;
	border-right-color: #465480;
	border-right-style: solid;
	
	background-color: #dddecf;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	color: #000000;
	text-decoration: none;

}


/* Campo Formulï¿½ro Contato 2 */

.formContato {
	border-width: 1px;
	border-color: #9b9b94;
	border-style: solid;
	
	background-color: #ffffff;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}


/* Botï¿½o Campo formulï¿½rio */

.botao a {

	background-color: #d9d2b6;
	
	border-width: 2px;
	border-color: #696969;
	border-style: solid;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	text-decoration: none;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom:2px;
}

.botao a:hover {

	background-color: #d9d2b6;
	
	border-width: 2px;
	border-color: #696969;
	border-style: solid;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	text-decoration: none;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom:2px;
}




/* =====================================================================================*/
/* =============================== Tamanhos de Fonts ===================================*/
/* =====================================================================================*/

/* ============= Italic ( italico ) ============= */

.italic {
	font-style:italic;
}

.italic a {
	font-style:italic;
}

.italic a:hover {
	font-style:italic;
}


/* ============= Bold ( negrito ) ============= */

.bold {
	font-weight: bold;
}

.bold a {
	font-weight: bold;
}

.bold a:hover {
	font-weight: bold;
}

/* ============= Tamanho da Fonte de 10 px ============= */

.brod {
	font-size: 10px; 
}

.brod a {
	font-size: 10px; 
}

.brod a:hover {
	font-size: 10px; 
}

/* ============= Tamanho da Fonte de 12 px ============= */

.alpha {
	font-size: 12px; 
}

.alpha a {
	font-size: 12px; 
}

.alpha a:hover {
	font-size: 12px; 
}

/* ============= Tamanho da Fonte de 13 px ============= */

.beta {
	font-size: 14px; 
}

.beta a {
	font-size: 14px; 
}

.beta a:hover {
	font-size: 14px; 
}

/* ============= Tamanho da Fonte de 14 px ============= */

.gama {
	font-size: 16px; 
}

.gama a {
	font-size: 16px; 
}

.gama a:hover {
	font-size: 16px; 
}

/* ============= Tamanho da Fonte de 15 px ============= */

.zeta {
	font-size: 18px; 
}

.zeta a {
	font-size: 18px; 
}

.zeta a:hover {
	font-size: 18px; 
}

/* ============= Tamanho da Fonte de 16 px ============= */

.jeta {
	font-size: 20px; 
}

.jeta a {
	font-size: 20px; 
}

.jeta a:hover {
	font-size: 20px; 
}

/* ============= Efeito de underline na fonte ============= */

.underline {
	text-decoration: underline;
}

.underline a {
	text-decoration: underline;
}

.underline a:hover {
	text-decoration: none;
}





/* ======================================================================= */
/* ================== CSS DE CORES (Fontes e backgrounds) ================ */
/* ======================================================================= */


/* ============== Background de cor Bege ( fundo do Boletim eletrï¿½nico ) ============== */

.bgNeturno {
	background-color: #c3c4b0;
}


/* ============== background do fundo cor mais escura ( fundo tï¿½tulo interna e menu vertical ) ============== */

.bgSaturno {
	background-color: #d2d2cc;
}


/* ============== Background de cor bege ( Fundo Conteï¿½do ) ============== */

.bgMarte {
	background-color: #f2f5e8;
}


/* ============== Background de cor azul escuro ( Tï¿½tulo do Contato ) ============== */

.bgTituloContato {
	background-color: #526a99;
}


/* ================== Laranja ================ */
/* ============================================== */

/* ============== Cor de Font Laranja ( Outros links destaque ) ============== */

.plutao {
	color: #ca6c06;
}

.plutao a {
	color: #ca6c06;
}

.plutao a:hover {
	color: #000000;
}


/* ================== Verde escuro ================ */
/* ================================================ */

/* ============== Cor de Font ( Links principais ) ============== */

.terra {
	color: #366c01;
}

.terra a {
	color: #366c01;
}

.terra a:hover {
	color: #000000;
}


/* ================== Branco ================ */
/* ========================================== */

/* ============== Cor de Font branca ( texto e link ) ============== */

.mercurio {
	color: #FFFFFF;
}

.mercurio a {
	color: #FFFFFF;
}

.mercurio a:hover {
	color: #ffffff;
}

/* ============== Background de cor Branca ============== */

/* Branca do fundo do site */

.bg_mercurio {
	background-color: #ffffff;
}
