#topo {
	position: relative;

	margin-bottom: -26px;

	background-image: url(../../imagens/estrutura/topo_fundo.png);
	background-repeat: repeat-x;
}

* html #topo {
	height: 167px;

	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='imagens/estrutura/topo_fundo.png');	
}

#topo h1 {
	display: none;
}

#topo_bandeira {
	position: absolute;
	left: 680px;
	top: 16px;
	height: 25px;
}

#topo_bandeira2 {
	position: absolute;
	left: 711px;
	top: 16px;
	height: 25px;
}

#topo_bandeira,
#topo_bandeira2 a {

	text-indent: -9999px;
}

#topo_centro {
	position: relative;

	width: 755px;
	height: 159px;

	margin: 0 auto;
	padding-top: 8px;
}

#acesso {
	position: absolute;

	bottom: 25px;
	right: 0;

	width: 302px;
}

#acesso p.opcao {
	float: left;

	width: 90px;

	color: #900;

	line-height: 1.5;
	font-weight: bold;
	letter-spacing: -1px;
}

#acesso input {
	width: 80px;

	border: 1px solid #ccc;
	padding: 2px;

	color: #666;

	font-size: 92%;
}

#acesso input.botao {
	width: 28px;
	height: 18px;

	border: none;

	color: #fff;
	background-image: url(../../imagens/estrutura/ok_fundo.gif);

	font-weight: bold;
	letter-spacing: -1px;
}

#acesso input.botao:hover,
#acesso input.botao:focus,
#acesso input.botao:active {
	background-image: url(../../imagens/estrutura/ok_fundo_hover.gif);		
}
