@charset "utf-8";
/* CSS Document */
/*----TAGS HTML -------------------*/
body{
	margin:0px;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	background: url(../imagens/bgBody.jpg) repeat-x #ffffff;
	padding:0;
}
img{
	border:0px;	
}
p,div{
	margin:0px;	
}
select, input[type=text], textarea{
	padding:1px 1px;
	font-size:1em;	
	border:solid 1px  #bbbbbb;
}
input[type=button],input[type=submit],input[type=reset]{
	padding:3px;
	font-size:1em;
	color:#FFF;
	background:#d42835;
	border:solid 1px #d42835;
	border-radius: 3px;	
	cursor:pointer;
}
.clear{clear:both}
.conteudo{
	margin: 0 0px 0 0;		
}
/*.conteudo > h1{
	background:url(../img/h1.jpg) repeat-x;
	line-height:32px;
	margin: 4px 0;
}
.conteudo > h1 span{
	font-size:0.8em;
	color:#FFF;
	font-weight:normal;
	background:url("../imagens/h1span.jpg");
	width:755px;
	height:62px;
	text-shadow: 1px 1px #fedd7f;
}*/

.labelIm{
	position:relative;
	background:url("../imagens/h1span.jpg");
	width:745px;
	height:57px;
	padding-left:10px;
	padding-top:5px;
	margin:0px;
	color:#FFF;
	font-size:18px;
}

/*---------------------------------*/



.pagina{
	position:relative;
	width:993px;
	margin:auto;
	float:left;
}

.ENCAP{
	position:relative;
	width:1064px;
	margin:auto;
}

.topo{
	position:relative;
	background-image:url(../imagens/imagem_02.jpg);
	width:993px;
	height:295px;
}

.TPLogo{
	position:absolute;
	width:290px;
	height:130px;
	cursor:pointer;
	left:8px;
	top:22px;
}

.TPHome{
	position:absolute;
	width:70px;
	height:33px;
	cursor:pointer;
	left:321px;
	top:54px;
}

.TPEmpresa{
	position:absolute;
	width:127px;
	height:31px;
	cursor:pointer;
	left:421px;
	top:55px;
}

.TPLocalizacao{
	position:absolute;
	width:123px;
	height:32px;
	cursor:pointer;
	left:601px;
	top:53px;
}

.TPContato{
	position:absolute;
	width:141px;
	height:36px;
	cursor:pointer;
	left:790px;
	top:53px;
}

.BATipo{
	position:absolute;
	width:20px;
	height:20px;
	top:158px;
	left:361px;
}

.BABairro{
	position:absolute;
	width:20px;
	height:20px;
	top:156px;
	left:585px;
}

.BACidade{
	position:absolute;
	width:20px;
	height:20px;
	top:190px;
	left:361px;
}

.BADorm{
	position:absolute;
	width:20px;
	height:20px;
	top:188px;
	left:585px;
}

.BAVMinimo{
	position:absolute;
	width:20px;
	height:20px;
	top:221px;
	left:361px;
}

.BAVMaximo{
	position:absolute;
	width:20px;
	height:20px;
	top:221px;
	left:588px;
}

.BAOK{
	position:absolute;
	width:381px;
	height:20px;
	top:252px;
	left:359px;
	cursor:pointer;
}

.corpo{
	position:relative;
	width:993px;
}

.ML{
	position:relative;
	width:238px;
	float:left;
}

.MLAtendimentoOnline{
	position:relative;
	background-image:url(../imagens/imagem_04.jpg);
	width:238px;
	height:186px;
	cursor:pointer;
}

.MLBBairro{
	position:relative;
	background-image:url(../imagens/imagem_06.jpg);
	height:334px;
	width:215.3px;
	padding-left:18px;
	padding-right:5px;
	padding-top:30.1px;
}

.menu-esquerdo{
	list-style:none;
	margin: 0;
    padding: 0;
}

.menu-esquerdo a{
	display:block;	
	font-size:1.1em;
	padding:4.5px;
	padding-top:4.9px;
	text-decoration:none;	
	border:solid 1px #e4d86a;
	background:#f9ecb7;
	color: #9a8c41;
	margin-bottom:0px;
}
.menu-esquerdo a:hover{
	border:solid 1px #cfb417;
	background:#fbc503;
	color: #FFF;
	font-weight:bold;		
}

