* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  background: url('images/layout/fundo.jpg') repeat-x;
}

li {
	list-style-position: inside;
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 3px;
}

a, a:hover {
	font-weight: bolder;
	color: #c04040;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input.formulario, select.formulario, textarea.formulario {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800000;
}


.popup
{
	position: absolute;
	z-index: 9999;
	top: 170px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 333px;
	border: 3px solid #c04040;
	background: #fff;
}


/* topo */
#container-header {
  margin: 0 auto;
  width: 770px;
  display: block;
  clear: both;
}

#logo {
  width: 305px;
  float: left;
}

#topo2 {
  width: 465px;
  float: left;
}








/* miolo */
#container-miolo {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0px;
/*  padding-left: 10px; */
/*  padding-right: 10px; */
  background: White url('images/layout/sombra_branca.jpg') repeat-x;
  width: 770px;
/*  height: 100%; */
/*  min-height: 100%;*/
/*  overflow: auto; */
}

.espacador {
	width: 10px;
}



/* busca */
.box-busca {
	width: 202px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: 100%;
	min-height: 100%;
}

.box-busca-esq {
	background: url('images/layout/fundo_box_rosa_esq.jpg') repeat-y;
}

.box-busca-meio {
	background-color: #ffcccb;
	padding: 5px;
}

.box-busca-dir {
	background: url('images/layout/fundo_box_rosa_dir.jpg') repeat-y;
}

.titulo-busca {
	color: #800000;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ad4046;
}

#frmBusca div {
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
/*	height: 30px; */
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 2px;
}

input.boxBusca, select.boxBusca {
	width: 180px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800000;
/*	padding: 2px; */
}

input.boxBusca {
	width: 170px;
	padding: 2px;
}

.btnEncontrar {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 0px;
}











.miolo {
	vertical-align: top;
	padding-top: 15px;
}

#titulo-miolo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #800000;
	border-bottom: 1px solid #ad4046;
	margin: 10px;
	margin-left: 15px;
}

#corpo-miolo {
	margin-right: 10px;
	margin-left: 10px;
	margin-left: 15px;
}

.fundo-menu {
	background: url('images/layout/fundo_menu.jpg') repeat-x;
}







.box {
	display: block;
	clear: both;
	background: url('images/layout/fundo_box.jpg') repeat-x;
	padding: 5px;
	border: 1px solid #e3d3d3;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	margin-bottom: 10px;
	text-align: left;
}

.titulo-box {
/*  clear: both;*/
  font-size: 12px;
  font-weight: bold;
  color: #800000;
  border-bottom: 1px solid #e3d3d3;
  margin-bottom: 8px;
  text-align: left;
  display: block;
/*  float: left;*/
  padding-left: 110px;
}

.descricao-box {
	font-size: 12px;
	color: #000;
	padding-left: 110px;
	display: block;
}

.imagem-box {
	border: 1px solid #e3d3d3;
	height: 75px;
	width: 100px;
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;	
}

.btnDetalhes {
	float: right;
}


.titulo_imovel {
/*  clear: both;*/
  font-size: 14px;
  font-weight: bold;
  color: #800000;
  border-bottom: 1px solid #e3d3d3;
  margin-bottom: 8px;
  text-align: center;
  display: block;
}

.destaque {
	display: block;
	clear: both;
	background: url('images/layout/fundo_box.jpg') repeat-x;
	padding: 5px;
	border: 1px solid #e3d3d3;
	height: 100%;
	min-height: 100%;
	width: 98%;
	min-width: 98%;
	margin: 0 auto;
	overflow: auto;
	margin-bottom: 10px;
	text-align: center;
}







#rodape {
  display: block;
  clear: both;
  width: 770px;
  height: 32px;
  margin: 0 auto;
  background: url('images/layout/fundo_rodape.jpg') repeat-x;
  border-bottom: 5px solid #d6acad; /* #d9abad; */
}


