/**
	* @name stylesite.css
	* @desc CSS StyleSheet
	* @version v3.0 - Brasília, 22 de Maio de 2008
	* @author Thiago Borges
	* @category CSS
	* @package Goyas Florestal
	*/

/* ============================================================= */
/* ========================== Body ============================= */
/* ============================================================= */

BODY {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;
	
	background-image:  url(/html/imagens/site/bg-topo.jpg);
	background-repeat: repeat-x ;
	background-position: top;
	background-color: #fbfbfd;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
A {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}

A:hover {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	color: #12296a;
	text-decoration: none;
}
TABLE {
	padding: 0px;
	margin: 0px;
        font-size: 12px;
	text-align: left;
}


/* ========================================================================== */
/* ================================= Site =================================== */
/* ========================================================================== */



/* ============================================================== */
/* ===================== Menu Horizontal ======================== */
/* ============================================================== */

/* === Fundo do Menu horizontal === */

.mhFundo {
	background-image: url(/html/imagens/site/mh-fundo.gif);
	background-repeat: repeat-x ;
	
}

.mhFundo a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 16px;
}

.mhFundo a:hover {
	background-image: url(/html/imagens/site/mh-over.gif);
	background-repeat: repeat-x;
	
	display:block;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 16px;
}



/* ====================================================================== */
/* ========================== Menu Vertical ============================= */
/* ====================================================================== */

/* === Fundo Menu Vertical === */

.mvFundo {
	background-image:  url(/html/imagens/site/mv-cent.gif);
	background-repeat: repeat-x ;
	background-position: top;
	background-color: #fbfbfd;
}


/* === Fundo Menu Vertical tamanho, cor e padding === */

.Fund-Menu {
	padding-left: 12px;
	padding-bottom: 12px;
}

/* === Links Menu Vertical === */

