html, body {
	height:100%;
	text-align: center; 
	padding:0;
	margin:0;
	background-color:#E7E7E7;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
div,p { margin-top:0;
    text-align: left;
}  /*  limpa a margin-top para firefox  */	

a:link { color: #386699; text-decoration : none; }
a:visited { color : navy; text-decoration : none; }
a:active { text-decoration : none; }
a:hover { text-decoration : underline; }

h1	{
	font-size: 17px;
	font-weight: bold;
	color: #336666; 								/* ___________   COLAR AQUI    __________ */
	margin-bottom: 15px;
	} 

h2	{ 
	font-size: 15px; 
	font-weight: bold;		
	color: #336666;  								/* ___________   COLAR AQUI    __________ */
	margin-top: 4px;	
	margin-bottom: 4px;
	} 
	
h3	{ 
	font-size: 13px;
	font-weight: bold; 		
	color: #336666; 								/* ___________   COLAR AQUI    __________ */	 
	margin-top: 0px;	
	margin-bottom: 4px;
  	} 
	
h6{ 													/* ___________   COLAR AQUI    __________ */
  width:90%;
  font-weight: normal;
  margin-top: 10px; 
  margin-bottom: 10px;
  background: #EBD4D3;
  border: solid 1px #000000;
  padding: 5px;
  font-size:11px;
  color:#000000;                
 }  		

input, select, textarea {
	font-size: 11px;	
	text-align : left;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;	
	margin-bottom: 0px;		
	}

label { 	
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	visibility: hidden; 
	border:1px solid red;
	}
form { 
	position: relative;
	top:-2px;
	margin:0px;
	padding:0px; 
	}

/*	caixas da estrutura ___________________________________ */

#conteiner {
	margin: auto; 
	width: 780px;
	text-align: left;
	height:100%;
	min-height:100%;
	background: white url(images/corpo_textura.gif) repeat-y left top;
	margin-bottom:-20px;
	color: #000000;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
	
	html>body #conteiner { height:auto; } /* ajuste firefox */

#cabecalho {
	top: 0;
	left: 0;
	position: relative;
	width: 100%;
	height: 90px;
	background-color:#fff;
	background-image: url(images/cab_fundo.jpg);
	background-repeat: no-repeat;
	}


#brasao_cor {
	position:relative;
	float:left;
	left:-4px;
	width:90px;
	height:90px;
	font-weight:bold;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	

	}		
	
	html>body #brasao_cor { 	left:-1px; } /* ajuste firefox */	
	
#brasao_pb {
	position:absolute;
	visibility:hidden;
	width:0;
	height:0;
	}			
	
#prefeitura {
	position:absolute;
	top:13px;
	left:80px;
	font-family: trebuchet ms, verdana, arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	border:0px solid;
	/* background-image: url(images/prefeiturapoa.gif); */
	visibility:hidden;
	}		
	
#prefeitura:active, #prefeitura:link, #prefeitura:visited { color:#000; text-decoration:none; }
#prefeitura:hover { text-decoration:underline; }

	
#sigla {
	position:absolute;
	top:15px;
	left:180px;
	color:#EBAF57; 											/* ___________   COLAR AQUI    __________ */	
	font-family: trebuchet ms, verdana, arial;
	font-size: 31px;
	font-weight: bold;
	margin:auto;
	padding:0px;
		border:0px solid;
	}	
	
	
#rsbrasil {
	position:absolute;
	top:60px;
	left:80px;
	font-family: trebuchet ms, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	border:0px solid;
	visibility:hidden;
	}	
	
#secretaria {
	position:absolute;
	left:180px;
	top:70px;
	font-size: 13px;
	width:500px;
	text-align:left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-indent:0px;
	border:0px solid;
	}

	html>body #secretaria { 	left:180px; width:500px; margin: 0px 0px 0px 0px; } /* ajuste firefox  */
	
#secretaria a { font-size: 13px; color: #ffffff; text-decoration:none; }

#caminho {
	position:relative;
	margin:auto;
	text-indent:1em;
	padding:5px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	height:24px;	
	font-size: 11px;
	z-index:1;
	background-image: url(images/assina_textura.gif);
	}
	
	html>body #caminho { height:19px; }  /*  ajuste firefox  */	

#menu {
	position:relative;
	float:left;
	width:150px;
	margin: 0px 0px 0px 0px; 
	padding:6px 0px 0px 0px;
	z-index:2;
	background:#fff;
	border:0px solid;
	}

