/* estrutura principal */
html {
	height: 100%;
	width: 100%;
	margin: 0px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
}
#principal {
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	background-image: url(../imagens/fubdogeralinterna.gif);
	background-color: #ededed;
}
#principal #topogeral {
	width: 100%;
	height: 190px;
	background-color: #181817;
	background-image: url(../imagens/topogeral.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#principal #menubase {
	width: 100%;
	height: 42px;
	background-image: url(../imagens/menubase.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
#principal #topogeral #logo {
	height: 81px;
	width: 249px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
#principal #topogeral #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#principal #menubase #menu {
	height: 42px;
	width: 580px;
	float: left;
}
#principal #menubase #buscador {
	height: 42px;
	width: 310px;
	float: right;
}
#buscador p {
	margin: 0px;
}

.buscadorg {
	border: 1px solid #000000;
	margin-top: 9px;
	width: 215px;
	background-image: url(../imagens/fundobuscador.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	height: 22px;
	float: left;
}
.botaobuscar {
	float: left;
	margin-top: 9px;
}
#principal #conteudo {
	width: 100%;
	float: left;
}
#principal .rodape {
	background-image: url(../imagens/barra.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
}

#principal .rodape p {
	font-family: Verdana;
	font-size: 11px;
	color: #525252;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 5px;	
}

#principal .rodape a {
	color: #525252;
	text-decoration: none;
}
#principal .rodape a:hover {
	text-decoration: underline;
}
#principal #conteudo h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bolder;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	letter-spacing: 0px;
	color: #000000;
	background-image: url(../imagens/barra.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#principal #conteudo h2 {
	font-family: Arial;
	font-size: 14px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}


#principal #conteudo .inst {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: justify;
}
#conteudo  .imgtexto {
	float: left;
}
#principal #conteudo #voltargeral {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#voltargeral .voltar {
	margin-left: 25px;
}
#voltargeral .voltar a {
	font-family: Arial;
	font-size: 11px;
	color: #4C4040;
	text-decoration: none;
	font-weight: bold;
}
#voltargeral .voltar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteudo .logoclientes {
	background-color: #FFFFFF;
	border: 2px solid #D4D4D4;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#conteudo .logoclientes img {
	margin: 5px;
}
.resultadopesquisa {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #2A2A2A;
}
