@charset "utf-8";
/* CSS Document */

/**/
/**/
/* estrutura base do site */
#main {
	width:780px;
}

#menu-topo {
	height:89px;
}

#corpo {
	height:502px;
	/* overflow:scroll; -- excluido na versão de impressão */
	overflow-x: hidden; 
	overflow-y: hidden; /* -- adicionado na versão de impressão */
}

#menu-lateral {
	width:179px;	
	margin-left:10px;
	margin-bottom:12px;
	margin-top:8px;
	float:left;
}

#conteudo {
	width:550px;
	margin-top:9px;
	margin-left:10px;
	margin-bottom:12px;
	float:left;
}

#interna {
	width:356px;
	float:left;	
}

#floater-top-fixed {
	width:180px;
	height:102px;
	margin-left:10px;
	float:left;
	position:fixed;
	left:560px;
	/*visibility:hidden;  invisivel para impressão */	
}

#rodape {
	padding-right:9px;
}


/**/
/**/
/* definicoes de fontes e estilos visuais */

body {
	margin:0;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}

li.lista-verde {
	padding-bottom:8px;
	list-style-image:url(../imagens/bullet-verde.gif);	
}

li.lista-verdeclaro {
	padding-bottom:8px;
	list-style-image:url(../imagens/bullet-verdeclaro.gif);
}

li.lista-azul {
	padding-bottom:8px;
	list-style-image:url(../imagens/bullet-azul.gif);
}

li.lista-laranja {
	padding-bottom:8px;
	list-style-image:url(../imagens/bullet-laranja.gif);
}

li.lista-cinza {
	padding-bottom:8px;
	list-style-image:url(../imagens/bullet-cinza.gif);	
}

#rodape {
	padding:6px 0 0 10px;
}

.imagem-topo-esquerda { 
	margin-right:15px;
	margin-bottom:15px;
}

.imagem-meio-esquerda { 
	margin-right:10px;
}

.imagem-baixo-esquerda { 
	margin-right:10px;
	margin-top:10px;
}

.corpo-margem-esquerda { 
	margin-left: 82px;
	
}

.tit-azul-corpo-margem-esquerda { 
	margin-left: 82px;
	color:#00498F;
	text-transform:uppercase;	
}


.titulo-azul-grande {
	font-size:15px;
	color:#00498F;
}

.titulo-verde-grande {
	font-size:15px;
	color:#105050;
}

.titulo-verdeambiente-grande {
	font-size:15px;
	color:#007200;
}

.titulo-laranja-grande {
	font-size:15px;
	color:#F54D00;
}

.titulo-azul-corpo {
	color:#00498F;
	text-transform:uppercase;
}

.titulo-azul-corpo-bold {
	color:#00498F;
	font-weight:bold;
}

.titulo-laranja-corpo {
	color:#F54D00;
	text-transform:uppercase;
}

.titulo-verde-corpo {
	color:#105050;
	text-transform:uppercase;
}

.titulo-verdeambiente-corpo {
	color:#007200;
	text-transform:uppercase;
}

#destaque-lista ul {
	list-style-type:none;
	padding-left:0;
}

ul {
	list-style-type:none;
	padding-left:0;
}

li {
	padding-bottom:8px;
	margin-left:18px; 
}

#destaque-lista li {
	padding:0; 
	margin:0;
}

#destaque-lista li.destaque-lista-texto {
	padding-bottom:8px;
	list-style-image:url(../imagens/bullet-azul.gif);
	margin-left:18px; 
}

#destaque-lista li.destaque-lista-titulo {
	margin-left:2px; 
}

input, textarea{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	
	border:1px #CCCCCC solid;
}

.form-btn-area {
	text-align:right;
	padding-right:8px;
}

.form-divisao {
	border-bottom:1px #666 solid;
}

.politica-privacidade {
	margin-left:40px;
	margin-right:30px;	
	margin-top:10px;	
	margin-bottom:30px;	
}

.conselho-grid {
	width:353px;
}

.conselho-grid-foto {
	width:73px;
	float:left;
	
	padding-top:2px;
}

.conselho-grid-corpo {
	width:270px;
	float:left;
	
	padding-left:10px;
	padding-bottom:35px;		
}

.identacao-esq {
	padding-left:10px;
}

.identacao-dir {
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

.pesquisa-tabela-borda-bottom {
	border-bottom:1px solid #CCCCCC;
}

.pesquisa-tabela-borda-bottom-right {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
}
.pesquisa-tabela-borda-right {
	border-right:1px solid #CCCCCC;	
}

