html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#cabecalho, #rodape {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 998;
	background: #fff;
}
#cabecalho {
	top: 0;
}
#rodape {
	bottom: 0;
}
.check {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	background: #fff;
	position: relative;	
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 5px;
}
.check label {
	cursor: pointer;
	display: block;
}
.check:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #f9f9f9;
}			
.combocheck{
	border: 1px solid #eee;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	background: #fff;
	position: relative;
}
.combocheck:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #f9f9f9;
}
.combocheck div:first-child {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
}
.combocheck > span {
	position: absolute;
	right: 3px;
	top: 8px;
}			
.combocheck div:last-child  {
	width: 100%;
	display: none;
	font-family: verdana;
	font-size: 12px;
	position: absolute;
	left: -1px;
	z-index: 999;
	max-height: 520px;
	overflow-y: auto;
	border: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
}			
#rodape .combocheck div:last-child  {
	bottom: 25px;
}
.combocheck:hover div:last-child {
	display: block;
}
.combocheck div:last-child label {
	display: block;
	padding: 5px;
	cursor: pointer;
}
.combocheck div:last-child label:hover {
	background: #f9f9f9;
}
td {
	1width: 12.5%;
	padding: 0 2px;
	margin: 0;
}
#fundo {
	position: fixed;
	left: 0;
	right: 0;
	top: 30px;
	bottom: 30px;
	transition: right 0.5s;				
}
#map {
	position: relative;
	width: 100%;
	height: 100%;
}
#imovel {
	position: fixed;
	top: 30px;
	bottom: 30px;
	right: -5px;
	width: 0;
	background: #fff;
	border-left: 5px solid #777;
	z-index:997;
	transition: width 0.5s;
	overflow-x : hidden;
}
#imovel {
	position: fixed;
	top: 30px;
	bottom: 30px;
	right: -5px;
	width: 0;
	padding: 5px;
	font-family: verdana;
}
#imovel .imovel_foto {
	width: 330px;
	height: 250px;
	border: 5px solid #f60;
	border-radius: 15px;
	margin-bottom: 10px;
}
#imovel .imovel_tipo {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 2px 2px 2px 2px;
	border: 5px solid #f60;
	border-radius: 15px;
	margin-bottom: 10px;
	background: #fff;
	color: #f60;
	font-family: verdana;
	font-size: 1.2em;
}
#imovel .imovel_valor {
	position: absolute;
	top: 232px;
	right: 15px;
	padding: 5px 5px 5px 10px;
	border: 5px solid #f60;
	border-radius: 15px;
	margin-bottom: 10px;
	background: #f60;
	color: #fff;
	font-family: verdana;
	font-size: 1.2em;
}			
#imovel .imovel_descricao {
	position: absolute;
	top: 280px;
	right: 10px;
	left: 5px;
	bottom: 70px;
	font-size: 0.8em;
	border: 5px solid #ccc;
	padding: 5px;
	margin-right: 10px;
	overflow-y: auto;
}

#imovel .imovel_botoes {
	position: absolute;
	height: 40px;
	right: 10px;
	left: 5px;
	bottom: 5px;
	font-size: 0.8em;
	margin-right: 10px;
	text-align: center;
}
#imovel .imovel_botoes span {
	padding: 5px;
	border: 2px solid #ccc;
	background: #ccc;
	text-align: center;
	cursor: pointer;
}
#imovel .imovel_botoes span:hover {
	border: 2px solid #f60;
	color: #f60;
}


#polygno {
	position: fixed;
	top: 39px;
	left: 190px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	z-index: 998;
	padding: 5px;
	width: 30px;
	box-shadow: 1px 1px 1px  #ddd;
}
#polygno img {
	width: 100%;
	cursor: pointer;
}
#polygno:hover {
	background: #dcdcdc;
}
#busca {
	position: fixed;
	top: 39px;
	height: 30px;
	left: 236px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	z-index: 998;
	padding: 5px;
	box-shadow: 1px 1px 1px  #ddd;	
}