.MLBReferencia{
	position:relative;
	background-image:url(../imagens/imagem_07.jpg);
	height:103px;
	width:238px;
}

.buscar-ref{
	position:absolute;
	width:47px;
	height:31px;
	left: 179px;
	top: 45px;
}

.buscar-ok{
	position:absolute;
	width:140px;
	height:20px;
	left: 32px;
	top: 49px;
}

.MLVeja{
	position:relative;
	background-image:url(../imagens/imagem_08.jpg);
	height:224px;
	width:208px;
	padding-top:27px;
	padding-left:40px;
}

ul.menu_vertical {
	position:relative;
	display:block;
	margin:0;
	padding-top:10px;
	padding-left:0;
	list-style:none;
	overflow:hidden;
}

ul.menu_vertical li {
	margin:0px; 
	height:19px;
	overflow:hidden;
	padding:6.5px;
	width:95%;	
}

ul.menu_vertical li a, ul li a:visited {
	height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9d790d;
	display:block;
	margin-left:0px;
	text-decoration:none;
	padding:2px 10px;
	overflow:hidden;
}
ul.menu_vertical a:hover{
	text-decoration:underline;	
}

.conteudo{
	position:relative;
	width:755px;
	min-height:900px;
	float:left;
	background-color:#f2f2f2;
}

.rodape{
	position:relative;
	background-image:url(../imagens/imagem_09.jpg);
	width:993px;
	height:205px;
	margin:auto;
}

.face{
	position:absolute;
	width:244px;
	height:20px;
	top:8px;
	left:11px;
	cursor:pointer;
}

.rodapeEN{
	margin:0;
	padding:0;
	background-image:url(../imagens/bgRodape.jpg);
	height:205px;
}

/*--APRESENTACAO IMOVEL---*/
.bgImovel {
    margin: 10px;
    position: relative;
    width: 203px;
	height:300px;
}
.fotoImovel {
    background-color: #EDEDED;
    border: 2px solid #CCCCCC;
    height: 148px;
    overflow: hidden;
    position: relative;
    width: 199px;
}
.estrelaImovel {
    background: url("../img/estrela.png") no-repeat scroll 0 0 transparent;
    bottom: 7px;
    height: 28px;
    left: 9px;
    position: absolute;
    width: 30px;
}
.infoImovel {
    color: #333333;
    font-size: 1em;
    padding-top: 2px;
    text-align: center;
}
.infoDorm {
    color: #990000;
    font-size: 1em;
    padding-top: 2px;
    text-align: center;
}
.infoValor {
    color: #990000;
    font-size: 1.1em;
    padding-top: 5px;
    text-align: center;
	position:relative;
	margin-top:6px;
}
.ref {
    color: #333333;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
}
.bgImovel a{text-decoration:none}
.infoValor input[type=button]{
	position:absolute;
	right:65px;
	top:30px;	
}

.finanCaixa {
    position: absolute;
    right: 2px;
    top: 2px;
}

.tblImoveis{
	 margin:0px 0px;	
}

/*.tblImoveis td{
	border-top:solid 1px #c3c3c3;
	border-bottom:solid 1px #c3c3c3;
	background-color:#f5f4ef;
}
.tblImoveis td:first-child{
	border-left:solid 1px #c3c3c3;		
}
.tblImoveis td:last-child{
	border-right:solid 1px #c3c3c3;
}
.trHidden{
	border:none !important;
	background:#FFF !important;
	height:18px;	
}*/
/*------------------------------------*/

/*----FINANCIAMENTO--------------------*/
.aLeft{
	float: left;
    height: 72px;
    margin: 10px;
    width: 124px;	
	background-position:left center;
	background-repeat:no-repeat;
}
.aEsq{
	float:left;
	height:72px;
	line-height:72px;	
}
.corpoFinanciamento a{
	text-decoration:none;
	color:#3b3b3b;	
	font-size: 1.1em;
}
.corpoFinanciamento a:hover{
	text-decoration:underline;	
}
/*-----------------------------------------*/

