@charset "utf-8";
/* CSS Document */
@import url("index.css");
@import url("destaque.css");
@import url("oferta_imovel.css");
@import url("imoveis_regiao.css");
@import url("imoveis_tipo.css");
@import url("detalhe_imoveis.css");
@import url("pesquisa_imovel.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;

}

#topo{
	width:778px;

}

#destaque_conteudo{
margin-left:4px;

}


#conteudo_rodape{
clear:both;
width:778px;
margin-top:10px;
border-top:4px solid #0E5A3C;
margin-left:4px;
}

/*#conteudo_rodape .rodape ul{
width:740px;
height:16px;
margin:auto;
padding:8px 0;
text-align:center;
	display:table;
}
#conteudo_rodape .rodape ul li{
float:left;
border-right:1px solid  #0E5A3C;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding:0 10px;
text-align:center;
font-weight:bold;

}

#conteudo_rodape .rodape ul li a{
color:#0E5A3C;
display:block;

}

#conteudo_rodape .rodape ul li.item_ultimo{

border-right:0;
}
#conteudo_rodape .rodape .txt_rodape{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
margin:10px 0 0 0;
line-height:15px;
}

#conteudo_rodape .rodape .copyright{
border-top:1px dotted;
border-bottom:1px dotted;
border-width:1px;
padding:4px;
width:755px;
margin:auto;
}
#conteudo_rodape .rodape .img_rodape{
margin:10px auto 5px auto;
width:764px;
text-align:center;

}*/


#conteudo_rodape{
	clear:both;
	width:778px;
	margin-top:10px;
}

#conteudo_rodape .rodape ul{

	width:778px;
	/*height:16px;*/
	margin:0px;
	padding:4px 0;
	text-align:center;
	border:solid 0px;
	display:table;
}

#conteudo_rodape .rodape ul li{
	/*float:left;*/
	display:inline;
	border-right:1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:0 4px;
	height:14px;
	line-height:18px;
	text-align:center;
	font-weight:bold;
	
}

#conteudo_rodape .rodape ul li a{
	color:#0E5A3C;
}

#conteudo_rodape .rodape ul li.item_ultimo{

	border-right:0;
	white-space:nowrap;	
}
#conteudo_rodape .rodape .txt_rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:10px 0 0 0;
	line-height:15px;
}

#conteudo_rodape .rodape .copyright{
	border-top:1px dotted;
	border-bottom:1px dotted;
	border-width:1px;
	padding:4px;
	width:755px;
	margin:auto;
}
#conteudo_rodape .rodape .img_rodape{
	margin:10px auto 5px auto;
	width:764px;
	text-align:center;
}

#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;
}

