/**
	* @name stylesite.css
	* @desc CSS StyleSheet
	* @version v3.0 - Bras�lia, 03 de Mar�o de 2008
	* @author Thiago Borges
	* @category CSS
	* @package Minist�rio da Ci�ncia e Tecnologia - MCT
**/



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




	
A {
	font-family: Arial,Verdana,Sans-Serif; 
	text-decoration: none;
	color: blue;
}

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



/* =================================================================== */
/* ================== Tamanho das Tabelas do Portal ================== */
/* =================================================================== */

.larguraTabela {
	width:928px; 
}




/* ========= Imagem Logo MCT ========= */

.logomct {
	width:266px; 
}

/* ========= Imagem Logo Brasil ========= */

.logobrasil {
	width:119px; 
}




/* ==================================================================================== */
/* ================= Contrastes, busca, mapa do site e fale conosco =================== */
/* ==================================================================================== */

#cabecalho{
    width:100%;
    text-align:center;
}

#cabecalho-conteudo{
    width:928px;
    margin-left:auto;
    margin-right:auto;
}

.espaco-topo1{
    height:18px;
    width:928px;
    float:left;
    font-size:1px;
}

.logo-mcti{
    height:52px;
    float:left;
}

.espaco-topo2{
    height:0px;
    width:670px;
    float:left;
    font-size:1px;
}

.ferramentas{
    width:670px;
    float:left;
}

.ferramentas1{
    width:198px;
    height:20px;
    float:left;
}

.busca{
    width:225px;
    float:left;
    height:55px;
}

.busca form{
    text-align:right;
    float:left;
    padding-top:3px;
}

.ferramentas2{
    width:233px;height:30px;float:left;
}

/* ================================================================================== */
/* ============ div de display para sumir e aparecer dependendo da troca ============ */

/* ===== Contraste com imagem ( Topo ) ===== */


/* ===== Contraste sem imagem ( Topo ) ===== */

.display2 {
	display:none;
}

/* ===== Banner ( Topo ) ===== */

.display-banner{
    float:left;
    text-align:center;
    width:100%;
}


/* ========= Separa��es ========= */

.separacao {
	width:1px; 
}




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


/* ===== Tamanho do height na tabela com o menu horizontal ===== */

.tamanhoHor {
	height:38px;
}

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

.paddingMenuHrz {
	padding-top: 14px;
	padding-bottom: 9px;
		
	padding-left: 14px;
	padding-right: 14px;
	
	font-size: 12px;	
}

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

.linkMenuHrz a {
	font-size:12px;
	color:#435703;	
	font-weight: bold;
}

.linkMenuHrz a:hover {
	font-size:12px;
	color:#000000;	
	font-weight: bold;
}

/* ====================================================== */
/* ============== Link do Menu Selecionado ============== */

/* ========= Fundo Do Link Selecionado ========= */

.menuHrzSelect {
	background-image: url(/html/imagens/site/mt-cent-select.gif);
	background-repeat: repeat-x; 
	background-position: top;
}

/* === borda left t�tulo do menu Horizontal Selecionado === */

