/* Mauricio Vargas [ Ação Direta ] */
@charset "iso-8859-1";

/****** general - common styles for variable uses at all pages ******/

* {
margin:0px;
padding:0px;
}

body {
background-image:url("../img/bg.jpg");
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

	body a { color: #000 } 
	body a:hover { text-decoration: none; } 

.floatleft {float:left;}
.floatright {float:right;}
.clear { clear: both; height: 2px; }

.suma {display:none;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*=estrutura*/

#all { width:780px; margin:0 auto; border:1px solid #666666; background-image:url("../img/bg_col.gif"); }
#header { border-bottom:1px solid #333333; height:214px; background-color:#D5D5A1; }
#content { width:100%; height:500px; /* só pra garantir =x */ }
	#menu { width:220px; height:50px; margin-top:4px; float:left; }
	#main { width:555px; float:right; }
	#main h3 { font-size: 13px; color: #2d4f8d; margin-bottom: 5px; clear: left; }
#footer { height: 14px; clear: both; font-weight: bold; font-size:10px; padding: 8px; margin-top: 10px; width:764px; margin:10px auto; background-color:#EAEACE; border:1px solid #000000; }
	

.titles {
	height: 28px;
	text-indent: -9000px;
	overflow: hidden;
	margin-bottom: 15px;
	}

		.h2destaque { background: url(../img/h2/destaque.gif) no-repeat; }
		.h2contato { background: url(../img/h2/contato.gif) no-repeat; }
		.h2detalhes { background: url(../img/h2/detalhes.gif) no-repeat; }
		.h2docs { background: url(../img/h2/docs.gif) no-repeat; }
		.h2empresa { background: url(../img/h2/empresa.gif) no-repeat; }
		.h2locacao { background: url(../img/h2/locacao.gif) no-repeat; }
		.h2ofereca { background: url(../img/h2/ofereca.gif) no-repeat;	}
		.h2solicite { background: url(../img/h2/solicite.gif) no-repeat; }
		.h2servicos { background: url(../img/h2/servicos.gif) no-repeat; }
		.h2buscaimoveis { background: url(../img/h2/buscaimoveis.gif) no-repeat; }
		.h2localizacao { background: url(../img/h2/localizacao.gif) no-repeat; }
	
/* menus da esquerda */

	#quicksearch {
	margin-top:-2px;
	padding: 5px;
	font-size: 10px;
	color: #006;
	}
		#quicksearch label {
		display: block;
		width: 60px;
		line-height:18px;
		float: left;
		}
		
		#quicksearch select {
		width: 150px;
		font: 10px Verdana, sans-serif;
		color: #006;
		margin-bottom: 3px;
		}
		
		.labelradio1 { 
		text-transform: uppercase; 
		margin-left: 5px;
		*margin-left: 0px;
		_margin-left: 0px;
		}
		.labelradio2 { 
		text-transform: uppercase; 
		margin-right: 50px;
		margin-left: 5px;
		*margin-left: 0px; 
		_margin-left: 0px;
		}
		
		.gobutton {
		border:1px solid #000000;
		width: 100px; height: 20px;
		font: bold 10px Verdana, sans-serif;
		color: #000000;
		border: none;
		}
		
/* details */
.imovelbox {
width: 118px; height: 148px;
padding: 2px;
background: #FFF;
border: 1px solid #CCC;
font-size: 10px;
float: left;
margin-right: 5px;
margin-bottom: 20px;
}

	.imovelbox img {
	margin-bottom: 5px;
	*margin-bottom: 3px;
	_margin-bottom: 3px;
	}
	
	.imoveltype {
	font-weight: bold;
	margin-bottom: 3px;
	}
	
	.moredetails a {text-decoration: none; color: #FFF; }
	.moredetails { background-color:#000099; }

#formbuscaimoveis label {
display: block;
float: left;
width: 60px;
line-height: 22px;
}

#formbuscaimoveis select {
width: 190px;
padding: 2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.sendbuttonbusca {
border: 1px solid #006;
background: #006;
font: bold 10px Verdana, sans-serif; 
color: #fff; 
float: right; 
padding: 4px;
margin-bottom: 20px;
}

.result {
background: #9CCA98;
font-weight: bold;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
clear: both;
display: block;
padding: 3px;
}

.boxresultbusca {
width: 240px;
padding: 3px;
float: left;
margin-right: 10px;
margin-bottom: 20px;
border: 1px solid #CCC;
background: #FFF;
}


/***** detalhes do imóvel *****/

.detailsmaster {
width: 500px;
background: #FFF;
border:1px solid #CCC;
padding: 5px;
}

.detailstitle {
padding: 3px;
background: #006;
color: #FFF;
font-weight: bold;
margin-bottom: 5px;
}

.detailsleft {
width: 200px;
float: left;
font-size: 10px;
}
	.detailsleft a {
	text-decoration: none;
	font-weight: bold;
	display:block;
	line-height: 14px;
	color: #006;
	}

.detailsright {
width: 300px;
float: right;
text-align: right;
}
	.detailsright a {
	text-decoration: none;
	font-weight: bold;
	color: #006;
	}
	
	.morepics {
	margin-top: 3px;
	}
	
	.morepics img {
	float: left; 
	margin-right: 3px;
	margin-bottom: 3px;
	}
	
#solicitareste {
font: 11px Verdana, sans-serif;
color: #666;
}

	#estesolicita label {
	display: block;
	float: left; 
	width: 70px;
	line-height: 22px;
	}
	
	#estesolicita textarea {
	font: 11px Verdana, sans-serif;
	color: #006;
	border: 1px solid #666;
	padding: 3px;
	height: 50px;
	}
	
	.sendbuttonsolic {
	border: 1px solid #006;
	background: #006;
	font: bold 10px Verdana, sans-serif; 
	color: #fff; 
	padding: 3px;
	float: right;
	margin-bottom: 20px;

	}
	
	
