@charset "utf-8";
/* CSS Document */
@import url("index.css");
@import url("destaque.css");
@import url("oferta_imovel.css");
@import url("pesquisa_imovel.css");
@import url("detalhe_imoveis.css");
/*
@import url("imoveis_regiao.css");
@import url("imoveis_tipo.css");
*/

*{
	margin:0px;
	padding:0px;
	outline:none;
	list-style:none;
	text-decoration:none;
}

#container1{
	width:778px;
	float:left;
}

#container2{
	float:left;
	width:180px;
	background-image:url(../slices/img_creditos.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:20px;
	min-height:800px;

}
#linha3{
  height:59px;
  clear:both;
  background-image:url(../slices/bg-Rodape.jpg);

}
#dropinboxv2cover{
	width: 510px; /*change width to desired */
	height: 260px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 512px; /*change width to above width-20. */
	height: 260px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	padding: 0px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}
