/* Inicio do CSS - FIEB */
/* Autor: Fabricio Lefundes | Gorila - gori.la */
/* Modificado por:Amon Veiga */

@import "zera.css";


/* Gerais */

body {
	background: #E5E5E5 url(../images/bgGeral.png) repeat-x top;
	font: 12px Arial;
}

a { color: #666; text-decoration: underline; }
a:hover { text-decoration: none; }
em { font-style: italic; }

.alt { display: none; }
.hide { overflow: hidden; text-indent: -9000%; }
.clear { clear: both; line-height:0; }


.barra {
	height: 44px;
	margin: 0 auto;
    padding: 0 0 0px;
    position: relative;
    width: 994px;
}

.barra .nav { padding: 10px 0 0 235px; }

.barra .nav ul li a {
	color: #A2BAD1;
	font-size: 0.83em;
	text-decoration: none;
	letter-spacing: -0.03em;
	text-transform:uppercase;
}

.barra .nav ul li a:hover { text-decoration: underline; color: #FFF; }

.barra .nav ul li {
	border-right: solid 1px #4574A3;
	padding: 3px 9px;
	float: left;
}

.barra .nav ul li.last { border: 0; padding-right: 0; }

.barra .outrosItens {
	float: right;
	padding: 2px 16px 0 0;
}

.barra .outrosItens ul li { float: left; }

.barra .outrosItens select {
	width: 180px;
	background: #FFF;
	color: #999;
	border: 0 !important;
	margin-top:-2px;
}

.barra .outrosItens .webmail {
	width: 65px;
	height: 18px;
	color: #99C4E2;
	font-size: 0.91em;
	text-decoration: none;
	display: block;
	background: url(../images/btWebmail.png);
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0 5px 0 0;
}

.barra .outrosItens .webmail:hover { color: #FFF; }

.hidelogofacebook
{
    
}

#Idiomas {
display: inline-block;
}
#Idiomas .icoIdiomas {
vertical-align: middle;
margin-right: 5px;
}
#Idiomas .ddlIdiomas {
width: 130px;
color: #8D8D8D;
margin-right: 30px;
}


/*Mensagem erro de script ativo desabilitado */
.noscript{
    text-shadow: 0px 1px 0px #ffffff;
    border: 1px solid #fbc2c4;
    background: #fbe3e4;
    color: #d12f19;
    padding: 5px;
    border-radius: 4px;
    font: 13px/1.5em Verdana !important;
    display: block;
    text-align: center;
    position:relative;
    z-index:9999;
}