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

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

h1,h2{color:#f00}

#topo_site{
	background-color:#f00;
}
#topo_site_logotipo{}
#topo_site_telefone{
	color:#fff;
	font-size:22px;
	line-height:44px;
	text-indent:60px;
}
#topo_site_telefone i{text-indent:0;}

#menu_topo_site{
	background-image:url("bg_menu.png");
	line-height:50px;
	text-transform:uppercase;
	color:#000;
}
#menu_topo_site .container_12{
	background-color: #fff9e3;
}
#menu_topo_site a{
	color:#000;
	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;
	color:#000;
}
#menu_topo_site span:hover{
	-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;
	border-bottom: solid 5px #000;
	padding-bottom: 7px;
	
}
#menu_topo_site a{
	color:#000;
}

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

#pesquisa_site{
	position:relative;
	background:url(bg_pesquisa.png) center top;
	height:200px;
	color:#fff;
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);	
}
#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:200px}
#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{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}
#site_menu ul li{
	background-color: #f00;
	padding: 10px 10px 10px 0;
	color: #fff;
	-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;
	text-transform: uppercase;
	border-right: solid 20px #000;
	margin-top: 2px;
	margin-bottom: 2px;	
}
#site_menu ul li a{
	color:#fff;
}
#site_menu ul li:hover{
	background-color:#f00;
	color:#fff;
}
#site_menu ul li:hover a{
	color:#fff;
}
#site_menu ul li a:hover{
	color:#fff;
}

.box_imovel{height:310px;overflow:hidden;margin-bottom:10px;border-radius: 20px 20px;}
.box_imovel p{margin:6px 0 6px 0;text-align:center}
.box_imovel:hover { 
	background-color:#f00;
	color:#fff;
	-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;
	border-radius: 20px 20px;
}
.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{
	position:relative;
	margin-top:-175px;
	padding-top:200px;
	background-image:url("bg_rodape.png");
	min-height:250px;
	color:#fff;
}
#rodape_site a{color:#fff}

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