/*---------------- RESET -----------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

li { list-style:none; }
img { border: none; }
a { text-decoration: none; }
/*---------------------------------------*/

body{
	background:#fff url(../imagens/bg_body.jpg) repeat-x;
    color: #6c6c6c;
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Arial, sans-serif, "microsoft Sans Serif";
	}
h2 {
	font-size: 16px;
    font-weight: bold;
	color:#5374c6;
	padding: 0;
	margin: 0;
	}
h4 {
	font-size: 14px;
    font-weight: bold;
	color: #fe8519;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 6px 4px;
	padding: 0;
	line-height: normal;
	}
h5 {
	text-align: center;
    font-weight: bold;
	margin:0;
	padding:0;
	width: 100%;
	}
h6 {
	line-height: normal;
	padding: 0;
	font-size: 13px;
	display: inline;
	color: #454099;
	display: block;
	font-weight: bold;
	}
.geral {
	width: 985px;
	height: 500px;
	margin:0 auto;
	}
.ultima {
	margin-right: 0 !important;
	}
/*----------------------------	TOPO	-----------------------------*/

.topo {
	width:100%;
	height:172px;
	background: #fff url(../imagens/bg_topo.jpg) no-repeat  top right;
	position: relative;
	}
.logo {
	width:202px;
	height:137px;
	float:left;
	display:inline;
	padding:0 0 0 50px;
	background: url(../imagens/bg_h1.jpg) no-repeat left;
	}
  .logo a {
  	background:url(../imagens/logo.gif) no-repeat;
	width:202px;
	height:111px;
	display:block;
	text-indent:-9999px;
	margin: 10px 0 0 0;
	}

.data {
	background: url(../imagens/bg_data.jpg) no-repeat;
	width:215px;
	height:28px;
	float: left;
	display: inline;
	margin: 0 0 0 145px;
	}
  .data span {
  	color:#fff;
	margin:2px 0 0 14px;
	float:left;
	}
 .hora {
	height: 14px;
	background:#cbd3d2;
	border:1px solid #dbe6f3;
	border-top: 1px solid #6e737a;
	border-left: 1px solid #6e737a;
	float:left;
	margin:3px 0 0 12px;
	display:inline;
	}
.data .hora span{
	color:#282463;
	margin:0;
	padding:2px 5px 0 5px;
	line-height:12px;
	}

.central{
	background:url(../imagens/bg_central.jpg) no-repeat;
	width:130px;
	height:117px;
	color:#fff;
	float:left;
	display: inline;
	margin: 13px 0 0 195px;
    *margin: 13px 0 0 195px;
    _margin: -15px 0 0 457px;
	}
  .central ul {
  	text-align: right;
	width: 95px;
	margin: 3px 0 0 15px;
	}
	.central ul li{
		float: right;
		font-size: 11px;
		height: 12px;
		letter-spacing: 1px;
		line-height:10px;
		display: block;
		width: 100%;
		}
.atendimento {
	float: left;
	display: inline;
	position: absolute;
	left: 424px;
	top: 106px;
	}
h6.alt {
	font-weight:bold;
	line-height: 14px;
	margin:17px 0 6px 0px;
	padding:0;
	font-size: 12px;
	float:left;
	display:inline;
	text-transform: uppercase;
	color:#780000;
	text-align: center;
	width:100%;
	}
.topo ul.menu{
	display:block;
	background: url(../imagens/bg_menu.png) repeat-x bottom;
	overflow: hidden;
	clear:left;
	float: left;
	width: 925px;
	padding: 0 0 0 60px;
	}
.topo ul.menu li {
	float: left;
	display: inline;
	}
.topo ul.menu li a {
	background:url(../imagens/bg_menu.png) repeat-x bottom;
	color:#fff;
	height: 35px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 9px 17px 0 17px;
	height: 26px;
	}
  .topo ul.menu li a:hover {
  	background-position: top;
	}

/*----------------------------	MEIO	--------------------------*/
.meio {
	background: url(../imagens/bg_meio.png) no-repeat top;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 955px;
	padding: 0 15px;
	}
.conteudo {
	background: #fff;
	overflow: hidden;
	float: left;
	width: 100%;
	}

/*--------------------------- MENU ---------------------------*/
.menulateral {
	width: 160px;
	margin: 13px 17px 0 20px;
	float: left;
	display: inline;
	}
  .menulateral ul {
	  margin: 0 0 5px 0;
	  }
  .menulateral ul li{
	width: 100%;
  }
    .menulateral ul ul {
	  background:#f3f3f3 url(../imagens/bg_mLateral_b.png) left bottom no-repeat;
	  overflow: hidden;
	  padding: 0 0 5px 0;
	}
      .menulateral ul ul li{
		 margin: -1px 10px 0 10px;
		 border-top: 1px dotted #b5b5b5;
		 width: 87%;
		 padding: 3px 0;
		 }
  	       .menulateral ul ul li a{
			color: #282464;
			font-weight: bold;
			}
  	       .menulateral ul ul li a:hover {
		   	color:#4966af;
			}


.paginas, .paginas_internas {
	width: 740px;
	margin-top: 15px;
	float: left;
}
.paginas_internas p {
    margin-top: 8px;
}
.paginas_internas a {
	color: #282464;
	font-weight: bold;
}
.paginas_internas a:hover {
    color:#4966af;
}
.paginas_internas h3 {
    font-weight: bold;
	color:#5374c6;
	padding: 0;
	margin: 7px 0 3px 0;
}

/* 88888 */

.busca_rapida form fieldset	{
	border: none;
	background: #f3f3f3;
	padding:5px 0 8px 8px;
	}
