/**
	* @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{	
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;

	background-color: #ffffff;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
A {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	color: #66261d;
	text-decoration: none;
}

A:hover {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}





/* ========================================================================== */
/* ================================= Site =================================== */
/* ========================================================================== */

/* === Imagem de topo beija flor === */

.topoBeija {
	background-image: url(/html/imagens/site/topo-beija.gif);
	background-repeat: no-repeat; 
	background-position: right bottom;
}



/* ===================================================== */
/* ================= Menu Horizontal =================== */
/* ===================================================== */

/* ========= Separação entre os menus ========= */

.sep {
	width:2px;
}



/* ========= Link do Menu Horizontal ========= */

.linkMenuHrz a {
	display:block;
	
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-top:24px;
	padding-bottom:24px;
}

.linkMenuHrz a:hover {

	background-image: url(/html/imagens/site/mh-fundo2.gif);
	background-repeat: repeat-x; 
	background-position: top;
	
	display:block;

	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-top:24px;
	padding-bottom:24px;
}

/* ========= Link do Menu Horizontal chapada dos veadeiros ========= */

.linkMenuHrzChapada a {
	display:block;
	
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-top:24px;
	padding-bottom:24px;
	padding-right:22px;
}

.linkMenuHrzChapada a:hover {

	background-image: url(/html/imagens/site/mh-fundo2.gif);
	background-repeat: repeat-x; 
	background-position: top;
	
	display:block;

	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-top:24px;
	padding-bottom:24px;
	padding-right:22px;
}

/* ========= Link do Menu Horizontal os pássaros ========= */

.linkMenuHrzPassaros a {
	display:block;
	
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-top:24px;
	padding-bottom:24px;
	padding-left:25px;
}

.linkMenuHrzPassaros a:hover {

	background-image: url(/html/imagens/site/mh-fundo2.gif);
	background-repeat: repeat-x; 
	background-position: top;
	
	display:block;

	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-top:24px;
	padding-bottom:24px;
	padding-left:25px;
}



/* ========= Fundo Menu Horizontal ========= */

.mhFundo {
	background-image: url(/html/imagens/site/mh-fundo.gif);
	background-repeat: repeat-x; 
	background-position: top;
}




/* =================================================================================== */
/* ===================== Chamadas Destaques da página inicial ======================== */
/* =================================================================================== */

.bgCd{
	border-top:1px #dbd7d8 solid;
}

#cdInicial{
	width:100%; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	display:table;
	margin:auto;
}

#cdInicial .cdEsquerda{
	float:left;
	width:33%;
}

.bordaDestaqueFoto{
	border:5px #b92525 solid;
}




/* ============================================== */
/* ================= Conteúdo =================== */
/* ============================================== */

/* ================================================================================= */
/* ================= Borda da Imagem Ilustrativa do topo do site =================== */

.siteImagem {
	border-left-width: 15px;
	border-left-color: #f1e7e7;
	border-left-style: solid;
	
	border-right-width: 15px;
	border-right-color: #f1e7e7;
	border-right-style: solid;
	
	border-bottom-width: 15px;
	border-bottom-color: #f1e7e7;
	border-bottom-style: solid;
	
	background-color:#f1e7e7;
}

/* ==================================================================== */
/* ================= Formatação do Conteúdo do site =================== */

.siteCont {
	border-left-width: 15px;
	border-left-color: #f1e7e7;
	border-left-style: solid;
	
	border-right-width: 15px;
	border-right-color: #f1e7e7;
	border-right-style: solid;
	
	background-color:#f1e7e7;
}


/* ====================================================== */
/* ================= Título das Caxas =================== */

.titCaixa {
	background-image: url(/html/imagens/site/bg-caixa.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#742b21;
	
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left:15px;
	
	color:#FFFFFF;
	
	font-weight:bold;
	
	
}

/* ========= Padding Do Menu Horizontal ========= */

.paddingMenuHrz {
}

/* ========= 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;
}



/* ====================================================== */
/* ================= Título das Caxas =================== */

.bgCaixa {
	background-color:#f6f5f5;
	
	padding: 15px;
}






/* ================================================================ */
/* ========================== Caminho ============================= */
/* ================================================================ */

.caminho {
	background-color:#f6f5f5;
	
	padding-bottom:4px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	
	color:#000000;
}







/* ============================================================== */
/* ========================== Links ============================= */
/* ============================================================== */


/* === Link do Destaque === */

.link a {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:0px 7px;
	
	color:#000000;
	
	font-weight:bold;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.link a:hover {
	background-image:url(/html/imagens/site/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:5px 7px;
	
	color:#000000;
	
	font-weight:bold;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}






/* ==================================================================================== */
/* ========================== Título das páginas Internas ============================= */
/* ==================================================================================== */

.tituloInterno {
	
	color:#f9c130;
	
	font-weight:bold;
	
	font-size:30px;
}




/* ==================================================== */
/* ==================== 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;
}







/* ===================================== */
/* =============== 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: #b63f2c;
}

.terra a {
	color: #b63f2c;
}

.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;
}
