.topo
{
	height: 100px;
	background-repeat: repeat-x;
    background-image: url('/img/bg_topo.png');
}

.topo .interna
{
	margin: 0 auto;
	width: 880px;
	padding: 0;
	position: relative;
}
		
.topo .logo_sistema
{
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
}
    
.topo .painel_informacoes
{
    background-image: url('/img/painel_informacoes.png'); 
    height: 30px;
    width: 346px;
    background-repeat: no-repeat;
    position: absolute;
    right: 155px;
    padding-top: 2px;
    text-align: center;
}

.topo .painel_informacoes .icones
{
	vertical-align: middle;
}

.topo .painel_informacoes .separar
{
	vertical-align: middle;
}


.topo .painel_informacoes .textos
{
	font-weight: bold;
}

.topo .painel_botoes_sistema
{
	position: absolute;
	width: 140px;
	text-align: right;
	right: 0px;
	/*top: 3px;*/
	top: 5px;
}

.topo .painel_botoes_sistema ul,
.topo .painel_botoes_sistema li
{
    margin: 0;
    padding: 0;
    display: inline;
}

.topo .campo_pesquisa
{
	background-image: url('/img/campo_pesquisa.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 415px;
	right: 88px;
	position: absolute;
	top: 34px;
}

.topo .exemplo_pesquisa
{
	position: absolute;
	top: 31px;
	color: #828282;
}

.topo .btn_buscar_vagas
{
	position: absolute;
	top: 35px;
	right: 0;
	
}
.topo .textbox
{
	border: none;
	position: absolute;
	top: 5px;
	height: 18px;
	width: 360px;
	right: 47px;
	background: transparent;
}

.barra_navegacao
{
    text-align: left;
    position: absolute;
    /*width: 100%;*/
    width: 700px;
    top: 100px;
}

.barra_navegacao li
{
    display: inline;
    list-style-type: none;
    padding-left: 30px;
}
.barra_navegacao ul
{
/*	background-color: #73afda;*/
	background-color: #e9e9e9;
    font-size: 11px;
    margin: 0;
    padding: 2px 0;
}

.barra_navegacao ul a
{
	/*color: #fff;*/ 
	text-decoration: underline;
}

.barra_separacao
{
	background-image: url('/img/barrinha_separar_informacao.png');
	background-repeat: no-repeat;
}

.painel_botoes_sistema ul li div
{
	display: inline !important;
}