﻿h1{
	font-size:20px;
	color:#595e62;
	margin:20px 0px 10px 0px;
	font-weight:lighter;
	}
	
h2{
	font-size:12px;
	color:#000;
	font-weight:lighter;
	margin:0px;
	}
	
h3{
	font-size:15px;
	color:#fc7100;
	font-weight:lighter;
	margin:20px 0px 5px 0px;
	}
	
p{
	margin-bottom:10px;
	}
	
a {
	text-decoration: none;
	color: #838282;
	}

a:hover {
	text-decoration: none;
	color: #fff;
	}
	
/*******************/
/*  ESTRUTURA*/
/******************/	
#geral{
width:1180px;
height:auto;
margin:0 auto;
background:url(../imagens/fundo02.jpg);
	}
	
#geralHome{
width:970px; 
margin:0 auto;
background:url(../imagens/fio.jpg);
	}

#topo{
height:199px;
color:#fff;
padding:109px 100px 0px 570px;
background:url(../imagens/topo.jpg);
	}
	
#topoImoveis{
float:lef;
width:967px;
height:auto;
margin-left:108px;
	}
	
#banners{
height:100px;
	}
		
/******************/
/*  CONTEUDO FIXO*/
/******************/
#colunaEsquerda{
width:270px; 
float:left;
text-align:left;
margin-left:118px;
	}
	
#conteudo{
	float:left;
	width:1180px;
	height:auto;
	padding:0px 0px 20px 0px;;
	background:url(../imagens/fundo.jpg);
	}

#colunaDireita {
width:650px; 
float:right;
margin-right:120px;
color:#fff;
	}	
	
	#colunaDireita a {
	color: #fff;
	text-decoration: underline;
	}

	#colunaDireita a:hover {
	text-decoration:none;
	color: #ccc;
	}

/******************/
/*  CONTEUDO VARIÁVEL*/
/******************/
#destaques{
float:left;
text-align:left;
width:375px;
	}

#banner{
height:120px;
	}
	
#data{
float:left;
width:947px;
height:auto;
padding:10px;
margin-left:108px;
background:#17181a;
	}
	
#parceiros{
width:210px; 
float:left;
padding:10px 10px 10px 50px;
	}

/******************/
/*  RODAPÉ        */
/******************/	
#rodape{
	clear:both;
	float:left;
	width:1060px;
	height:81px;
	padding:5px 0px 0px 120px;
	background:url(../imagens/fundo_rodape.jpg);
	}
	
	#rodape a {
	color: #fff;
	text-decoration: none;
	}

	#rodape a:hover {
	text-decoration:underline;
	color: #ccc;
	}
	
#rodapeHome{
	clear:both;
	width: 870px;
	height: auto;
	color:#838282;
	padding:30px 0px 20px 0px;
	margin:0px 0px 0px 100px;
	}
	
	#rodapeHome a {
	color: #fff;
	text-decoration: none;
	}

	#rodapeHome a:hover {
	text-decoration:underline;
	color: #ccc;
	}

#creditos {
	position:relative;
	top:-18px;
	left:800px;
	width:50px;
	height:20px;
	}

	#paginacao {
		clear:both;
		text-align:center;
		padding:5px;
		}			
		
	#paginacao a {
		color: #666;
		text-decoration: none;
	}