.busca_rapida form ol li {
	width: 122px;
	float: left;
	margin-right: 10px;
	}
 .busca_rapida form ol li.libtn {
 	margin-right:0;
	width: 65px;
	}
 .busca_rapida form ol li.nquartos {
 	width: 45px;
	}
 .busca_rapida form ol li.ncodigo {
 	width: 60px;
	margin-left: 5px;
    margin-right: 0px;
	}
  .busca_rapida form ol li.ncodigo input{
  	width: 45px;
	border: 1px solid #838383;
    text-align: center;
	}
 .busca_rapida form ol li label {
 	display: block;
	color: #6c6c6c;
	}
 .busca_rapida form ol li select {
 	width: 115px;
	border:1 px solid #838383;
	}
   .busca_rapida form ol li select.quartos {
	width: 50px;
	border:1 px solid #838383;
	}
input.btn_buscar {
    margin: 20px 0 0 0;
	padding: 0px 0 1px 0;
	}

/*---------------------------	RODAPE  -------------------------*/
/*.rodape{
	margin: 10px 0 10px 1%;
	padding: 10px 0 0 0;
	color: #4561a6;
	float: left;
	clear: left;
	border-top: 2px solid #4561a6;
	width: 99%;
	text-align: center;
	display: inline;
	}
.rodape a{
	text-transform: uppercase;
	color: #4561a6;
	}*/
/*------------------------------------------include rodape*/
.rodape{
	margin: 0px 0 10px 1%;
	padding: 3px 0 0 0;
	color: #4561a6;
	float: left;
	clear: left;
	border-top: 2px solid #4561a6;
	width: 99%;
	text-align: center;
	display: inline;
	}
	.rodape p{
		float: left;
		width: 450px;
		text-align: center;
		display: inline;
		margin: 0px 0 3px 140px;
        padding: 2px;
		}
    .rodape a {
	   color: #282464;
       font-weight: bold;
    }
    .rodape a:hover {
	   	color:#4966af;
    }


	.creditos a{
		float: left;
		display: inline;
		margin: 3px 0 3px 3px;
		}

/*---------------------- HOME ----------------------------*/
.vitrine {
	margin-top: 20px;
	overflow: hidden;
	}
.vitrine_v {
	background: #f3f3f3;
	border-top: 4px solid #bdbdbd;
	float: left;
	width: 717px;
	padding: 10px 0 10px 19px;
	margin: 4px 0 0 0;
	}
.vitrine_v ul li{
	float: left;
	margin:0 15px 0 0;
	display: block;
	background: #fefefe;
	border: 1px solid #eaeaea;
	padding:3px;
	width: 119px;
	}
.vitrine_v ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	border: 0;
	}
.vitrine_v ul li ul li img{
	padding:0;
	margin:0;
	}
.vitrine_v ul li ul li a{
	display: block;
	font-size: 12px;
	color: #6c6c6c;
	text-align: center;
	}
.vitrine_v ul li ul li a span{
	display: block;
	font-size: 10px;
	margin-top: -3px;
	}
.parceiros {
	background: #f3f3f3;
	border-top: 4px solid #bdbdbd;
	float: left;
	width: 723px;
	padding: 0 0 0 15px;
	}
.vitrine_v ul li ul li h5 a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fe8d28;
	margin: 0 0 5px 0;
	display: block;
	padding:0;
	}
div.parc {
	float: left;
	display: inline;
	width: 225px;
	padding: 0 5px;
	/*margin-bottom: 10px;*/
	}
div.parc ul{
	float: none;
	margin: 0 0 10px 0;
	width: 100%;
	padding: 0;
	border-right: 1px solid #b5b5b5;
	overflow: hidden;
	}
div.parc ul.logotipos {
 	text-align: center;
	}
 div.parc ul li{
 	float: left;
	clear: none;
	display: inline;
	height: 55px;
	margin-right: 10px;
	}   div.parc ul li.jornal {
 	width: 100px;
	}
 div.parc ul li.jornal {
 	width: 100px;
	}
 div.parc a {
 	color:#6c6c6c;
	line-height: 1.1em;
	}
 div.parc h6 {
 	margin: 10px 0 5px 0;
	}
div.parcmeio ul li{
	text-align: center;
	margin: 0 0 0 20px;
	}
input.btn_newsletter {
    /*background: url(../imagens/btn_ok.gif) no-repeat;*/
    border: 0;
    cursor: pointer;
    margin: 2px 0 0 0;
	padding: 0px 0 1px 0;
    width: 27px;
	}
.foto_vitrine {
  width: 115px;
  height: 86px;
}

.documentos_locacao {
  margin-left: 30px;
}
.documentos_locacao li {
  list-style: disc;
}

#link_voltar {
  clear: both;
  text-align: center;
  padding: 30px 0px 10px 0px;
}
.txt_destaque {
  font-weight: bold;
  font-size: 14px;
  color:#5374c6;
}
.preco_destaque {
  font-weight: bold;
  font-size: 16px;
}
.align_center {
  text-align: center;
}
.align_justify {
  text-align: justify;
}
.separator hr {
  margin: 0;
  padding: 0;
  color: #ccc;
}
.banner_portoseguro {
  clear: both;
  text-align: center;
  padding: 15px 0px 15px 0px;
}
#banner_promocional {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.quadro_cartorio {
  float: left;
  width: 210px;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
}

.imovel_vendido {
  background:none repeat scroll 0 0 #FF0000;
  color:#FFFFFF;
  font-size:24px;
  font-weight:bold;
  margin-bottom:5px;
  padding:3px;
  text-align:center;
}
