/* CSS Document Souzani Imóveis */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	background-image: url(imagens/fundo_site.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/*posicionar ao centro*/
.centro {	
	margin: 0 auto;
	text-align: center;
}

/*fundo do rodapé*/
.fundo_rodape {
	background-image: url(imagens/fundo_rodape.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}

.bg_menu_rodape {
	background-image: url(imagens/bg_menu_rodape.jpg);
	background-repeat: no-repeat;
	width: 765px;
	height: 49px;
}

.bg_rodape {
	background-image: url(imagens/bg_rodape.jpg);
	background-repeat: no-repeat;
	width: 765px;
	height: 128px;
}

/*fundo do conteudo*/
.fundo_conteudo {
	background-image: url(imagens/fundo_conteudo.jpg);
	background-repeat: repeat-y;
}

/*fundo de pesquisa de imóveis*/
.bg_pesquisa {
	background-image: url(imagens/bg_pesquisa_imoveis.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 267px;
}

/*fundo imoveis em destaque*/
.bg_meio_imoveis_dest {
	background-image: url(imagens/img_meio_imoveis_dest.jpg);
	background-repeat: repeat-y;
}

/*fundo descrição*/
.bg_meio_descricao {
	background-image: url(imagens/img_meio_descricao.jpg);
	background-repeat: repeat-y;
}

/*fundo fotos do imóvel*/
.bg_meio_fotos_imovel {
	background-image: url(imagens/img_meio_fotos_imovel.jpg);
	background-repeat: repeat-y;
}

/*texto preto*/
.texto_preto {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#391AB5;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

.texto_preto a {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none; 
} 

.texto_preto a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000; 
	text-decoration: underline;
}  

.font_titulo{
	font:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.font_meio{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.font_meio_link a{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}


/*texto branco*/
.texto_branco {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff; 
}

.texto_branco a {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none; 
} 

.texto_branco a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff; 
	text-decoration: underline;
}  

/*texto azul*/
.texto_azul {
	font-family: tahoma;
	font-size: 11px;
	color: #2B1877;
	font-weight: bold;
}

.texto_azul a {
	font-family: tahoma;
	font-size: 11px;
	color: #2B1877;
	text-decoration: none;
}

.texto_azul a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #2B1877;
	text-decoration: underline;
}

/*endereço*/
address {
	font-style: normal;
}

/*class para as imagens*/
.img_noticias{
	float:left;
	margin:5px;
	border:0;
}

/*propriedades para os inputs, select e textarea*/

.interna input{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

.interna select{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

.interna textarea{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}