﻿/*---------------------------------------------------
* Imports
---------------------------------------------------*/
@import url("../shared/structure.css");
@import url("../shared/replacements.css");

.pre-home h1 {
	display: block;
	width: 100%;
	height: 625px;
	background: #000;
	overflow: hidden;
}

.pre-home .select-bar {
	width: 100%;
	height: 130px;
	background: #000f20;
	color: #fff;
}

.pre-home .select-bar .center {
	background: #000f20;
	position:relative;
}


/**************************************************************************************************************************/
.pre-home .box-map {
	background:#000f20 url('../../../static/img/sections/pre-home/ico_brookfield_brasil.gif') no-repeat center left;
	width: 200px;
	height: 114px;
	padding-left: 120px;
	padding-right: 20px;
	padding-top: 16px;
	border-right: 1px solid #1a2737;
	overflow:hidden;
	position:absolute;
	left:0;
	z-index:30;
}

.pre-home .box-map h3 {
	width: 161px;
	height: 33px;
	padding-top: 13px;
	margin-bottom: 4px;
	background: url('../../../static/img/sections/pre-home/tit_brookfield_incorporacoes.gif') no-repeat bottom left;
	text-indent: -9000px;
}
/**************************************************************************************************************************/
.pre-home .box-state 
{
	background:#000f20;
	border-right: 1px solid #1a2737;
	width: 450px;
	height: 130px;
	overflow:hidden;
	position:absolute;
	left:340px;
	z-index:20;
}

.pre-home .box-state label {
	background:url('../../../static/img/sections/pre-home/tit_escolha_um_estado.gif') no-repeat top left;
	width: 200px;
	height: 52px;
	margin-top: 10px;
	margin-left: 20px;
	display: block;
	text-indent: -9000px;
}

.pre-home .box-state select {
	width: 410px;
	font-size:15px;
	margin: 10px 0 0 20px;
}
/**************************************************************************************************************************/
.pre-home .box-items-found {
	width: 186px;
	height: 130px;
	position:absolute;
	left:790px;
	left:620px;
	z-index:10;
}

.pre-home .box-items-found dl {
	width: 100%;
	height:50px;
	margin-top: 10px;
	margin-left: 20px;
	display: block;
	position:relative;
}

.pre-home .box-items-found dl dt{
	width:36px;
	height:16px;
	padding-left:24px;
	padding-top:26px;
	text-align:center;
	font-size:10px;
	display:block;
	overflow:hidden;
	background:url('../../../static/img/sections/pre-home/tit_imoveis_encontrados.gif') no-repeat 0 0;
	position:absolute;
}

.pre-home .box-items-found dl dd{
	width:70px;
	height:auto;
	padding-top:18px;
	display:block;
	line-height:11px;
	overflow:hidden;
	position:absolute;
	left:65px;
}

.pre-home .box-items-found .nav-see-all{
	width: 149px;
	height: 47px;
	background: url('../../../static/img/sections/pre-home/nav-see-all.png') no-repeat top center;	
	text-indent: -9000px;
	float: left;
	margin-left: 20px;
}
