/*
################################################################################
 PROCEMPA
 T/IGE - Governo Eletronico
 
 Versão 3.1
 02/07/2008
 Alex Ziegler - T/PWB
 - Aprimoramento de hacks para compatibilidade crossbrowsing
 - Simplificação de estilos e declaração
 - Correção de unidades
 - Remoção de estilos fora de uso
 - Correção do nome conteiner, que passa a ser CONTAINER
 
 - Correção de bugs
 - Melhoria de crossbrowsing
 - Inserção de itens de acessibilidade
 
################################################################################
*/


/*------------------------ ESTILOS BÁSICOS DA PÁGINA ------------------------*/


body {
	background: #E7E7E7;
	color: black;
}

h1 {
	color: #42710A;
	border-bottom: 1px solid #42710A;
} 

h2 { 
	color: #0099CC;
} 

h3 { 
	color: #0099CC;
}

h6 {
	background: #e2e2e2;
	border: solid 1px #8a8a8a;
	color: black;
} 

#container{
	background: white url('images/corpo_textura.jpg') repeat-y left top;
	color: black;
}

a {
	color: #386699;
	}
	a:visited { 
		color: navy;
	}


/*------------------------ CABEÇALHO E BARRAS SUPERIORES ---------------------*/

#barra {
	background: #f9d163 url('images/barra_fundo.gif') repeat-x top;
	}
	#barra #logoportoweb {
		background: url('images/barra_logo.gif');
	}

#cabecalho {
	background: url('images/cabecalho.jpg') no-repeat top;
}

#caminho {
	background: transparent url('images/caminho_fundo.png') left top no-repeat;
}


/*---------------------------- COLUNA DA DIREITA ----------------------------*/

/* acessibilidade */
#acessibilidade	{
	background-color:#ddeeb4;
    border:1px solid #afd25c;
}

a.preto {
	background-color: black;
	color: white;
}

a.a1, a.a1:active, a.a1:visited, a.a1:hover { 
	color: black;
}

a.a2, a.a2:active, a.a2:visited, a.a2:hover { 
	color: black;
	}

a.ajuda, a.ajuda:active, a.ajuda:visited, .ajuda:hover { 
	color: black;
}

a.preto, a.preto:active, a.preto:visited { 
	color: white;
}
/* acessibilidade */


#servicos {
	background-color: #dcae12;
}
	
#mapa {
	background-color: #42710a;
	}
	#mapa a {
		color: white;
	}

#contatos_titulo {
	background-color: #42710a;
	color: white;
	border-bottom: 1px solid #683B85;
}

#contatos {
	background-color: #a9e166;
	color: black;
}

#contatos a {
   color: 000000;
}

/*---------------------------------- RODAPÉ ----------------------------------*/

#rodape {
	background: #ddeeb4;
	color: black;
	border-top: 1px solid #afd25c;
}

.assina_pro {
	color: #322b22;
}


/*----------------------------------- TPL3 -----------------------------------*/

#area_conteudo { 
	border: 1px #000000 solid;
}

#titulo_conteudo_1 {
	color: dcae12;
	background: url('images/cartola.png') no-repeat top;
}

#titulo_conteudo_2 {
	color: dcae12;
	background: url('images/cartola.png') no-repeat top;
}

#titulo_conteudo_3 {
	color: dcae12;
	background: url('images/cartola.png') no-repeat top;
}

#titulo_conteudo_4 {
	color: dcae12;
	background: url('images/cartola.png') no-repeat top;
}


		
#titulo_conteudo {
	color: 683b85;
	background: #fceeae;
	}
	#titulo_conteudo.titulo1{
		background: red;
	}
	#titulo_conteudo.titulo2{
		background: lime;
	}
	#titulo_conteudo.titulo3{
		background: yellow;
	}
	#titulo_conteudo.titulo4{
		background: purple;
	}

#noticias {
	background: #f8f8f8;
}



/*------------------------------- MAPA DO SITE -------------------------------*/


a.lingua {
	color: black;
}

a.mapa_n1 {
	color: #113d66;	
	}
	a.mapa_n1:visited { 
		color: #113d66;
	}
	a.mapa_n1:active { 
		color: #113d66;	
	}
	a.mapa_n1:hover { 
		color: #113d66;
	}

a.mapa_n2 {
	color: #3a75b0;	
	}
	a.mapa_n2:visited { 
		color: #3a75b0;		
	}
	a.mapa_n2:active { 
		color: #3a75b0;	
	}
	a.mapa_n2:hover { 
		color: #3a75b0;		 
	}

a.mapa_n3 {
	color: #859eb8;	
	}
	a.mapa_n3:visited { 
		color: #859eb8;	
	}
	a.mapa_n3:active { 
		color: #859eb8;	
	}
	a.mapa_n3:hover { 
		color: #859eb8;		 
	}