* {
	margin: 0px;
	padding: 0px;	
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	background-color:#E7F2F6;
}

body > #wrap {
	height: auto; 
	min-height: 98%;
	text-align:center;
}

#cabecalho {
	clear:both;
	color:#FFFFFF;
	width:100%;
}

#conteudo {
	padding-bottom: 130px; /* deve ser a mesma altura do rodapé */
	text-align:left;
	background-color:#FFF;
	width:1000px;
	clear:both;
}

#conteudo_novo {
	padding-bottom: 130px; /* deve ser a mesma altura do rodapé */
	text-align:left;
	background-color:#FFF;
	width:1000px;
	clear:both;
	margin-right:10px;
	margin-left:10px;
	margin-top:170px;
}

#rodape {
	height:140px;
	text-align:center;
	/*background-color:#0C6;*/
	width:1000px;
	margin:0 auto;
}

#rodape {
	position: relative;
	margin-top: -140px; /* A mesma altura do rodapé, o valor deve ser negativo */
	height: 140px;
	clear:both;
	/*border-bottom: #000 1px solid;*/
}

.rodape{
	text-align:center;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	
}

html, body, #wrap {
	/*height: 98%;*/
	text-align:center;
}

#wrap1{
	background-color:#FFF;
	margin:0 auto;
	width:1000px;
	border:1px solid #000;
	text-align:left;
	border:#000 1px solid;
}

#wrap{
	height: 98%;
	background-color:#FFF;
	margin:0 auto;
	width:1000px;
	border:1px solid #000;
	text-align:left;
}

.espaco_esquerda{
	width:10px;
	float:left
}

.espaco_direita{
	width:10px;
	float:left;
}

/*Estilos do arquivo topo.asp*/
#barratopo {
  width: 1000px;
  /*margin-bottom: 1em;*/
}
	#barratopo div {
	  float: left;
	  margin: 0px;
	}
	
	#barra-topo-1 {
	  height: 33px;
	}
	
	#barra-topo-1 {
	  /*width: 409px;*/
	  width:1000px;
	  background-image:url(../imagens/hp_topo.gif);
	  background-repeat:no-repeat;
	}

#nav {
	/*position: absolute;*/
	padding-top:0px;
  	font-size:8px;
	text-align:left;
	padding-left:333px;
}

	#nav ul {
	  padding: 0;
	  padding-top:10px;
	}

	#nav li {
	  list-style: none;
	  display: inline;
	  color: #FFFFFF;
	  font-weight:bold;
	}
	
	#nav a {
	  color: #ffffff;
	}
/*Estilos do arquivo topo.asp*/

/*Estilos do arquivo rodape.asp*/



#barratopo_rodape {
  width: 1000px;
}
	#barratopo_rodape div {
	  float: left;
	  margin: 0px;
	}
	
	#barra-topo-1_rodape {
	  height: 23px;
	}
	
	#barra-topo-1_rodape {
	   width:1000px;
	   border-top-color:#000000;
   	   border-bottom-color:#000000;
		/*border-width:1px;*/
		border-bottom:1px dashed;
		border-top:1px dashed;
		color:#000;
		
		
	}

#nav_rodape {
	/*position: absolute;*/
	padding-top:0px;
  	font-size:13px;
	text-align:left;
	padding-left:20px;
}

	#nav_rodape ul {
	  padding: 0;
	  padding-top:3px;
	}

	#nav_rodape li {
	  list-style: none;
	  display: inline;
	  color: #000000;
	  font-weight:bold;
	}
	
	#nav_rodape a {
	  color: #000000;
	}
/*Estilos do arquivo rodape.asp*/

/*Style Menu Horizontal*/
/* menu horizontal-vertical by micox */
.menu-hv * { margin: 0; padding: 0; z-index:2000}
.menu-hv a { display: block; }
.menu-hv li { list-style: none; float: left; height: 1%; }
.menu-hv li ul { position: absolute; visibility: hidden;}
.menu-hv li ul li { float: none; white-space: nowrap; display: inline; /* o inline é pro IE */}
.menu-hv li ul li ul { position: absolute; left: 100%; top: 0; }
.menu-hv li:hover ul, .menu-hv li.over ul { visibility: visible;}
.menu-hv li:hover ul ul, .menu-hv li.over ul ul { visibility: hidden;}
.menu-hv ul ul li:hover ul, .menu-hv ul ul li.over ul { visibility: visible;}
/* visual */

.menu-hv {
	/*-x-system-font:none;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-transform:uppercase;
	border-top-color:#44afb8;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#44afb8;
	border-bottom-width:1px;
	border-bottom-style:solid;
	background:#ffffff; /*cor de fundo do menu */
	width: 1000px;  
	margin: 0px 0px 0px 0px;
	height:18px;
	text-align:left;
}

.menu-hv a { 
	font-weight: bold;  
	text-decoration: none; 
	color:#44afb8; /*cor da fonte do menu e submenu*/
    padding: 0 16px; /*espaçamento entre os titulos dos menus*/
	line-height: 18px; /*altura dos menus*/
}

.menu-hv a:hover { 
	background-color: #44afb8;; /*cor do menu quando passa o mouse*/
	color: #FFF;				/*cor da letra quando passa o mouse*/
}

/* coloca um cor de fundo e cor de letra quando entramos no submenu*/
.menu-hv li:hover a.dir, .menu-hv li.over a.dir {
	background-color:#44afb8;; /*cor do fundo do menu quando passa o mouse por cima*/
	color:#FFFFFF; /*cor da letra do menu quando passa o mouse e tem submenu*/
}

.menu-hv ul li ul {  
	background-color: #ffffff;  /*cor do fundo so submenu*/
	border: 2px solid #44afb8;;  /*cor e largura da borda do submenu*/
	font-size:11px; /*tamanho da fonte do submenu*/
}

.menu-hv ul li ul li a {  
	line-height:22px; /*altura do submenu */
}	
/*Fim Menu horizontal*/

