/**
	* @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.jpg); 
	background-repeat: repeat;
	background-position:top;
	
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
	color: #595959;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
	padding-top:25px;
	padding-bottom:30px;
}
	
A {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	/*color: #1a2c69;*/
	color: #2C5CEF;
	text-decoration: none;
}

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





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

/* === Folha do site === */

.fundoFolha {
	background-color:#FFFFFF;
	
	padding-left:28px;
	padding-right:28px;
	padding-bottom:28px;
}



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

/* ========= Separação do menu Left ========= */

.sepLeft {
	width:5px;
}

/* ========= Separação do menu right ========= */

.sepRight {
	width:5px;
}


/* ========= Separação do menu centro ========= */

.sepCentro {
	width:17px;
}



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

.linkMenuHrz a {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-left:10px;
	padding-right:10px;
}

.linkMenuHrz a:hover {
	font-size:12px;
	color:#ffffff;	
	font-weight: bold;
	
	padding-left:10px;
	padding-right:10px;
}

/* ========= Fundo do Menu ========= */

.mhzFundo {
	background-image: url(/html/imagens/site/mh-fundo.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#1c1c54;
}



/* ========= Fundo do topo ( Logo Menu horizontal busca e links ) ========= */

.barraTopo {
	border-bottom-width: 3px;
	border-bottom-color: #d4d5d8;
	border-bottom-style: solid;
}






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



/* =========================================================================== */
/* ========================== Imagem Ilustrativa ============================= */

/* ========= Fundo da imagem ========= */

.imgFundo {
	background-image: url(/html/imagens/site/img-left.jpg);
	background-repeat: repeat-x; 
	background-position: top;
	
	border-top-width: 5px;
	border-top-color: #ffffff;
	border-top-style: solid;
	
	border-bottom-width: 5px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}






/* ====================================================================== */
/* ========================== Menu Vertical ============================= */
/* ====================================================================== */

/* =========== Título do menu vertical =========== */

.mvFundo {
	background-image: url(/html/imagens/site/mv-fundo.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#282850;
	
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
}


/* =========== Links do menu vertical =========== */


.linkMV a {
	background-image:url(/html/imagens/site/ic-link-menu.gif);
	background-repeat:no-repeat ;
	background-position:0px 8px;
	
	color:#6a6b69;
	
	display: block;
	
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	border-bottom-width: 1px;
	border-bottom-color: #bfbebe;
	border-bottom-style: dotted;
}

.linkMV a:hover {
	background-image:url(/html/imagens/site/ic-link-menu.gif);
	background-repeat:no-repeat ;
	background-position:0px 8px;
	
	color:#000000;
	
	display: block;
	
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	border-bottom-width: 1px;
	border-bottom-color: #bfbebe;
	border-bottom-style: dotted;
}

/* =========== Borda de 1 px total na cor cinza ( Menu Vertical ) =========== */

.bMenuVertical {
	border-width: 1px;
	border-color: #c8ccce;
	border-style: solid;
	
	padding:10px;
}




/* ============================================================ */
/* ================ Destaque Página Inicial =================== */
/* ============================================================ */

.bordaDestaque {	
	border-bottom-width: 5px;
	border-bottom-color: #cececd;
	border-bottom-style: solid;
}


/* ========================================== */
/* ================ Fotos =================== */

.bgFotoDestaque {
	background-color:#eaecee;
}

/* ================ Borda das fotos =================== */

.bordaFoto {
	border-width: 2px;
	border-color: #888c99;
	border-style: solid;
}

/* ================ Fundo Título das fotos "página inicial" =================== */

.tituloRoda {
	background-color:#888c99;

	font-size:12px;
	color:#ffffff;	
	font-weight: bold;	
}





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

.caminho {
	background-color:#f2f3f3;
	
	padding-bottom:4px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	
	color:#888c99;
}

.caminho a {

	color:#385564;
}

.caminho a:hover {

	color:#385564;
}








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

.tituloInterno {

	border-bottom-width: 3px;
	border-bottom-color: #95aec5;
	border-bottom-style: solid;
	
	border-top-width: 3px;
	border-top-color: #95aec5;
	border-top-style: solid;
	
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	
	color:#0282cd;
	
	font-weight:bold;
	
	font-size:16px;
}






/* ============================================================================ */
/* ========================== Título de Destaques ============================= */
/* ============================================================================ */


/* ========= Fundo dos Destaques com aba ========= */

.bgDestaque {
	background-color:#ebeff0;
	
	padding:7px;
}

/* ========= Fundo dos Destaques sem aba ========= */

.bgDestaque2 {

	border-width: 1px;
	border-color: #dfdfdf;
	border-style: solid;
	
	padding:6px;
}



/* ======================================================================= */
/* ============== Título das caixas de destaques ( Azul 1 ) ============== */

/* ========= Fundo dos títulos ( Azul 1 ) ========= */

.destTituloAzul1 {
	background-image: url(/html/imagens/site/dest-1-center.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#738097;
}

/* === borda left título ( Azul 1 ) === */

.destTituloLeftAzul1 {
	background-image:  url(/html/imagens/site/dest-1-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right título ( Azul 1 ) === */

.destTituloRightAzul1 {
	background-image:  url(/html/imagens/site/dest-1-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}



/* ======================================================================= */
/* ============== Título das caixas de destaques ( Azul 2 ) ============== */

/* ========= Fundo dos títulos ( Azul 2 ) ========= */

.destTituloAzul2 {
	background-image: url(/html/imagens/site/dest-2-center.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#4a5262;
}

/* === borda left título ( Azul 2 ) === */

.destTituloLeftAzul2 {
	background-image:  url(/html/imagens/site/dest-2-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right título ( Azul 2 ) === */

.destTituloRightAzul2 {
	background-image:  url(/html/imagens/site/dest-2-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}




/* ======================================================================= */
/* ============== Título das caixas de destaques ( Azul 3 ) ============== */

/* ========= Fundo dos títulos ( Azul 3 ) ========= */

.destTituloAzul3 {
	background-image: url(/html/imagens/site/dest-3-center.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#30353f;
}

/* === borda left título ( Azul 3 ) === */

.destTituloLeftAzul3 {
	background-image:  url(/html/imagens/site/dest-3-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right título ( Azul 3 ) === */

.destTituloRightAzul3 {
	background-image:  url(/html/imagens/site/dest-3-right.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;
}






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

/* === Link === */

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

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






/* ============================================================================== */
/* ========================= Veja Também ( conteúdo ) =========================== */
/* ============================================================================== */

.vejaTambem {
	border-bottom-width: 3px;
	border-bottom-color: #95aec5;
	border-bottom-style: solid;
	
	border-top-width: 3px;
	border-top-color: #95aec5;
	border-top-style: solid;
	
	padding-bottom:4px;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	
	color:#0282cd;
	
	font-weight:bold;
	
	font-size:14px;
}

.bg_vejaTambem {
	background-color:#dae7ed;
	
	padding: 10px;
}






/* ============================================================ */
/* ========================= Rodapé =========================== */
/* ============================================================ */


.Rodape {
	border-top-width: 3px;
	border-top-color: #d4d5d8;
	border-top-style: solid;
	
	padding-top:20px;
}






/* =============================================================== */
/* ========================== Bordas ============================= */
/* =============================================================== */


/* =========== Borda de 1 px total na cor cinza ( borda fotos ) =========== */

.b-DestMH {
	border-width: 1px;
	border-color: #c8ccce;
	border-style: solid;
}

/* =========== Borda de 2 px na cor cinza ( borda Menu horizontal ) =========== */

.b-menuHR {
	border-right-width: 2px;
	border-right-color: #dedede;
	border-right-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  de 35 px =================== */

/* Padding Left de 35px */

.paddingLeft35 {
	padding-left: 35px;
}

/* Padding Right de 35px */

.paddingRight35 {
	padding-right: 35px;
}

/* Padding Bottom de 30px */

.paddingBottom30 {
	padding-bottom: 30px;
}

/* Padding Top de 35px */

.paddingTop35 {
	padding-Top: 35px;
}

/* ================== 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: #5f6a8a;
	border-style: solid;

	
	background-color: #bfcedc;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	color: #000000;
	text-decoration: none;

}


/* Campo Formuláro fale Conosco */

.formulario {
	border-width: 1px;
	border-color: #5f6a8a;
	border-style: solid;
	
	background-color: #bfcedc;

	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 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: #e3e8ea;
}


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


/* ================== Vermelha ================ */
/* ============================================ */

/* ============== Cor de Font vermelha ( saiba mais ) ============== */

.vermelha {
	color: #cf0303;
}

.vermelha a {
	color: #cf0303;
}

.vermelha a:hover {
	color: #cf0303;
}

/* ================== Laranja ================ */
/* ============================================== */

/* ============== Cor de Font Laranja ( Outros links destaque ) ============== */

.plutao {
	color: #027dc2;
}

.plutao a {
	color: #027dc2;
}

.plutao a:hover {
	color: #000000;
}


/* ================== Verde escuro ================ */
/* ================================================ */

/* ============== Cor de Font ( Links principais ) ============== */

.terra {
	color: #586c91;
}

.terra a {
	color: #586c91;
}

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

/* ================== Cinza ================ */
/* ========================================== */

/* ============== Cor de Font cinza ( texto e link ) ============== */

.cinza {
	color: #595959;
}

.cinza a {
	color: #595959;
}

.cinza a:hover {
	color: #CCCCCC;
}

/* ============== Background de cor Branca ============== */

/* Branca do fundo do site */

.bg_mercurio {
	background-color: #ffffff;
}

/* ==============  A PUBLICAR ============== */


.apublicar {
	color: red;
}

.apublicar a {
	color: red;
}

.apublicar a:hover {
	color: red;
}