/************************************************************

Nesta folha de estilos estão definidos
os itens que não sofrem variação

*************************************************************/

body
{
	font: normal 62.5% Arial, Helvetica;
	color: black;
	margin: 0px 0px 0px 0px;
}

td
{
	font-size: 62.5%;
}

.nav-external
{
	font-size: 1.1em;
	padding: 0.6em;

	text-align: right;
}

.nav-macroareas
{
	font-size: 1.2em;
	padding: 0.7em 0;

	text-align: left;
}

#conteudo a:link, #conteudo a:visited, #conteudo a:active
{
	font-weight: bold;
	color: #454777;
	text-decoration: none;
}

#conteudo a:hover
{
	font-weight: bold;
	color: #454777;
	text-decoration: underline;
}

#fonte_paginacao
{
	font: normal 9px Arial, Helvetica;
	color: #5a5a5a;
}


/* Conteúdo Central
---------------------------------------------*/
#conteudo
{
	padding-left: 34px;
	padding-top: 17px;

	font-size: 1.2em;
	line-height: 1.4em;
}

.body-text
{
	font-size: 1.2em;
	line-height: 1.3em;
}

#conteudo UL
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#conteudo B, #conteudo STRONG
{
	color: #4c4c4c;
}

.atalho /* para uso em DIV e P; serve de container para texto+link. Aparência: texto alinhado à direita, com ícone de seta à direita. Ícone é definido em var*.css. */
{
	font-weight: bold;
	color: #454777;
	
	text-align: right;
	background-position: right center;
	background-repeat: no-repeat;
	
	margin-top: 1em;
	padding-right: 15px;
}

A.documento
{
	background: transparent url(img/bul-doc.gif) no-repeat scroll right center;
	padding-right: 20px;
}

A.back-link
{
	background: transparent url() no-repeat scroll left center;
	padding-left: 20px;
}

/* No caso da home */
#home_center
{
	color: #5a5a5a;
}

.conteudo-home
{
	color: #5a5a5a;
}

SUP /* para texto sobreescrito (ex: ®) */
{
	position: relative;
	font-size: 0.8em;
}

/* Listas (ul etc)
---------------------------------------------*/

UL.bul-square
{
	list-style: url(img/bul-square.gif) square outside;
}

UL.bul-point
{
	list-style: url(img/bul-point.gif) square outside;
}

/* Legendas de imagem
---------------------------------------------*/

.img-legenda
{
	text-align: center;
}

/* Imagem do cabeçalho da Home
---------------------------------------------*/
#img_header
{
	width: 770px;
	height: 128px;
	background: transparent url('../imagens/header.jpg') 0px 0px no-repeat;
	float: none;
}

/* Rodapé
---------------------------------------------*/
#footer
{
	border-collapse: collapse;
	margin-bottom: 2px;
}

#footer td
{
	padding: 0em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #494947;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #494947;
}

#footer a
{
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #494947;
}

#footer a:hover
{
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #494947;
}
/* Destaques da Home
---------------------------------------------*/
div.destaques_home
{
	width: 115px;
	padding-right: 10px;
	float: left;
}

/* Busca
---------------------------------------------*/
input.query
{
	border: 0px;
	font: 11px Arial, Helvetica;
	color: #5a5a5a;
}

/* Top Bar
---------------------------------------------*/
.top-bar
{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.top-bar a:active, .top-bar a:visited, .top-bar a:link
{
	text-decoration: none;
	padding: 0px 8px;
	color: #000000;
}

.top-bar a:hover
{
	text-decoration: underline;
	padding: 0px 8px 0px 8px;
	color: #000000;
}

/* Subtop Bar
---------------------------------------------*/

.subtop-bar a:active, .subtop-bar a:visited, .subtop-bar a:link
{
	color: Black;
	text-decoration: none;
	padding: 0px 6px;
}

.subtop-bar a:hover
{
	color: Black;
	text-decoration: underline;
	padding: 0px 6px;
}

/* Tickers da home
_____________________________________________*/
#noticias
{
	width: 292px;
	text-align: left;
	font-weight: bold;
	color: #e45a00;
}

#marquee_clip
{
 position: absolute;
 left: 0px;
 top: 0px;
 visibility: hidden;
 clip: rect(0, 190, 20, 0);
 overflow: hidden;
}

#marquee_acoes
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	position: absolute;
	left: 0px; top: 0px;
}

