/* CSS Document */

* { margin: 0; padding: 0; }

body 
{
	margin-top:5px ;
	background-color:white ;
	color: #666666;
	}

#corpo {
	width:850px ;
	height:580px ;
	background-color:#FFFFFF ;
	background:white;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	/* Esquema de Centralizar */
	position:fixed ;
	left:50% ;
	margin-left:-425px ; /* metade do tamanho da div */
	}

#cabecalho_fundo { 
	position:fixed ;
	background-image: url(../../imagens/logo_site_01.jpg) ;
	/*border: 1px solid #006699;*/
	width:850px ;
	height:250px ;
	z-index:20 ;
	}

#idiomas { 
	position: relative ;
	/* border: 1px dotted #006699; */
	top:5px ;
	left:700px ;
	padding:5px ;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	text-align:right;
	font-size: 9px ;
	color:White;
	width:130px ;
	height:100px ;
	z-index:20 ;
	}

#login { 
	position: relative ;
	/* border: 1px dotted #006699; */
	top:360px ;
	left:5px ;
	padding:5px ;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size: 9px ;
	color:White;
	width:130px ;
	height:100px ;
	z-index:20 ;
	}
	
#fundo_branco { 
	position:fixed ;
	top:250px;
	background-color:white;
	width:850px ;
	height:35px ;
	z-index:10 ;
	}

#menu { position:fixed; margin-top:255px; width:850px ; clear: both; z-index:21 ; }/*border: solid 1px #000000;}*/ /*#eeeeee;}*/
ul { list-style: none; font-size: 60%; }
#menu ul { height: 1%; display: table; } 
#menu ul li { float: left;  margin: 0 4px; } 
#menu ul li.primeira { margin-left: 0; } 
#menu ul li a { 
    display: block;
    /*border:solid 1px black;*/
    float: left; 
    /*padding: 2px 5px;*/
    text-decoration:none;
    padding-top:7px;
    /*padding-right:5px;
    padding-left:5px;*/
    text-align:center;
	background-image: url(../../imagens/aba.gif);
	background-repeat: no-repeat;
	background-position: center; 
	/* background-color: #bed7dd;  */
	width: 110px;
	height: 18px;
    color: whitesmoke ;
    font-weight: bold; 
} 
#menu ul li a.selecionado 
	{  
	/* background-color: #eeeeee; */
	background-image: url(../../imagens/aba_azul.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-decoration: none;
	/*border-bottom:solid 5px #eeeeee;*/
	}
	
#menu ul li a:hover
	{
	background-position: center;
	color: white;
	text-decoration: none;
	}
 


#cor_aba_fake 
{
	position:absolute ;
	width:850px ;
	height:295px ;
	top:280px ;
	/*background-color: #eeeeee;*/
	background: url(../../imagens/aba_borda_redonda2.jpg) no-repeat;
	z-index:0 ;
	}

#cotacoes /*Cotacao Dolar*/
{
	font-size:0.6em ;
	background-color:whitesmoke ;
	padding: 5px 5px 5px 5px ;
	position:absolute ;
	float:left ;
	left:10px ;
	top:290px ;
	border:1px dotted black ;
	z-index:3 ;
	}

#noticias 
{
	font-size:0.6em ;
	text-align:justify ;
	color:White;
	padding: 5px 5px 5px 5px ;
	/*background-color:black ;
	border:1px dotted black ;*/
	position:absolute ;
	float:left ;
	left:6px ;
	top:285px ;
	z-index:10 ;
	}

#noticias a
{
	color:White;
}

#texto1 a
{
	text-decoration:underline;
	color:Black;
	}

#rodape {
	position:absolute ;
	top:99% ;
	width:850px ;
	height:30px ;
	clear:both ;
	padding: 7px 0;
	text-align:center ;
	font-size:0.55em ;
	color:#FFFFFF ;
	border-top:1px solid white ;
	background: url(../../imagens/rodape_aba.gif) no-repeat;
	/*background-color:#006699 ;*/
	z-index:2;
	}