/* CSS Document */
	
	/*=== Padrões ===*/
	h2 {  height:19px; border-bottom:1px solid #CCC; }
	h4 { font-size:1em; }
	
	/*=== Classes ===*/
	.detalhes { text-align:right; margin-top:15px; }
	.capa img { padding:3px; background:#DDD; border:1px solid #999; }
	.capa { margin-bottom:25px; }
	.explicacao { margin:10px 0; text-align:left; }	
	.float { float:left; }
	.right { text-align:right; }
	
	/*=== Busca ===*/
	#busca h2 { background:url('../imagens/tit_busca.jpg') no-repeat left top; }
	#busca p { margin-bottom:10px; margin-right:5px; }
	#busca .buscar { text-align:right; padding-right:10px; }
	
	/*=== Capa Lançamentos ===*/
	#lancamentos { margin-top:-10px; }
	#lancamentos div { margin-top:15px; }
	#lancamentos h2 { background:url('../imagens/tit_lancamento.jpg') no-repeat left top; }

	#lancamentos img { float:left; margin-right:10px; }
	#lancamentos h4 { margin-bottom:10px; }
	
	/*=== Capa Notícias ===*/
	#noticias { clear:both; }
	#noticias h2 { background:url('../imagens/tit_noticias.jpg') no-repeat left top; }
	#noticias div { margin-top:15px; }
	#noticias img { margin-right:10px; float:left; }
	#noticias h4 { margin-bottom:10px; }
	
	/*=== Capa Depoimentos ===*/
	#depoimentos { clear:both; margin-bottom:40px;  }
	#depoimentos h2 { background:url('../imagens/tit_depoimentos.jpg') no-repeat left top; }
	#depoimentos q { font-weight:bold;  }
	#depoimentos cite { text-align:right; margin-top:10px; }
	#depoimentos div { margin-top:10px; }
	#depoimentos strong { color:#888; }
	#depoimentos .cite_depoimento { text-align:right; }
	
	
	/*=== Capa Atendimento ===*/
	#atendimento h2 { background:url('../imagens/tit_atendimento.jpg') no-repeat left top; }
	#atendimento div { margin:10px 0 15px 0; }
	#atendimento .contato { color:#777; border-bottom:1px dashed #CCC; margin-bottom:5px; }
		
	/*=== Capa Anunciantes ===*/
	#anunciantes { background:url('../imagens/bkg_imovel.jpg') no-repeat 0% 19px; padding-left:25px; }
	#anunciantes h2 { background:url('../imagens/tit_anunciantes.jpg') no-repeat left top; border:none; }
	#anunciantes div { text-align:center; margin:10px 0; }
	#anunciantes p { margin:20px 0; border:none; }
	
	/*=== Capa Imóveis ===*/
	#imoveis { background:url('../imagens/bkg_indique.jpg') no-repeat 0% 19px; padding-left:25px; margin-bottom:0; height:100%; }
	#imoveis h2 { background:url('../imagens/tit_imoveis.jpg') no-repeat left top; border:none; margin-bottom:25px; }
	#imoveis .item_imovel { clear:both; margin-bottom:25px; }
	#imoveis img { float:left; margin-right:10px; }
	#imoveis h4 { margin-bottom:10px; }
	#icon_imoveis { height:146px; width:122px; float:right; position:relative; margin:-85px 0 0 0 !important; margin:-85px 0 -25px 0; background:url('../imagens/icone_qualidade.gif') no-repeat left top; }
	
	
	