/**
	* @name stylesite.css
	* @desc CSS StyleSheet
	* @version v3.0 - Brasília, 22 de Maio de 2008
	* @author Thiago Borges
	* @category CSS
	* @package Ybá
	*/





/* ============================================================= */
/* ========================== Body ============================= */
/* ============================================================= */




BODY{
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;
	
	background-image: url(/html/skin/pl_semana2009/imagens/bg-top.jpg); 
	background-repeat: repeat-x; 
	background-position: top; 	
	background-color: #cececf;
	
	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;
}

/* ======================= A PUBLICAR ========================= */
div .apublicar{color: red;}/* corrige problema com APUBLICAR dentro de divs q contenham class de cor */
div .apublicar a{color: red;}/* corrige problema com APUBLICAR dentro de divs q contenham class de cor */
div .apublicar a:hover {color: #cccccc;}/* corrige problema com APUBLICAR dentro de divs q contenham class de cor */

.apublicar {color: red;}
	
.apublicar a {color: red;}

.apublicar a:hover {color: #cccccc;}



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





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

/* === fundo do MH === */

.fundoMH {
	background-image: url(/html/skin/pl_semana2009/imagens/mh-fundo.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#1a3b7a;
	
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}

/* === fundo do MH Selecionado === */

.fundoMHSelecionado {
	background-image: url(/html/skin/pl_semana2009/imagens/mh-selecionado.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#1a3b7a;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:6px;
}

.fundoMHSelecionado a {
	color:#ffffff;
	
	font-weight:bold;
}

.fundoMHSelecionado a:hover {
	color:#ffffff;
	
	font-weight:bold;
}




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

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

.menuVertFundo {	
	background-color:#d2d2cc;
	
	padding:10px;
}

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

.Link-vert a {
	background-image:url(/html/skin/pl_semana2009/imagens/bullet-menu.gif);
	background-repeat:no-repeat ;
	background-position:7px 7px;
	
	color:#000000;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	border-bottom-width: 1px;
	border-bottom-color: #d2d2cc;
	border-bottom-style: solid;	
	
	border-top-width: 1px;
	border-top-color: #d2d2cc;
	border-top-style: solid;
}

.Link-vert a:hover {
	background-image:url(/html/skin/pl_semana2009/imagens/bullet-menu.gif);
	background-repeat:no-repeat ;
	background-position:7px 7px;
	background-color:#6f6f78;
	
	color:#FFFFFF;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	border-bottom-width: 1px;
	border-bottom-color: #d2d2cc;
	border-bottom-style: solid;	
	
	border-top-width: 1px;
	border-top-color: #d2d2cc;
	border-top-style: solid;
}


/* === borda do Menu Vertical === */

.bordaMV {
	border-bottom-width: 1px;
	border-bottom-color: #b17e90;
	border-bottom-style: dotted;
}

/* ===================== Menu Drop Down ======================== */
/* ============================================================= */

/* Ul */

#menu ul {
  background-color: #d2d2cc;
	z-index:5;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
	
#menu ul li {
	z-index:5;
	position: relative;
}
	
#menu ul li ul {
	z-index:5;
	
	background-color: #d2d2cc;
	padding: 5px;
	border-width: 5px;
	border-color: #bdbdb7;
	border-style: solid;
}
	
li ul {
	position: absolute;
	left: 175px; 
	top: 2px;;
	display: none;
}
	
/* IE Requiremento \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* Fim */

li:hover ul, li.over ul { display: block; } /* A Magica */

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

/* === Conteúdo imagem no menu vertical ( podendo utilizar em outros conteúdos sem menu vertical ) === */

.contMV {
	background-image: url(/html/skin/pl_semana2009/imagens/cont-borboleta.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color:#e7e7de;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:72px;
}

.contCont {
	background-color:#e7e7de;
	
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}




/* ================================================================== */
/* ========================== Destaques ============================= */
/* ================================================================== */


/* ============================================================ */
/* ============== Título das caixas de destaques ============== */

/* ========= Fundo dos títulos ========= */

.destTitulo {
	background-image: url(/html/skin/pl_semana2009/imagens/dest-titulo-cent.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#1a2b67;
}

/* === borda left título === */

.destTituloLeft {
	background-image:  url(/html/skin/pl_semana2009/imagens/dest-titulo-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right título === */

.destTituloRight {
	background-image:  url(/html/skin/pl_semana2009/imagens/dest-titulo-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

/* ========= Padding Do Título ========= */

.destTituloPadding {
	padding-top: 11px;
	padding-bottom: 7px;
	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/skin/pl_semana2009/imagens/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:0px 7px;
	
	color:#000000;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.linkInformes a:hover {
	background-image:url(/html/skin/pl_semana2009/imagens/bullet-link.gif);
	background-repeat:no-repeat ;
	background-position:5px 7px;
	
	color:#4a5991;
	
	display: block;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}





/* ==================================================== */
/* ==================== 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/skin/pl_semana2009/imagens/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/skin/pl_semana2009/imagens/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 ) =========================== */
/* ============================================================================== */


.vejaTambem {
	border-bottom-width: 4px;
	border-bottom-color: #1f347b;
	border-bottom-style: solid;
	
	border-top-width: 4px;
	border-top-color: #1f347b;
	border-top-style: solid;
	
	color:#1f347b;
	
	font-weight:bold;
	
	padding-bottom:6px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
}

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


/* ================== Verde Agua ================ */
/* ============================================== */

/* ============== Cor de Font Verde Agua ( Título Contato ) ============== */

.plutao {
	color: #a6ce38;
}

.plutao a {
	color: #a6ce38;
}

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


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

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

.terra {
	color: #1d2f70;
}

.terra a {
	color: #1d2f70;
}

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

