@charset "utf-8";
/* CSS Document */

body {
	margin:0px; /* centraliza a página */
	text-align:center; /* centraliza a página no internet explorer */
	background-color:#ccc; /* define uma cor de fundo para a página */
}
#corpo {
	margin:0px auto; /* centraliza a div na página */
	background-color:#CCC; /* definimos a cor de fundo da div */
	overflow:hidden;
}

#bgtopo {
	width:100%;
	background-repeat:repeat-x;
}

#topo {
	margin:0px auto;
	width:950px;
	height:119px;
	background-image:url(../imagens/bgtopoup.jpg);
	background-repeat:no-repeat;
}

#banner {
	margin:0px auto;
	width:950px;
	height:340px;
	background-color:#FFF;

}

#conteudo {
	margin:0px auto;
	width:930px;
	overflow:hidden;
	min-height:412px;
	background-color:#FFF;
	padding:10px;
}

#rodape {
	clear:left;
	width:100%;
	height:70px;
	background-image:url(../imagens/bgrodape.jpg);
}

#cont_rodape {
	margin:0px auto;
	width:950px;
	height:70px;
}

#logo{
	width:290px;
	height:108px;
	float:left;
	display:inline;
	margin:10px 0 0 30px;
}

.tel{
	float:right;
	margin:40px 15px 0 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}

#boxmenu{
	width:620px;
	height:40px;
	float:right;
	margin:10px 0 0 0;
}

#colunaesq{
	width:200px;
	min-height:400px;
	overflow:hidden;
	padding:10px;
	background-color:#f2f2f2;
	float:left;
	display:inline;
	position:relative;
	z-index:0;
}

#meio{
	width:680px;
	min-height:400px;
	overflow:hidden;
	margin-left:25px;
	float:left;
	display:inline;
}

#meiogeral{
	width:910px;
	min-height:400px;
	overflow:hidden;
	padding:10px;
	float:left;
	display:inline;
}

.blocoimoveis{
	width:186px;
	height:220px;
	background-color:#f2f2f2;
	float:left;
	display:inline;
	margin:10px 14px 10px 6px;
	padding:10px;
}

#cont_detalhe{
	width:680px;
	overflow:hidden;
}

#fotos_destaque{
	width:680px;
	overflow:hidden;
}

.fotosdetalheimovel{
	width:150px;
	height:113px;
	float:left;
	display:inline;
	margin: 10px 10px 0 10px;
}

#formcontato{
	width:445px;
	min-height:200px;
	float:left;
	display:inline;
}

#mapa{
	width:445px;
	min-height:200px;
	float:right;
	display:inline;	
}
	


	
	

