﻿h1{
	font-size:15px;
	color:#fff;
	margin:0px;
	}
	
h2{
	font-size:13px;
	}
	
p{
	margin-bottom:10px;
	}
	
a {
	text-decoration: none;
	color: #0252f0;
	}

a:hover {
	text-decoration: none;
	color: #999;
	}
			
/*******************/
/*  ESTRUTURA*/
/******************/	
#geral{
width:960px; 
font-size:12px;
color: #fff;
margin:0 auto;
	}
		
/*******************/
/*  TOPO*/
/******************/	
#topo{
width:960px; 
height:100px;
background:#0b2765 url(../imagens/topo.jpg);
	}

#banner{
	float:left;
	width:960px; 
	height:auto;
	}
	
#sloganTexto{
	float:left;
	width:350px; 
	height:auto;
	padding:10px;
	margin-top:50px;
	margin-right:30px;
	color:#0c5572;
	background:#fff;
	}
	
#bannerRotativo{
	float:right;
	width:555px; 
	height:300px;
	}
	
/******************/
/*  CONTEUDO */
/******************/
#centro {
float:left;
width:950px;
color:#0c5673;
height:auto;
margin:0px 0px 0px 0px;
background:#fff;
	}

#colunaDireita {
width:200px; 
float:right;
	}	
	
#identificador {
float:left;
width:940px;
height:35px;
margin-top:15px;
padding:15px 0px 0px 20px;
background: url(../imagens/bg_ident.jpg);
	}
	
#destaques {
float:left;
width:281px;
height:auto;
color: #72706f;
padding: 10px;
margin:16px 18px 0px 0px;
background: url(../imagens/bg_destaques.png) no-repeat;
	}

#saibaMais {
	float: right;
	width:180px;
	height:20px;
	margin: 10px 22px 10px 0px;
	}
	
	#saibaMais a {
	color: #fff;
	text-decoration: none;
	}

	#saibaMais a:hover {
	text-decoration:none;
	color: #999;
	}
	
/*Propriedades Iguais*/
	
#colunaEsquerda, #colunaDireita, #centro {
min-height:200px; padding:10px 5px 10px 5px;
} 
/******************/
/*  RODAPÉ        */
/******************/	
#rodape{
	clear:both;
	width: 950px;
	height: 20px;
	color: #fff;
	padding:20px 0px 20px 10px;
	background:url(../imagens/rodape_fundo.jpg) #0b2765 repeat-x;
	}
	
	#rodape a {
	color: #fff;
	text-decoration: none;
	}

	#rodape a:hover {
	text-decoration:none;
	color: #1063a5;
	}

#creditos {
	position:relative;
	top:-15px;
	left:880px;
	width:50px;
	height:20px;
	}