.mvLink a {

	background-image:url(/html/imagens/site/bullet-menu.gif);
	background-repeat:no-repeat ;
	background-position:5px 7px;	
	
	display: block;
	
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

.mvLink a:hover {

	background-image:url(/html/imagens/site/bullet-menu.gif);
	background-repeat:no-repeat ;
	background-position:5px 7px;
	
	background-color: #d8dadf;
	
	display: block;
	
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;

}



/* ================================================================= */
/* ========================== Conteúdo ============================= */
/* ================================================================= */

/* === Cor e imagem no bottom do conteúdo === */

.cont {
	background-image: url(/html/imagens/site/rodape-cavalo1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 70px;
}


/* ======================== Banners Destaques ========================== */
/* ===================================================================== */

/* === Fundo Banner Destaque === */

.bnFundo {
	background-image:  url(/html/imagens/site/bn-fundo.gif);
	background-repeat: repeat-x ;
	background-position: top;
	background-color: #fbfbfd;
	
	width:248px;
}

/* === conteúdo Banner Destaque === */

.contbanner {
	padding-top: 50px;
}

/* === barra de mais Banner Destaque === */

.barraBanners {
	padding-left: 25px;
}

/* ======================== Caixa de Notícias ========================== */
/* ===================================================================== */

/* === imagem de fundo da caixa noticia ( Conteúdo ) === */

.cxCont {
	background-image:  url(/html/imagens/site/cx-cent.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	padding-left:10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* === Link de Notícias === */

.cxLink a {
	color: #000000;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom-color:#bdc3cd;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	
	display:block;
}

.cxLink a:hover {
	color: #3d528e;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom-color:#bdc3cd;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	
	display:block;
}

/* ======================== Caixa de Rankins ========================== */
/* ==================================================================== */

/* === Título da caixa de Ranking === */

.cxRanking {
	border-bottom-color:#e0e7eb;
	border-bottom-style:solid;
	border-bottom-width:3px;
	
	border-top-color:#e0e7eb;
	border-top-style:solid;
	border-top-width:3px;
	
	padding-bottom: 4px;	
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size:16px;
	font-weight:bold;
	color:#63767f;
}

/* === imagem de fundo da caixa noticia ( Conteúdo ) === */

.cxRankingCont {
	background-color: #f0f5f7;
	
	padding: 10px;
}

/* === Links do Ranking === */

.cxRankingLink a {

	background-image:url(/html/imagens/site/bullet-ranking.gif);
	background-repeat:no-repeat ;
	background-position:5px 4px;	
	
	display: block;
	
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 7px;
	
}

.cxRankingLink a:hover {

	background-image:url(/html/imagens/site/bullet-ranking.gif);
	background-repeat:no-repeat ;
	background-position:5px 4px;
	
	background-color: #d8dadf;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 7px;

}



/* ==================================================== */
/* ==================== Listagem ====================== */
/* ==================================================== */



/* ============= Listagem primeiro Nível ============= */

.listaTitulo1Nivel {
	border-bottom-width: 1px;
	border-bottom-color: #dee5c4;
	border-bottom-style: dotted;
	
	padding-top: 3px;
	padding-bottom: 3px;
}

.listaTitulo1Nivel a {
	
	color:#000000;
}

.listaTitulo1Nivel a:hover {
	
	color:#6b9d50;
}

/* ============= Listagem segundo Nível ============= */

.listaTitulo1Nive2 {
	border-bottom-width: 1px;
	border-bottom-color: #dee5c4;
	border-bottom-style: dotted;
	
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listaTitulo1Nive2 a {
	
	color:#000000;
}

.listaTitulo1Nive2 a:hover {
	
	color:#6b9d50;
}

/* ============= Listagem terceiro Nível ============= */

.listaTitulo1Nive3 {
	border-bottom-width: 1px;
	border-bottom-color: #dee5c4;
	border-bottom-style: dotted;
	
	padding-left: 54px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listaTitulo1Nive3 a {	
	
	color:#000000;
}

.listaTitulo1Nive3 a:hover {	
	
	color:#6b9d50;
}



/* ========================================================================= */
/* ========================== 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;
	
}



/* =============================================================== */
/* ========================== Rodapé ============================= */
/* =============================================================== */

.rodape {
	background-image: url(/html/imagens/site/rodape-fundo.gif);
	background-repeat: no-repeat ;
	background-position: left top;
}

/* ============= Formatação dos botões Home e Contato da parte Rodapé ============= */

.rpLink a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.rpLink a:hover {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	padding-top: 4px;
	padding-bottom: 4px;
	
	display: block;
	
	background-color: #2b4f87;
}



/* =============================================================== */
/* ========================== Bordas ============================= */
/* =============================================================== */

/* =========== Borda de 5 px cinza ( borda da foto do destaque primeira página ) =========== */

.b-destaque {
	border-width: 5px;
	border-color: #b3bcc0;
	border-style: solid;
}

/* =========== Borda de 3 px cinza pra azul escuro ( bordas completas ) =========== */

.b-bottom {
	border-bottom-width: 3px;
	border-bottom-color: #9dafbc;
	border-bottom-style: solid;
}

.b-top {
	border-top-width: 3px;
	border-top-color: #9dafbc;
	border-top-style: solid;
}

.b-left {
	border-left-width: 3px;
	border-left-color: #9dafbc;
	border-left-style: solid;
}

.b-right {
	border-right-width: 3px;
	border-right-color: #9dafbc;
	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 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 {

	background-color: #b4ddec;
	
	border-width: 1px;
	border-color: #0c0230;
	border-style: solid;
	
	height:14px;
	*height:15px;
	_height:15px;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	color: #0f5000;
	text-decoration: none;

}

/* Campo Formuláro */

.formulario {
	border-top-width: 1px;
	border-top-color: #f0f5f7;
	border-top-style: solid;

	border-bottom-width: 1px;
	border-bottom-color: #000069;
	border-bottom-style: solid;
	
	border-left-width: 1px;
	border-left-color: #f0f5f7;
	border-left-style: solid;	
	
	border-right-width: 1px;
	border-right-color: #f0f5f7;
	border-right-style: solid;
	
	background-color: #f0f5f7;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	color: #0f5000;
	text-decoration: none;

}

/* Botão Campo formulário */

.botao a {

	background-color: #d9d2b6;
	
	border-width: 2px;
	border-color: #c3ba97;
	border-style: solid;
	


	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	text-decoration: none;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom:3px;
}

.botao a:hover {

	background-color: #c3ba97;
	
	border-width: 2px;
	border-color: #c3ba97;
	border-style: solid;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	text-decoration: none;
	
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom:3px;
}



/* =====================================================================================*/
/* =============================== 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; 
}

/* ============= 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 conteúdo ) ============== */

.bgNeturno {
	background-color: #faf9f2;
}

/* ============== Background de cor cinza quase azul ( barra do mais banners ) ============== */

.bgMarte {
	background-color: #bdc5cd;
}

/* ================== Verde Agua ================ */
/* ============================================== */

/* ============== Cor de Font Cinza escuro ( Título Destaques ) ============== */

.plutao {
	color: #63767f;
}

.plutao a {
	color: #63767f;
}

.plutao a:hover {
	color: #000000;
}

/* ================== Salmão ================ */
/* ========================================== */

/* ============== Cor de Font ( Menu Horizontal e busca ) ============== */

.terra {
	color: #3d528e;
}

.terra a {
	color: #3d528e;
}

.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;
}
/* ============================ APUBLICAR ========================== */
   
 .apublicar {
 	color: red;
 }
 
 .apublicar a {
 	color: red;
 	text-decoration: underline;
 }
 
 .apublicar a:hover {
 	color: red;
 	text-decoration: none;
 }
 
 .hidden {
	display : none;
  }