* { 
	margin: 0 auto; 
	padding: 0; 
	border: 0;
} 

body, h1, h2, h3, div, img, ul, li{
	border: 0px;
	margin: 0px;
	padding:0px;
}

body { 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", helvetica, sans-serif;
	font-size: 68.75%;
	text-align: center; 
	background: url(../images/fundo.jpg) repeat-x; 
  color: #777;
}

#topo{
  margin-top: -1px;
}

#geral{
	width: 765px;
	margin: auto;
  line-height: 150%;
}

#menu{
  width: 100%;
  height: 48px;
}

#esquerda, #direita{
  padding: 25px 10px 18px 10px;
  text-align: left;
  background-color: #f6f6f6;
  border-top: 1px solid #fff;
  min-height: 500px;
}

#esquerda{
  float: left;
  width: 160px;
}

#direita{
  float: right;
  width: 140px;
  text-align: center;
}

.left{
  text-align: left;
}

#conteudo{
  text-align: justify;
  float: left;
  width: 389px;
  padding: 25px 18px 25px 18px;
}

#opcoes{
  margin: 0 0 15px 0;
}

#rodape{
  clear: both;
  background: url(../images/rodape.jpg) repeat-x;
  height: 90px;
  padding-top: 22px;
  color: #ededed;
  line-height: 22px;
}

a.rodape:link, a.rodape:visited, a.rodape:hover, a.rodape:active{
	color: #fff;
	text-decoration: none;
}

h1{
  font-size: 1.2em;
  border-bottom: 1px solid #e6e8df;
  margin-bottom: 15px;
  text-align: left;
}

.esconde{
  display:none;
}

a:link, a:visited, a:hover {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
  color: #0070ba;
}

.pointer{
  cursor: pointer;
}

/* destaque */

.destaca{
  
  padding: 10px;
  margin: 0 0 10px 0;
  background: url(../images/1.gif) no-repeat;
  background-position: top right;
  background-color: #f6f6f6;
}

.destaque{
  margin-top:15px;
  text-align: center;
  background-color: #f6f6f6;
  height: 20px;
  padding-top: 5px;
}

h2 {
  font-weight: bold;
  color: #0070ba;
  font-size: 1em;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #e6e8df;
}

.saibamais{
  margin-left: 80%;
  clear: both;
}

.principal{
  margin: 0 0 20px 0;
}

input, textarea, select{  
  font-family: "Trebuchet MS", "Lucida Sans Unicode", helvetica, sans-serif;
	font-size: 1em;  	
	background-color: #EBEBEB;
	border: 1px solid #ccc;	
	width: 20em;
	color: #777;
}

textarea{
  clear: both:
  width: 400px;
}

label{
	display: block;
	width: 60px;
	float: left;
			
}

fieldset{
	padding: 10px;
	margin: 0px;
	width: 80%;
	border: 0px;
}

html>body fieldset{
	border: 1px solid #fff;
	margin: 15px 0px -10px 0px;
}

legend{
  margin-left: -8px;
  font-weight: bold;
}

.select_grande{
  width: 30em;
}

.select_peq{
  width: 14em;
  margin-left: -6em;
}

.input_peq, .botao{
  width: 8em;
}

.peq{
  width: 7.7em;
}

.opcao, .opcao_radio{
	width: 2em;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
}
   
.opcao_radio{
	margin: 0 5px 0 10px;
}

textarea{
	overflow:auto;
}
	  
label{
	display: block;
	width: 70px;
	float: left;
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;	
}

.labelmedio{
  width: 80px;
}

/* tabela */
table, tr, td{
  border: 1px solid #efefef;
  
}

table{
  width: 100%;
}

.paginacao {
     clear: both;
     text-align: center;
     margin-top: 5px;
}

/*listas*/

#menu ul { 
  margin: 15px 0 0 0;
  list-style-type: none;
  
}
  
#menu li { 
  display: inline;
  margin: 0px 37px 0px 0px;
  padding-left: 37px;
}

.separador{
  background: url(../images/separador.jpg) no-repeat; 
}

#esquerda ul{
  list-style-image: url(../images/seta.gif);
  line-height: 1.6em;
  margin-bottom: 22px;
}

#esquerda li{
  margin-left: 17px; 
}

#mapa_site ul{
  line-height: 1.6em;
  list-style-type: circle;
  margin: 4px 0 4px 0;
}

#mapa_site ul.disc{
  list-style-type: disc;
}

#mapa_site li{
  margin-left: 27px;
}

#mapa_site li.mapa_site_interno{
  list-style-type: circle;
  margin-left: 47px;
}

