@import url("reset.css");
@import url("ie.css");
@import url("estilos.css");
		
/* Início dos Itens Fixos */
body {
	background: url("../img/site/bg_site.gif") repeat-x;
	text-align: center; /* hack IE para centralizar */
	margin: 0 auto; /* deixa tudo centralizado */	
}

.clear { clear: both; } /* Serve para iniciar uma nova linha de DIV´s sem afetar os anteriores  */

/* ******************************************************************* */
div#topo {
	width: 780px;	
	height: 212px;	
}

/* ******************************************************************* */
	/* Inicio do MENU */
	div#menu {
		width: 780px;
		height: 34px;
		background: url("../img/site/bg_menu.gif") no-repeat;
	}
	div#menu ul { /* Cria a listagem */
		margin: 0;
		padding: 0;
		height: 34px;				
	}
	div#menu ul li { display: inline; } /* Coloca os itens na horizontal */
	/* Fim do MENU */
/* ******************************************************************* */

div#tracejado {
	width: 600px;	
	height: 20px;
	background: url("../img/site/bg_tracejado.gif") repeat-x;		
}
div#faixa_vermelha {
	width: 606px;	
	height: 20px;
	background-color: #ffeef0;		
	text-align: center;
}

div.titulos {
	width: 780px;	
	height: 40px;
	text-align: left;
	margin: 5px;
}


div#conteudo {
    padding-top: 10px;
    padding-bottom: 10px;
	width: 780px;
	background-color: #ffffff;	
}
div#coluna_esquerda { 
	width: 118px;
	float: left;
}
div#coluna_meio { 
	width: 250px;
	float: left;
	margin-top: 10px;		
}
div#coluna_direita { 
	width: 140px;
	float: left;
	text-align: left;	
	margin-left: 20px;	
	margin-top: 10px;		
}
div#coluna_conteudo { 
	width: 600px;
	float: left;
	text-align: justify;		
	margin-left: 8px;		
	margin-top: 5px;	
}
/* ********************************************** Início dos Itens Variáveis *****************************/

	/* PAGINA INICIAL */
	div#pesquisa {
		width: 780px;	
		height: 86px;
		background: url("../img/site/bg_pesquisa.gif") no-repeat;
		text-align: left;	
	}
	div#pesquisa select {
		margin-left: 8px;
		width: 200px;
		margin-top: 50px;
	}
	div#pesquisa button {
		margin-top: 70px;	
	}
	div.descricao_imovel{
		width: 246px;	
		height: 120px;				
		background-color: #f8f8f8;	
	}
	div#coluna_noticia { 
		width: 370px;
		float: left;
		text-align: left;	
		margin-left: 8px;			
	}
	div#coluna_lista_noticia { 
		width: 370px;
		float: left;
		text-align: left;	
		margin-left: 20px;			
	}		
		
	

	/* Listagem de Fotos */		
	div.lista_fotos{
		width: 540px;
		margin-top: 5px;					
		margin-bottom: 5px;																									
	}				
	ul.fotos li {
		list-style: none;
		width: 100px;
		height: 100px;
		float:left; 
		margin:10px; 
	}
	ul.fotos li img {
		border:none; 
		width: 100px;
		height: 75px;
		border: 2px solid #fff7f1;
	}			
			
	/* CONTATO */
	div.required {
		padding: 2px;
		text-align: left;
		margin-right: 2px;
		color: #8c8c8c;
	}
	div.required label {
		display: block;
		float: left;
		width: 120px;
		text-align: right;
		color: #8c8c8c;
		padding: 2px;
	}						
	div#contato input, div#contato textarea {
		margin-left: 5px;
		width: 200px;
		padding: 2px;
	}
	
	div#contato select {
		margin-left: 5px;
		width: 200px;
		padding: 2px;
	}
	div.button {
	margin-left: 253px;
	}
		
	
/* ********************************************** Fim dos Itens Variáveis ********************************/

div#rodape {
	width: 780px;	
	height: 74px;
	background: url("../img/site/bg_rodape.gif") repeat-x;
}

/* Add by Leandro */
img.projeto_destaque { border:3px solid #c50f28; }
img.empreendimento_destaque { border:3px solid #ff9000; }

div.empreendimento_destaque {
    margin: 5px;
    width: 246px;
    height: 413px
}
img.top_destaque { float: left; }
img.empreendimento_principal  {border:3px solid #ffeef0; margin-bottom: 20px; }

div.lista_empreendimentos {
    width: 600px;
    height: 120px;
    background-color: #f8f8f8;

}
span.img_lista {
    width:139px;
    height: 107px;
    background-color: #c50f28;
    display: block;
    margin-right: 15px;
    margin-top: 5px;
}
span.img_lista img {
    width: 133px;
    height: 101px;
    padding: 3px;
}

p.texto { padding-bottom: 10px;}
p.texto:first-letter { margin-left: 15px;}