#conteudo {
	position:relative;
	float:left; 	
	width:477px;
	margin: 0px 0px 0px 8px;
	border:0px solid;
	
	}

#atalhos {
	position:relative;	
	width:125px;
	float:right;	
	top: 0px;	
	margin: 0px 8px 0px 0px;
	font-size: 11px;
	}

#atalhos img { border:0px; }	
	
#rodape { 
	position:relative;
	margin:auto;
	width:778px;
	clear:both;
	height:20px;
	background-color: white;
	color: #000000;
	border-top: 1px solid black;
	text-align:right;
	font-size: 10px;
	}

	html>body #rodape { width:780px; height:19px; }	 /*  ajuste firefox  */
	
#rodape p { padding-right:5px; padding-top:2px; }	
#limpa_rodape { clear:both; height:20px; }	/*  faz o espaco para o rodape  */



/*	caixas do conteudo ______________________________ */

#area1 { 											/* ___________   COLAR AQUI    __________ */	
	position: relative;
	float: left;
	width: 230px;
	margin: 0px 0px 5px 0px;
	}
	
#area2 { 											/* ___________   COLAR AQUI    __________ */	
	position:relative;
	float:left;	
	width:470px;
	margin: 9px 5px 5px 0px;
	}
	
#noticias {
	position:relative;
	float:right;	
	width:240px;
	background:#f8f8f8; 						/* ___________   COLAR AQUI    __________ */	
	}

#noticias p { padding: 1px 5px 0px 5px; }

#barra {
	position:relative;
	background: url(images/barras.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	width:240px;
	height: 20px;
	color: gray;
	padding: 1px 0px 1px 5px;
	margin: 0px 0px 10px 0px;
	}

	html>body #barra { width:230px; }  /*  ajuste firefox  */


/*	caixas dos atalhos ______________________________ */

#acessibilidade	{
	position:relative;
	text-align:center;
	background-color:#FFD189;  							/* ___________   COLAR AQUI    __________ */	
	top:0;
    margin: 0px 0px 6px 0px;
    padding: 4px 0px 9px 0px;
    height:30px;
/*  alterado  */
	z-index:24;
	border:1px solid #EBAF57;
	}
	
	html>body #acessibilidade {width:auto; height: 25px; padding: 4px 0px 6px 0px; } /*  ajuste firefox  */
	
#procura {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	}
	
	html>body #procura { 	padding:3px 0px 0px 0px; }  /*  ajuste firefox  */	

#campo { width: 104px; border: 1px solid #4C6781; }
#busca { margin: 1px 0px 0px 1px; }

	html>body #busca { top:-1px; margin-top: 0px; }  /*  ajuste firefox  */		

#mapa {
	height:16px;
	background-color:#FFD189; 							/* ___________   COLAR AQUI    __________ */	
	font-weight:bold;
	margin: 4px 0px 0px 0px;
	padding: 2px 0px 3px 5px;
	color:#000;										  		/* ___________   COLAR AQUI    __________ */
	}
	
	html>body #mapa { margin: 5px 0px 0px 0px; padding: 2px 0px 0px 5px; }  /*  ajuste firefox  */
	
#mapa a { color: #000; text-decoration:none; }		/* ___________   COLAR AQUI    __________ */

#servicos_t {
	height:16px;
	background-color:#FFD189;					  		/* ___________   COLAR AQUI    __________ */
	font-weight:bold;
	margin: 7px 0px 0px 0px;
	padding: 2px 0px 3px 5px;
	color:#000;										  		/* ___________   COLAR AQUI    __________ */
	}
	
	html>body #servicos_t { margin: 8px 0px 0px 0px; padding: 2px 0px 0px 5px; }  /*  ajuste firefox  */	
	
#servicos_t a { color: #000; text-decoration:none; }  		/* ___________   COLAR AQUI    __________ */

#servicos {
	background-color:#FCE3BD;					  		/* ___________   COLAR AQUI    __________ */
	margin-top:0px;
	font-size:0.8em;
	color: #003366;	
	}
#servicos p { padding: 0px 5px 5px 3px; margin:0; }
#servicos a { color: #003366; text-decoration:none; }