#solicitareste {
font: 11px Verdana, sans-serif;
color: #666;
}

	#estesolicita label {
	display: block;
	float: left; 
	width: 70px;
	line-height: 22px;
	}
	
	#estesolicita textarea {
	font: 11px Verdana, sans-serif;
	color: #006;
	border: 1px solid #666;
	padding: 3px;
	height: 50px;
	}
	
	.sendbuttonsolic {
	border: 1px solid #006;
	background: #006;
	font: bold 10px Verdana, sans-serif; 
	color: #fff; 
	padding: 3px;
	float: right;
	margin-bottom: 20px;

	}
	
/***** contato *****/

#formcontato {
margin-top: 20px;
}

#formcontato label {
display: block;
float: left;
width: 80px;
line-height: 22px;
}

#formcontato textarea {
font: 11px Verdana, sans-serif;
color: #006;
width: 400px;
border: 1px solid #006;
margin-bottom: 3px;
}

.campo1 {
width: 438px;
padding:2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.campo11 {
width: 300px;
padding:2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.campo2 {
width: 438px;
padding:2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.campo22 {
width: 400px;
padding:2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.campo3 {
width: 438px;
padding:2px;
font: 10px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.sendbutton {
border: 1px solid #006;
padding:2px;
background: #006;
font: bold 10px Verdana, sans-serif; 
color: #fff; 
float: right; 
margin-right: 33px;
margin-bottom: 40px;
}

.contatoadress {
margin-top:-15px;
text-align: center;
clear: both;
display: block;
width: 250px;
margin: 0 auto;
background: #fff;
color: #000;
padding: 6px;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

#formofereca label {
display: block;
float: left;
width: 95px;
line-height: 22px;
text-align: right;
padding-right: 10px;
}

#formofereca select {
width: 306px;
padding: 2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

#formofereca textarea {
width: 300px;
padding: 2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.sendbuttonofereca {
border: 1px solid #006;
background: #006;
font: bold 10px Verdana, sans-serif; 
color: #fff; 
margin-left: 250px;
padding: 4px;
margin-bottom: 20px;
}


/* solicite */

#formsolicite label {
display: block;
float: left;
width: 90px;
line-height: 22px;
text-align: right;
padding-right: 10px;
}

#formsolicite select {
width: 160px;
padding: 2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

#formsolicite textarea {
width: 200px;
padding: 2px;
font: 11px Verdana, sans-serif;
color: #006;
border: 1px solid #006;
margin-bottom: 3px;
}

.sendbuttonsolicite {
border: 1px solid #006;
background: #006;
font: bold 10px Verdana, sans-serif; 
color: #fff; 
margin-left: 250px;
padding: 4px;
margin-bottom: 20px;
}

	#footer a.logoacao {
	width: 101px; height: 22px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/logoacao.gif) no-repeat;
	margin-top:-5px;
	}
	
	*::-moz-selection {
		background-color:#009;
		color: #FFF;
	}

.result {
color:#FFFFFF;
background: #123E85;
font-weight: bold;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
clear: both;
display: block;
padding: 3px;
}

/* -------------------------------------------------------------- */

#localizacao { }

#localizacao h1 { border-top:1px solid #666666; background-color:#f1f6f0; height:20px; font-size:12px; font-family:Tahoma, arial, verdana; font-weight:500; padding-left:5px; padding-top:5px; 

















