/* 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/fubdogeral.gif);
	background-color: #e2e4e4;
}
#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 #conteudo p {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#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 img {
	float: left;
	margin-top: 6px;
	margin-right: 15px;
}

ul.sis { 
	margin:0; 
	padding:0;
	}
	
ul.sis li {
	margin-left: 15px;
	list-style-type: square;
	list-style-position: inside;
	}
ul.sis li a {
	color:#000000;
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	}