.menuHrzLeftSelect {
	background-image:  url(/html/imagens/site/mt-left-select.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right t�tulo do menu Horizontal Selecionado === */

.menuHrzRightSelect {
	background-image:  url(/html/imagens/site/mt-right-select.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

/* ============================================ */
/* ========= Link do Menu N�o Selecionado ========= */

/* ========= Fundo Do Link N�o Selecionado ========= */

.menuHrz {
	background-image: url(/html/imagens/site/mt-cent-nao-select.gif);
	background-repeat: repeat-x; 
	background-position: top; 	
}

/* === borda left t�tulo do menu Horizontal N�o Selecionado === */

.menuHrzLeft {
	background-image:  url(/html/imagens/site/mt-left-nao-select.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* === borda right t�tulo do menu Horizontal N�o Selecionado === */

.menuHrzRight {
	background-image:  url(/html/imagens/site/mt-right-nao-select.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}




/* ================================================================= */
/* ======================== Menu vertical ========================== */
/* ================================================================= */


/* ========= Tamanho da largura do Menu Menu Vertical ========= */

.largura-menu {
	width:234px; 
}

/* ========= Link do T�tulo do Menu Vertical========= */

.linkMenuVrt a {
	font-size:12px;
	color:#435703;	
	font-weight: bold;
}

.linkMenuVrt a:hover {
	font-size:12px;
	color:#000000;	
	font-weight: bold;
}

/* ======================================================================================= */
/* ======================== T�tulo do Menu Vertical Selecionado ========================== */

/* ========= Selacionado ( Plano de A��o ) ========= */

.vertPlanoAcaoSelect {
	background-image: url(/html/imagens/site/b-plano-acao.gif);
	background-repeat: no-repeat; 
	background-position: top;
	
	width:110px;
	
	padding-bottom:8px;
	padding-top:12px;
}

/* ========= N�o Selacionado ( Plano de A��o ) ========= */

.vertPlanoAcao {
	background-color:#FFFFFF;
	
	border-bottom-color:#7cb04e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	width:110px;
	
	padding-bottom:8px;
	padding-top:12px;
}

/* === Selacionado ( �reas de Atua��o ) === */

.vertAreasAtuacaoSelect {
	background-image:  url(/html/imagens/site/b-areas-atuacao.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	width:124px;
	
	padding-bottom:8px;
	padding-top:12px;
}

/* ========= N�o Selacionado ( �reas de Atua��o ) ========= */

.vertAreasAtuacao {
	background-color:#FFFFFF;
	
	border-bottom-color:#7cb04e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	width:124px;
	
	padding-bottom:8px;
	padding-top:12px;
}


/* ============================================================================= */
/* ====== T�tulo do Menu Vertical Interno ( �reas de Atua��o ou outros ) ====== */

/* ========= Link dos T�tulos do Menu Interno ========= */

.mvInternoTitulo {
	font-size:12px;
	color:#435703;	
	font-weight: bold;
}

.mvInternoTitulo a {
	font-size:12px;
	color:#435703;	
	font-weight: bold;
}

.mvInternoTitulo a:hover {
	font-size:12px;
	color:#000000;	
	font-weight: bold;
}

/* ========= Padding dos T�tulos das Caixas mais importantes ========= */

.mvInternoPaddingLeft {
	padding-top:10px;
	padding-bottom:6px;
	padding-left:15px;
	padding-right:10px;
}

.mvInternoPaddingRight {
	padding-top:10px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:15px;
}

/* === fundo do T�tulo das caixas do destaques === */

.mvInternoTituloFundo {
	background-image: url(/html/imagens/site/mv-interno-tit-cent.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	border-bottom-color:#7cb04e;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

/* === Left do T�tulo das caixas do destaques === */

.mvInternoTituloLeft {
	background-image:  url(/html/imagens/site/mv-interno-tit-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	

}

/* === right do T�tulo das caixas do destaques === */

.mvInternoTituloRight {
	background-image:  url(/html/imagens/site/mv-interno-tit-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	

}

/* ======================================================= */
/* ======== Cor de Fundo e borda do Menu Vertical ======== */

.bgMenuVrt {
	border-left-color:#7cb04e;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#7cb04e;
	border-right-style:solid;
	border-right-width:1px;
	
	background-color:#d5e7c1;
	
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
}

/* === Rodap� do Menu vertical === */

.rodapeMenuVrt {
	background-image:  url(/html/imagens/site/fundo-menu-vert.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #d5e7c1;
}

/* ======================================== */
/* ======== Links do Menu vertical ======== */

.itemMenuArea a {
	background-image:  url(/html/imagens/site/bullet-links.gif);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	
	padding-left: 19px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
	
	display: block;
	
	border-bottom-color:#7cb04e;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.itemMenuArea a:hover {
	background-image:  url(/html/imagens/site/bullet-links.gif);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	background-color: #eaeedb;
	
	padding-left: 19px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
	
	display: block;
	
	border-bottom-color:#7cb04e;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}




/* ================================================================= */
/* ========================== Conte�do ============================= */
/* ================================================================= */


/* ========= Tamanho da largura do Conte�do ========= */

.largura-cont {
	width:660px; 
}




/* ================================================================================== */
/* =============== Caixa de Abas ( destaques, editais e outros mais ) =============== */
/* ================================================================================== */


/* ========================= Caixa ( destaques, editais e outros mais ) ========================== */
/* ============= Abas ( destaques, editais e outros mais ) ( importante n�o apagar ) ============= */

.fundoBarraAbas {
	background-image:  url(/html/imagens/site/dest-aba-fundo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

/* =============== Fundo das Abas Selecionadas ================ */

.fundoAbas {
	background-image:  url(/html/imagens/site/dest-aba-cent.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

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

/* ========= Padding dos T�tulos das Abas Selecionadas e N�o Selecionadas ========= */

.paddingAbaHome {
	padding-top:12px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
}

/* ========= Link dos T�tulos das Abas Selecionadas e N�o Selecionadas ========= */

.linkAbaHomeTitulo a {
	font-size:12px;
	color:#435703;	
	font-weight: bold;
}

.linkAbaHomeTitulo a:hover {
	font-size:12px;
	color:#000000;	
	font-weight: bold;
}

/* ==================== Caixa ( destaques, editais e outros mais ) ===================== */
/* ======== Bordas das pontas dos destaques e cor de fundo e Conte�do ( Verde ) ======== */

/* ======== Cor de Fundo e borda do Destaques de Abas Home ======== */

.bgAbaDestaqueHome {
	border-left-color:#7cb04e;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#7cb04e;
	border-right-style:solid;
	border-right-width:1px;
	
	background-color:#f3f6eb;
	
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:8px;
}

/* ======== Borda Left de fundo do Destaques de Abas Home ======== */

.left-bottom-b-verde-aba {
	background-image:  url(/html/imagens/site/dest-b-left-bottom-verde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#f3f6eb;
}

/* ======== Borda Right de fundo do Destaques de Abas Home ======== */

.right-bottom-b-verde-aba {
	background-image:  url(/html/imagens/site/dest-b-right-bottom-verde.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#f3f6eb;
}

/* ======== borda Bottom e cor de fundo do Destaques de Abas Home ======== */

.bottom-b-verde-Aba {
	border-bottom-color:#7cb04e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	background-color:#f3f6eb;
}

/* ==================== Caixa ( destaques, editais e outros mais ) ===================== */
/* ===================================== Conte�do ====================================== */

/* ========= T�tulo dos Destaques de dentro da caixa de abas ========= */

.abaHomeLinkTitulo {
	color:#435703;	
	font-weight: bold;
}

.abaHomeLinkTitulo a {
	color:#435703;	
	font-weight: bold;
}

.abaHomeLinkTitulo a:hover {
	color:#000000;	
	font-weight: bold;
}

/* ========= Links dos Destaques de dentro da caixa de abas ========= */

.abaHomeLink  {
	color:#000000;	
	font-weight: bold;
}

.abaHomeLink  a {
	color:#435703;	
	font-weight: bold;
}

.abaHomeLink  a:hover {
	color:#000000;	
	font-weight: bold;
}




/* ============================================================================================================ */
/* ====== Caixas mais importantes ( Not�cias, Se��es, publica��es, Videos C&T, Radio C&T e outras mais ) ====== */
/* ============================================================================================================ */


/* ================================================================================ */
/* ====== T�tulo das Caixas mais importantes ( Padr�o para todas as Caixas ) ====== */

/* ========= Link dos T�tulos das Abas Selecionadas e N�o Selecionadas ========= */

.cxTitulo {
	font-size:12px;
	color:#435703;	
	font-weight: bold;
}

.cxTitulo a {
	font-size:12px;
	color:#435703;	
	font-weight: bold;
}

.cxTitulo a:hover {
	font-size:12px;
	color:#000000;	
	font-weight: bold;
}

/* ========= Padding dos T�tulos das Caixas mais importantes ========= */

.cxPadding {
	padding-top:10px;
	padding-bottom:6px;
	padding-left:15px;
	padding-right:15px;
}

/* === fundo do T�tulo das caixas do destaques === */

.cxTituloFundo {
	background-image: url(/html/imagens/site/caixa-tit-cent.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	border-bottom-color:#7cb04e;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

/* === fundo do T�tulo da caixa transparencia === */

.cxTransparenciaFundo {
	background-image: url(/html/imagens/site/caixa-tit-cent.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d5e7c1;
}

/* === Left do T�tulo das caixas do destaques === */

.cxTituloLeft {
	background-image:  url(/html/imagens/site/caixa-tit-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* === right do T�tulo das caixas do destaques === */

.cxTituloRight {
	background-image:  url(/html/imagens/site/caixa-tit-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ========================= Caixa das Caixas mais importantes ========================= */
/* ======== Bordas das pontas dos destaques e cor de fundo e Conte�do ( Verde ) ======== */

/* ======== Cor de Fundo e borda do Destaques de Abas Home ======== */

.cxBg {
	
	border-left-color:#7cb04e;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#7cb04e;
	border-right-style:solid;
	border-right-width:1px;
	
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:8px;
}

/* ======== Borda Left de fundo do Destaques de Abas Home ======== */

.left-bottom-b-verde-cx {
	background-image:  url(/html/imagens/site/dest-b-left-bottom-verde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* ======== Borda Right de fundo do Destaques de Abas Home ======== */

.right-bottom-b-verde-cx {
	background-image:  url(/html/imagens/site/dest-b-right-bottom-verde.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* ======== borda Bottom e cor de fundo do Destaques de Abas Home ======== */

.bottom-b-verde-cx {
	border-bottom-color:#7cb04e;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/* =========================================== */
/* ======== Cores de Fundo das caixas ======== */

/* ======== Amarelo Claro ( Not�cias ) ======== */

.bgAmareloCx {
	background-color:#f1f4bd;
}

/* ======== Verde Claro ( Outras caixas ) ======== */

.bgverdeCx {
	background-color:#f3f6eb;
}



/* ================================================================ */
/* =============== Links, Bullets e icones do Texto =============== */
/* ================================================================ */

/* ========= Links com bullet igual o do Menu ( sublinks de se��es ou qualquer outro lugar que queira usar ) ========= */

.linkNormal a {
	background-image:  url(/html/imagens/site/bullet-links.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
	
	display: block;
}

.linkNormal a:hover {
	background-image:  url(/html/imagens/site/bullet-links.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
	
	display: block;
}

/* ========= Link sem bullet com borda em baixo DOTTED ========= */

.linkBorda a {
	color:#000000;	
	
	border-bottom-color:#d8d591;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	
	display:block;
	
	padding-top:5px;
	padding-bottom:5px;
}

.linkBorda a:hover {
	color:#5e8947;	
	
	border-bottom-color:#d8d591;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	
	display:block;
	
	padding-top:5px;
	padding-bottom:5px;
}

/* ========= Link com bullet e sem borda ( bullet Amarelo ) ========= */

.linkbullet a {
	background-image:url(/html/imagens/site/bullet-especiais2.gif);
	background-repeat:no-repeat ;
	background-position: 0px 6px;
	
	color:#456800;
	
	display:block;
	
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

.linkbullet a:hover {
	background-image:url(/html/imagens/site/bullet-especiais2.gif);
	background-repeat:no-repeat ;
	background-position: 0px 6px;
	
	color:#000000;	
	
	display:block;
	
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

/* ========= Link com bullet e sem borda ( bullet Cinza ) ========= */

.linkbullet2 a {
	background-image:url(/html/imagens/site/bullet-especiais.gif);
	background-repeat:no-repeat ;
	background-position: 0px 6px;
	
	color:#456800;
	
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

.linkbullet2 a:hover {
	background-image:url(/html/imagens/site/bullet-especiais.gif);
	background-repeat:no-repeat ;
	background-position: 0px 6px;
	
	color:#000000;	
	
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}


/* ========= Formata��o da data dos links dos eventos ========= */

.dataEventos {
	
	display:block;
	
	padding-left: 16px;
	font-style:italic;
}


/* ======================================== */
/* ============ Links do FNDCT ============ */

.linksFNDCT a {
	background-image:  url(/html/imagens/site/bullet-links.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
	
	display: block;
}

.linksFNDCT a:hover {
	background-image:  url(/html/imagens/site/bullet-links.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #eaeedb;
	
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
	
	display: block;
}


/* ========= Link com bullet e sem borda ( saiba mais, veja mais ) ========= */

.saibamais a {

	color:#000000;
	
	text-decoration:underline;
}

.saibamais a:hover {

	text-decoration:none;

	color:#5e8947;	

}


/* ====================================================================================================== */
/* ========================= T�tulo com bullets e sem bullets todos sem links =========================== */

.bulletSimples {
	background-image:url(/html/imagens/site/bullet-especiais.gif);
	background-repeat:no-repeat ;
	background-position: 0px 6px;
	
	color:#000000;	
	
	display:block;
	
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}


.bulletSetaDupla {
	background-image:url(/html/imagens/site/bullet-links.gif);
	background-repeat:no-repeat ;
	background-position: 0px 7px;
	
	color:#000000;	
	
	display:block;
	
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}


/* ================================================================================= */
/* ========================= T�tulo Interno ( conte�do ) =========================== */
/* ================================================================================= */


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


/* ================================================================================= */
/* ========================= T�tulo Interno ( conte�do ) =========================== */

.vejaTambem {
	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-weight:bold;
	
	padding-bottom:4px;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
}

.vejaTambem a {
	
	color:#558002;
	
	font-weight:bold;
}

.vejaTambem a:hover {
	color:#000000;
	
	font-weight:bold;
}




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

/* =========================================================== */
/* ========================= Video =========================== */
/* =========================================================== */

.video {
	background-image:  url(/html/imagens/site/player.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	padding-bottom: 20px;
}




/* ====================================================================== */
/* ========================= Sala de Imprensa =========================== */
/* ====================================================================== */

.tituloImprensa {	
	border-width: 1px;
	border-color: #a8be77;
	border-style: dotted;
	
	background-color:#c7d99f;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	
	font-weight:bold;
	
	color: #456800;
}

.caixaImprensa {	
	border-bottom-width: 1px;
	border-bottom-color: #a8be77;
	border-bottom-style: dotted;
	
	border-left-width: 1px;
	border-left-color: #a8be77;
	border-left-style: dotted;
	
	border-right-width: 1px;
	border-right-color: #a8be77;
	border-right-style: dotted;
	
	padding: 10px;
}

.tituloVideo {	
	
	background-color:#d3e2b3;
	
	padding: 3px;
	
	font-weight:bold;
	
	color: #456800;
}




/* ================================================================ */
/* ========================= Lista Pa�s =========================== */
/* ================================================================ */

.listPais {
	border-width: 1px;
	border-color: #a2c161;
	border-style: dotted;
	
	background-color:#edf3e2;
	
	padding: 3px;
}

/* ============== background do fundo com cor dentro da listagem ( Verde Claro ) ============== */

.bgList {
	background-color: #d5e3b7;
	
	padding: 3px;
}




/* ============================================================ */
/* ========================= Rodap� =========================== */
/* ============================================================ */


/* ========================= Ag�ncias do MCT =========================== */

legend {   

   font-weight: bold;
   padding-left:7px;
   padding-right:7px;
   text-transform: uppercase;
}

fieldset {
	border: 1px #446000 solid;
   -moz-border-radius: 5px 5px 5px 5px;
}


/* ========================= Separa��o das ag�ncias =========================== */

.agenciaSeparacao {
	background-image:  url(/html/imagens/site/rod-separacao.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* ========================= FINEP =========================== */

.rFinep a {
	background-image:  url(/html/imagens/site/bl-finep.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 24px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#435703;
	
	text-decoration: none;
}

.rFinep a:hover {
	background-image:  url(/html/imagens/site/bl-finep2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 24px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
}

/* ========================= CNPq =========================== */

.rCNPq a {
	background-image:  url(/html/imagens/site/bl-cnpq.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 26px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#435703;
	
	text-decoration: none;
}

.rCNPq a:hover {
	background-image:  url(/html/imagens/site/bl-cnpq2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 26px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#0f5188;
	
	text-decoration: none;
}

/* ========================= AEB =========================== */

.rAEB a {
	background-image:  url(/html/imagens/site/bl-aeb.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 25px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#435703;
	
	text-decoration: none;
}

.rAEB a:hover {
	background-image:  url(/html/imagens/site/bl-aeb2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 25px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#142e6a;
	
	text-decoration: none;
}

/* ========================= CNEN =========================== */

.rCnen a {
	background-image:  url(/html/imagens/site/bl-cnen.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
	padding-left: 23px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#435703;
	
	text-decoration: none;
}

.rCnen a:hover {
	background-image:  url(/html/imagens/site/bl-cnen2.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
	padding-left: 23px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	color:#000000;
	
	text-decoration: none;
}




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

/* ============= Borda de 16 px abaixo do Menu Horizontal ============= */

.b-bottom-menu-hor {
	border-bottom-width: 16px;
	border-bottom-color: #f0f0f1;
	border-bottom-style: solid;
}

/* ============= Borda de 5 px dos Banners de Abas ============= */

.bordaBanners {
	border-width: 5px;
	border-color: #ffffff;
	border-style: solid;
}

/* ============= Borda de 3 px dos Links Banners ============= */

.bordaLinks {
	border-width: 3px;
	border-color: #ffffff;
	border-style: solid;
}

/* ============= Borda de 4 px flash do Organograma ============= */

.bordaOrganograma { 
	border-width: 4px;
	border-color: #7cb04e;
	border-style: solid;
}

/* =========== Borda de 1 px Menu Vertical e Destaques ( Verde ) =========== */

.b-menu-bottom-verde {
	border-bottom-width: 1px;
	border-bottom-color: #7cb04e;
	border-bottom-style: solid;
}

.b-menu-top-verde {
	border-top-width: 1px;
	border-top-color: #7cb04e;
	border-top-style: solid;
}

.b-menu-left-verde {
	border-left-width: 1px;
	border-left-color: #7cb04e;
	border-left-style: solid;
}

.b-menu-right-verde {
	border-right-width: 1px;
	border-right-color: #7cb04e;
	border-right-style: solid;
}

/* =========== Borda de 1 px na cor verde clara ( Organograma ) =========== */

.b-org-bottom {
	border-bottom-width: 1px;
	border-bottom-color: #d5e7c1;
	border-bottom-style: solid;
}

.b-org-top {
	border-top-width: 1px;
	border-top-color: #d5e7c1;
	border-top-style: solid;
}

.b-org-left {
	border-left-width: 1px;
	border-left-color: #d5e7c1;
	border-left-style: solid;
}

.b-org-right {
	border-right-width: 1px;
	border-right-color: #d5e7c1;
	border-right-style: solid;
}




/* ====================================================================*/
/* ======================== Campo Formul�rio ==========================*/
/* ====================================================================*/

/* tamanho do campo formul�rio quando precisar */

.tamanhoForm {
	width:100%;
}

/* Campo formul�rio */

.formulario {

	background-color: #ffffff;
	
	border-width: 1px;
	border-color: #7cb04e;
	border-style: solid;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	text-decoration: none;
	
	height:20px;
	*height:20px;
	_height:20px;

}

/* Campo formul�rio de text area */

.formularioTextArea {

	background-color: #ffffff;
	
	border-width: 1px;
	border-color: #d0d0ce;
	border-style: solid;

	font-family: Arial,Sans-Serif;
	font-size: 12px; 
	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;
}



/* ======================================================================== */
/* ================= Cores ( Backgrounds e cor de Fonte ) ================= */
/* ======================================================================== */

/* ========================================================= */
/* ================= Cores ( Backgrounds ) ================= */

/* ============== background do fundo do select da barra do governo ( Verde escuro ) ============== */

.pr {  
	background-color: #F8c400; 
	list-style-image: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal;
}

/* ============== background do fundo do caminho ( Bege ) ============== */

.bgNeturno {
	background-color: #d5e3b7;
}

/* ============== background do fundo da contagem de destaques ( Verde escuro ) ============== */

.bgPlutao {
	background-color: #c7d99f;
}

/* ============== background do fundo do Destaque de Abas ( Verde Claro ) ============== */

.bgJupter {
	background-color: #f3f6eb;
}

/* ============== background do fundo do Menu Vertical ( Verde Claro ) ============== */

.bgSaturno {
	background-color: #d5e7c1;
}

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

/* Branca do fundo do site */

.bg_mercurio {
	background-color: #ffffff;
}

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

/* ============== Fundo Do primeiro Drop Down ( Eixo 1 ) ============== */

.bgEixo1 {
	background-color: #e8eecf;
}

/* ============== Fundo Do primeiro Drop Down ( Eixo 2 ) ============== */

.bgEixo2 {
	background-color: #e4efb4;
}

/* ============== Fundo Do primeiro Drop Down ( Eixo 3 ) ============== */

.bgEixo3 {
	background-color: #d6e2a3;
}

/* ============== Fundo Do primeiro Drop Down ( Eixo 4 ) ============== */

.bgEixo4 {
	background-color: #c3d08b;
}

/* ========================================================== */
/* ================= Cores ( cor de Fonte ) ================= */

/* ============== Cor da Fonte de acordo com a folha de estilo selecionada ( Verde escuro ) ============== */

.terra {
	color: #435703;
}

.terra a {
	color: #435703;
}

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

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

.mercurio {
	color: #FFFFFF;
}

.mercurio a {
	color: #FFFFFF;
}

.mercurio a:hover {
	color: #ffffff;
}



/* ================================================================= */
/* ============================ APUBLICAR ========================== */
/* ================================================================= */
   
 .apublicar {
 	color: red;
 }
 
 .apublicar a {
 	color: red;
 	text-decoration: underline;
 }
 
 .apublicar a:hover {
 	color: red;
 	text-decoration: none;
 }

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

/* ============== Fundo Do primeiro Drop Down ( Eixo 1 ) ============== */

.bgEixo1 {
   background-color: #d6e2a3;
}

/* ============== Fundo Do primeiro Drop Down ( Eixo 2 ) ============== */

.bgEixo2 {
   background-color: #e4efb4;
}

/* ============== Fundo Do primeiro Drop Down ( Eixo 3 ) ============== */

.bgEixo3 {
   background-color: #d6e2a3;
}

/* ============== Fundo Do primeiro Drop Down ( Eixo 4 ) ============== */

.bgEixo4 {
   background-color: #c3d08b;
}

.menuInicial {
   position: relative;
   display: block;
}

.subMenuInicial {
   Z-INDEX: 1;
      display: block;
      VISIBILITY: hidden;
      POSITION: absolute;
      top: 0px;
   left: 210px;
      float: left;
}