#contatos1 {
	height:16px;
	background-color:#FFD189;					  		/* ___________   COLAR AQUI    __________ */
	font-weight:bold;
	color: #000;										  		/* ___________   COLAR AQUI    __________ */
	margin: 7px 0px 0px 0px;
	padding: 2px 0px 3px 5px;
	}
	
	html>body #contatos1 { margin: 8px 0px 0px 0px; padding: 2px 0px 0px 5px; }  /*  ajuste firefox  */	
	
#contatos2 {
	background-color:#FCE3BD;					  		/* ___________   COLAR AQUI    __________ */
	padding: 3px 3px 5px 3px;
	font-size:1.1em;
	line-height:1.3em;
	}
	
#banners img { margin: 8px 0px 0px 0px; width:125px; }



/*	classes gerais __________________________________ */


/* + noticias */
.mais {
	position:relative;
	font-size: 9px;
	text-align: right;	
	margin-bottom:5px;
	padding-top:0;
	}
		
/* link mapa do site - nivel 01*/	
.mapa_n1:link, .mapa_n1:visited, .mapa_n1:active, .mapa_n1:hover {
	color: #113d66;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
	}
.mapa_n1:hover { text-decoration : underline; }
	
/* link mapa do site - nivel 02*/		
.mapa_n2:link, .mapa_n2:visited, .mapa_n2:active, .mapa_n2:hover {
	color: #3a75b0;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
	}
.mapa_n2:hover { text-decoration : underline; }

/* link mapa do site - nivel 03*/	
.mapa_n3:link, .mapa_n3:visited, .mapa_n3:active, .mapa_n3:hover {
	color: #859eb8;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
	}
.mapa_n3:hover { text-decoration : underline; }


/* acessibilidade - escondendo o menu para cegos */

span.accesskey {
	text-decoration:none;
	}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
	}

/* acessibilidade */		
.preto {
	position:relative;
	text-align:center;
	width:22px;	
	height:22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	background-color: #000;
	color:#fff;
	font-size:17px;	
	}
	
	html>body .preto {  padding: 0px 6px 0px 6px; word-spacing: 0px; }
	
/* acessibilidade - link a1 */

.a1:active, .a1:link, .a1:visited, .a1:hover { 
	text-decoration: none; 
	color: #000; 
	font-size:17px; 
	font-weight:bold; 
	}
.a1:hover { text-decoration : underline; }

.a1 sup { 	font-size:20px; font-weight:bold; position:absolute;	 }
	
	html>body .a1 sup { 	font-size:18px; font-weight:bold; position:absolute;	}  /*  ajuste firefox  */	

/* acessibilidade - link a2 */
.a2:active, .a2:link, .a2:visited, .a2:hover { 
	color: #000;  
	text-decoration: none; 
	font-size:17px; 
	font-weight:bold; 
	}
.a2:hover { text-decoration : underline; }

.a2 sup { 	font-size:20px; font-weight:bold;  position:absolute; position:absolute;		 }

	html>body .a2 sup { 	font-size:18px; font-weight:bold; }  /*  ajuste firefox  */	


/* acessibilidade - link padrao */
.ajuda:active, .ajuda:link, .ajuda:visited, .ajuda:hover { 
	text-decoration: none; 
	color: #000; 
	font-size:20px; 
	font-weight:bold; 
	}
.ajuda:hover { text-decoration : underline; }

/* acessibilidade - link preto */
.preto:active, .preto:link, .preto:visited { 
	text-decoration: none; 
	color: #fff; 
	font-weight:bold; 
	}
.preto:hover { text-decoration : underline; font-weight:bold; }

/* assinatura PROCEMPA */
.assina_pro:active, .assina_pro:link, .assina_pro:visited {
	font-size: 11px;
	font-weight: bold;
	color: #006666;
	text-decoration:none;
	}	
.assina_pro:hover {text-decoration:underline;}


/*  ESTILOS FORM PADRÂO */

/* formulário inscrições */
 
#form_itens ul{list-style-type:none; margin-top:0;}
#form_itens li{margin-bottom:20px; font-size: 11px; font-weight: bold; }
 
li h3   { 
        font-size: 11px;
        font-weight: bold;             
        color: #4864BA; 
        margin-top: 0px;       
        margin-bottom: 10px;
        } 
 
#form_itens input {float:left; margin-top:-15px; left:70px; position:relative;}
 
#form_itens input radio {float:left;}
 
#radio ul{list-style-type:none;}
#radio li{margin-bottom:20px; font-size: 11px; font-weight: bold;}
#radio input {text-align:left;}
 
.botao {text-align:center;}
#botaodiv {text-align:center;}
