@charset "UTF-8";
/* CSS Document */
body{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url("../imagens/bg_geral.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#709DB2;
}

p, table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.titleDestaque{font-size:14px;font-weight:bold;color:#9A0B00;}
.titleNovidade{font-size:16px;font-weight:bold;color:#999;}
.legendaCinza{font-size:10px;color:#666;}
.priceDestaque{font-size:13px;font-weight:bold;color:#C60;}
.priceResultAluguel{font-size:17px;font-weight:bold;color:#090;}
.priceResultVenda{font-size:17px;font-weight:bold;color:#C60;}
.fundovenda{border:1px; border-style:solid; border-color:#4069AA; background-color:#FDE5D1;}
.fundoaluguel{border:1px; border-style:solid; border-color:#4069AA; background-color:#DBFFC7;}


.title_tx{align:justify;font-weight:bold;font-size: 12pt;font-family:verdana,arial,helvetica;COLOR: #006699; padding-top:10px;}
.text_tx{align:justify;font-weight:normal;font-size: 12px;font-family:verdana,arial,helvetica;}
.text_lg{align:justify;font-weight:normal;font-size: 7pt;font-family:verdana,arial,helvetica;COLOR: #000099;}
.text_lgGrey{align:justify;font-weight:normal;font-size: 7pt;font-family:verdana,arial,helvetica;COLOR: #999999;}
.text_ext{align:justify;font-weight:normal;font-size: 8pt;font-family:arial narrow;COLOR: #000000;}
.text_white{align:justify;font-weight:bold;font-size: 10px;font-family:verdana,arial,helvetica;color:#FFFFFF;}
.text_menu{align:justify;font-weight:bold;font-size: 10px;font-family:verdana,arial,helvetica;color:#006699;}
.text_ylw{align:justify;font-weight:bold;font-size: 10px;font-family:verdana,arial,helvetica;color:#FFFF00;}




a{color:#9A0B00;text-decoration:none;}
a:hover{text-decoration:underline;}
li{color:#9A0B00;}

input, textarea, select
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#layout{
 margin-top:0;
 width:950px;
 margin-left:50%;
 left:-475px;
 position:relative;
 
}

#layout #header{
 width: 950px;
 height: 150px;
 background-image:url(../imagens/bg_top.jpg);
 }
 
 #layout #login{
 width: 950px;
 height: 30px;
 }
 
 #layout #menu{
 width: 710px;
 height: 32px;
 /*background-color:#9CF;*/
 
 }
 
#layout #corpo{
 width: 950px;
 position:absolute;
 
 }
 
 
