
#topo{
	background-image: url('../imagens/fundo_topo.jpg');
	background-repeat:no-repeat;
	width: 998px;
	height: 115px;
	margin: -10px auto auto;
}

#faixa_pesquisa{
	background-image: url('../imagens/fundo_pesquisa.png');
	background-repeat:no-repeat;
	width: 998px;
	height: 33px;
	text-align:right;
}
#containerForms{
	width: 730px;
	height: 33px;
	margin-left: 268px;
}
#containerForms form{
	margin: 0px;
	padding-top: 3px;
	display: inline-block;
}
#containerForms #pesquisa{
	float:left;
	width: 160px;
}
#containerForms #q{
	width: 125px;
	text-align:center;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color:#F6F6F6;
	height: 20px;
	padding-left: 25px;
	background-image: url('../imagens/lupa.jpg');
	background-position: 5px;
	background-repeat:no-repeat;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border: 1px solid #E4E5EB;
	*padding-top: 4px;
	*height: 16px;
}
#containerForms #login{
	width: 400px;
	height:33px;
}
#containerForms #login label{
	font-family: 'Trebuchet MS', Arial;
	font-size: 12px;
	color: #2A3A53;
}
#containerForms #login input{
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	width: 93px; 
	height: 20px;
	font-family: Arial;
	color: #999999;
	font-size: 10px;
	margin-left:15px;
	padding-left: 5px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border: 1px solid #E4E5EB;
	*padding-top: 5px;
	*height: 15px;
}
#containerForms #login #botao_login{
	background-color: transparent;
	color: #003E6A;
	font-family: 'Trebuchet MS', Arial;
	font-size: 12px;
	border: 0px;
	width: auto;
	height: auto;
	margin-left: 5px;
	margin-right: 10px;
}

#logo{
	width: 250px;
	height: 100px;
	position:absolute;
	margin-top: -17px;
	z-index: 1000;
}

#menu_fixo{
	background-image: url('../imagens/menu_fixo.png');
	background-repeat:no-repeat;
	background-position: right 63px;
	width:998px;
	height: 23px;
	position:relative;
	padding-top: 65px;
}
#itens_menu_fixo{
	color: #F9F9F9;
	font-size: 16px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	line-height: 23px;
	margin-left: 488px;
	width: 510px;
}

#prerrogativa{
	background-image: url('../imagens/prerrogativa.png');
	background-position: 19px 4px;
	background-repeat:no-repeat;
}
#ouvidoria{
	background-image: url('../imagens/ouvidoria.png');
	background-position: center 4px;
	background-repeat:no-repeat;
}
#itens_menu_fixo #prerrogativa a, #itens_menu_fixo #ouvidoria a{
	font-size: 10px;
}

#strNome {
  float: right;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 14px;
}
	
	