body{font-family:'Roboto',sans-serif;}

.div100{float:left;width:100%}

h1,h2{color:#B8A779}

#topo_site{
	background-image:url("bg.png");
	min-height:150px;
}
#topo_site_logotipo{}
#topo_site_telefone{
	color:white;
	line-height:30px;
	text-indent:60px;
}
#topo_site_telefone i{text-indent:0;}

#menu_topo_site{
	line-height:50px;
	background-color:#B8A779;
	text-transform:uppercase;
	color:#fff;
}
#menu_topo_site a{
	color:#fff;
	text-decoration:none;
}

#menu_topo_site span{
	padding: 10px;
	-webkit-touch-callout:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu_topo_site span:hover{
	margin-top: -10px;
	color: #fff;
	line-height: 70px;
	height: 70px;
	border-bottom: solid 10px #4C3932;
 	-webkit-touch-callout:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu_topo_site a{
	color:#4C3932;
}

#banner_site{
	height:380px;
	background-image:url("bg_banner.jpg");	
}

#pesquisa_site{
	background-image:url("bg.png");
	height:165px;
	color:#B8A779;
	border-top:solid 10px #B8A779;
}
#pesquisa_site label{
	display:block;	
}
#pesquisa_site select{
	width:100%;
}
#pesquisa_site button{
	color:#000;
	width:100%;
	height:50px;
}

#site{background-image:url("bg_geral.png");padding-bottom:100px}
#site a{color:#000;text-decoration:none}
#site a:hover{text-decoration:underline}
#site label{display:block}
#site input[type=text],input[type=email],select{width:100%;padding:10px 5px;margin-bottom:10px}
#site button{padding:10px}
#site textarea{width:100%;height:100px;padding:10px 5px;margin-bottom:10px}

#site_menu{background-color:#B8A779;text-indent: 10px;}
#site_menu input[type=text]{width:100px;padding:5px}
#site_menu button{padding:5px}
#site_menu p{font-weight:bold}
#site_menu i{text-indent:0}
#site_menu ul{list-style-type:none;padding:0}

.box_imovel{height:310px;overflow:hidden;margin-bottom:10px;color:#4C3932;}
.box_imovel p{margin:6px 0 6px 0;text-align:center}
.box_imovel:hover { 
	background-color:#B8A779;
	color:#4C3932;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-touch-callout: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box_imovel figure{position:relative}
.box_imovel figure img{display:block}
.box_imovel figcaption{width:100%;background-color:#fff;opacity:0.7;position:absolute;bottom:40%;left:0;right:0;text-align:center;}

#imovel_detalhes .titulo{margin:5px 0;font-weight:300}
#imovel_detalhes .valor{margin:5px 0;background-color:#ddd;padding:2px 0}

#rodape_site{
	background-image:url("bg.png");
	border-top:solid 20px #B8A779;
	min-height:200px;
	color:#fff;
}
#rodape_site a{color:#fff}

#rodape_site_info{
	text-align: center;
	font-size: 10px;
}