body {

	font-family: 'Georgia'
	
	,sans-serif;


	
	
	
		background-position: top center;
	
	
		background-attachment: scroll;
	
	
		background-repeat: repeat;
	

}



:root {
  --cor-secundaria: #004ABC;
}
.cor-secundaria { color: #004ABC; }
.fundo-secundario { background-color: #004ABC; }
.borda-secundaria { border-color: #004ABC; }



.titulo {
	font-family: 'Georgia'
  
  , serif;
	
	font-weight: 400;
	
	
}



#cabecalho {

	
		
		
		background-color: #0238AD;
		
		
		background-position: top center;
		
		
			background-repeat: repeat;
		
	
}



.barra-inicial { background-color: #444444; }




#rodape .institucional {
	
		
		
		background-color: #033FA6;
		
		
		background-position: top center;
		
		
			background-repeat: repeat;
		
	
}