#acoes
{
	width: 292px;
	text-align: left;
	font-weight: bold;
	color: #e45a00;
}

/* Navigation
---------------------------------------------*/
#navigation
{
	width: 292px;
	height: 249px;
	font-size: 11px;
}

.bg_01
{
	background: transparent url('../imagens/bg-navigation-01.jpg') 0px 0px no-repeat;
}

.bg_02
{
	background: transparent url('../imagens/bg-navigation-02.jpg') 0px 0px no-repeat;
}

.bg_03
{
	background: transparent url('../imagens/bg-navigation-03.jpg') 0px 0px no-repeat;
}


div.navigation_item
{
	padding: 1px 0px 1px 0px;
}

#navigation a:active, #navigation a:visited, #navigation a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #5a5a5a;
}

#navigation a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #5a5a5a;
}

#navigation_menu
{
	padding: 4px 12px 8px 12px;
	text-align: left;
	width: 196px;
	height: 249px;
	float: left;
}

/* Boxes de componentes (caixas à direita)
---------------------------------------------*/

.combox-header
{
	height: 1.8em;
	background-color: #f9c658;
	padding: 0px 4px 0px 4px;
	border-bottom: 1px solid white;
}

.combox-header-text
{
	float: left;
	padding: 3px 4px 2px 4px;
	font-weight: bold;
	font-size: 1.2em;
}


.combox-body
{
	background-color: #9D9D9D;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.combox-body A:link, .combox-body A:visited
{
	color: White;
	text-decoration: none;
}

.combox-body A:active, .combox-body A:hover
{
	color: White;
	text-decoration: underline;
}

/* específicos de notícias */
.combox-notarea-body
{
	padding: 6px 15px;
}

.combox-notarea-label
{
	padding: 0.4em 0 0.5em 0;
	color: White;
}

/* específicos de lista de links */
.combox-link-item
{
	padding: 0.5em 18px;
	background: transparent url(img/combox-div.gif) repeat-x scroll 0px bottom;
}

.combox-link-title
{
	font-weight: bold;
}

.combox-link-content
{
}

/* Formulários
---------------------------------------------*/
td.input-label
{
	width: 140px;
	text-align: right;
	font-size: 0.8em;
}

select
{
	font-family: Arial;
	font-size: 1.2em;
}

input
{
	font-family: Arial;
	font-size: 1.2em;
}

/* Formulário de busca (painel à direita)
---------------------------------------------*/

.combox-body-label
{
	color: White;
	font-size: 12px;
}

.combox-body-label-n1
{
	color: White;
	font-size: 12px;
	background: transparent url(img/combox-div3d.gif) repeat-x scroll 0px center;
}

.combox-body-label-n1 LABEL
{
	background-color: #9D9D9D;
}

.combox-body-label-n2
{
	color: White;
	font-size: 11px;
}

.combox-body-label-n3
{
	color: White;
	font-size: 10px;
}


/* Dicas
---------------------------------------------*/
.tip
{
	color: #8f8da2;
	font-size: 0.9em;
}


/* Título Bloco Central
---------------------------------------------*/
a.titulo-bloco-central:link,
a.titulo-bloco-central:visited,
a.titulo-bloco-central:active
{
	font-weight: bold;
	text-decoration: none;
	color: #8D8FA1 !important;
}

a.titulo-bloco-central:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #8D8FA1 !important;
}

