body{
	background-color:#F2F2F2;
	margin:0;
	padding:0;
}
*{
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
}
.clear{clear:both;}
.submitForm, .clickMe{cursor:pointer;}
.paddingLeft{padding-left: 16px;}
.textBold{font-weight: bold;}

#divMsg { padding:12px 9px 12px 56px; width:800px; margin:15px auto; text-align: left; }
#divMsg.error { background:url(../../img/divmsg_error.png) 12px center no-repeat #FDFCC6; border:1px solid #FDFD00; color:#333; font-weight:bold; }
#divMsg.success { background:url(../../img/divmsg_success.png) 12px center no-repeat #80ff80; border:1px solid #007700; font-weight: bold; }


/**********************************************************************************************************
	TOPO E MENU
	INCLUI: LOGO, ITENS DO MENU, INPUT BUSCA, BOTÃO DE ATENDIMENTO, FAIXA VERDE EXPANSÍVEL DO MENU
***********************************************************************************************************/
div.divTopoMenu{
	width:933px;
	height:216px;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -466px;
	z-index:4;
}


div.divTopoMenu div.divLogo{
	width:370px;
	height:63px;
	float:left;
	padding:25px 0 15px 0;
}
div.divTopoMenu div.divLogo img{
	float:left;
	margin-right: 8px;
}
div.divTopoMenu div.divLogo span.title1{
	font-size:32px;
	line-height:48px;
}
div.divTopoMenu div.divLogo span.title2{
	font-size:19px;
	line-height:32px;
}
div.divTopoMenu div.divLogo span.title3{
	font-size:12px;
	line-height:12px;
}


div.divTopoMenu div.divBusca{
	width:563px;
	height:83px;
	padding-top:20px;
	float:left;
}
div.divTopoMenu div.divBusca form{
	width:274px;
	height:26px;
	border:2px solid #BCDE34;
	background-color:#BCDE34;
	line-height:26px;
	text-align:center;
	opacity: 0.85;
}
div.divTopoMenu div.divBusca form input{
	width:234px;
	height:24px;
	margin:0;
	padding:0 3px 0 3px;
	float:left;
	line-height:24px;
	color:#555;
	border:1px solid #FFF;
}
div.divTopoMenu div.divBusca form a{
	color:#555;
	text-decoration: none;
}
div.divTopoMenu div.divBusca form a:hover{
	color:#999;
}

div.divAtendimento{
	width:164px;
	height:26px;
	margin-top:15px;
	border:2px solid #BCDE34;
	background-color:#BCDE34;
	opacity: 0.85;
	cursor:pointer;
}
div.divAtendimento div.text{
	width:134px;
	height:26px;
	background-color:#FFF;
	line-height:26px;
	color:#555;
	float:right;
}


div.divTopoMenu div.divMenu{
	width:933px;
	height:89px;
}
div.divTopoMenu div.divMenu div.divMenuLinks{
	width:540px;
	height:32px;
	margin-top:32px;
	line-height:32px;
	float:right;
}
div.divTopoMenu div.divMenu div.divMenuLinks a{
	color:#555;
	text-decoration: none;
}
div.divTopoMenu div.divMenu div.divMenuLinks a:hover{
	color:#777;
}
div.divTopoMenu div.divMenu a.divMenuBubbles{
	width:89px;
	height:76px;
	background:url(../../img/bg_menu_bubbles.png) no-repeat left top;
	float:left;
	margin:0 1px 0 1px;
	text-align:center;
	padding-top:13px;
	white-space:nowrap;
	line-height:16px;
	color:#555;
	cursor:pointer;
	text-decoration: none;
}
div.divTopoMenu div.divMenu a.divMenuBubbles:hover{
	background:url(../../img/bg_menu_bubbles_hover.png) no-repeat left top;
}


div.divMenuStripe{
	background-color:#BCDE34;
	width:100%;
	height:32px;
	position:absolute;
	left:0;
	top:135px;
	z-index:3;
	opacity: 0.85;
}
/**********************************************************************************************************/

/**********************************************************************************************************
	ESQUELETO DO SITE
	CONTÉM DIVCONTENTBG E DIVCONTENT, DIVPLANT
***********************************************************************************************************/
div.divPlant{
	background:url(../../img/bg_top_plant.png) no-repeat left top;
	width:1106px;
	height:432px;
	position:absolute;
	top:69px;
	left:50%;
	margin:0 0 0 -553px;
	z-index:2;
}

div.divContentBg{
	background:#FFF url(../../img/bg_content.jpg) repeat-y center;
	width:981px;
	position:relative;
	top:0px;
	left:50%;
	overflow:visible;
	margin:0 0 0 -490px;
	padding:216px 0 0 0;
	z-index:1;
}

div.divContent{
	width:930px;
	position:relative;
	z-index:4;
}
/**********************************************************************************************************/

/**********************************************************************************************************
	RODAPÉ
***********************************************************************************************************/
div.divFooter{
	width:100%;
	height:114px;
	padding:26px 0 26px 0;
	background-color:#BCDE34;
	opacity:0.85;
	position:relative;
	margin:0;
}

div.divFooter div.divFooterContent{
	width:933px;
}
div.divFooter div.divFooterContent a, div.divFooter div.divFooterContent p{
	color:#333;
	text-decoration: none;
	line-height:14px;
}
div.divFooter div.divFooterContent a:hover{
	color:#999;
}
div.divFooter div.divFooterContent h1{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	color:#333;
}

div.divFooter div.divFooterContent div.box1{
	width:252px;
	float:left;
	padding:0;
	margin-right:12px;
}
div.divFooter div.divFooterContent div.divAtendimento{
	width:194px;
	height:26px;
	border:2px solid #FFF;
	background-color:#FFF;
	opacity: 0.85;
	cursor:pointer;
}
div.divFooter div.divFooterContent div.divAtendimento div.text{
	width:164px;
	height:26px;
	background-color:#BCDE34;
	line-height:26px;
	color:#555;
	float:right;
}

div.divFooter div.divFooterContent div.box2{
	width:252px;
	float:left;
	margin-right:12px;
}
div.divFooter div.divFooterContent div.box2 p{
	line-height:18px;
	margin:0;
}
div.divFooter div.divFooterContent div.box2 span.destq{
	font-size:14px;
	line-height:30px;
}

div.divFooter div.divFooterContent div.linha{
	width:0px;
	height:114px;
	margin:0;
	float:left;
	color:#BCDE34;
	border-left:2px dotted #333;
	margin-right:12px;
}

div.divFooter div.divFooterContent div.box3{
	width:391px;
	float:left;
	padding-top:12px;
}
div.divFooter div.divFooterContent div.box3 img{
	float:left;
	margin-right:8px;
}
/**********************************************************************************************************/

/**********************************************************************************************************
	jQuery Plugin Kwicks
***********************************************************************************************************/
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0 0 28px 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 186px;
	height: 330px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */

	border: 1px solid #000;

}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.horizontal a {text-decoration:none; color: #FFF;}
.kwicks.horizontal a img {border:none;}

.kwicks.horizontal #kwick_5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicksInfo { background-color: #000; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
.kwicksInfo { width: 440px; position: absolute; display: block; bottom: 0; left:0; z-index: 2; padding: 5px 20px; font-size: 12px; line-height: 1em; cursor: pointer; }
.kwicksInfo span { display: block; font-size: 14px; margin: 10px 0; }

/**********************************************************************************************************/


/**********************************************************************************************************
	menu.busca.php
***********************************************************************************************************/
div.menuBusca{
	width: 924px;
	height: 60px;
	border: 3px solid #BCDE34;
	margin: 0 0 28px 0;
	opacity: 0.85;
	background-color: #FFF;
}
div.menuBusca .title{
	background-color: #BCDE34;
	width: 168px;
	height: 48px;
	padding: 6px;
	float: left;
}
div.menuBusca .title span.title1{font-size: 16px; line-height: 26px;}
div.menuBusca .title span.title2{font-size: 12px; line-height: 18px;}

div.menuBusca ul{
	list-style: none;
	margin: 0;
}
div.menuBusca ul li{
	float:left;
	width: auto;
	height: 48px;
	margin: 0 0 0 9px;
	padding: 6px;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
}
div.menuBusca ul li:last-child, div.menuBusca ul li.last{
	margin-left: 14px!important;
}
div.menuBusca ul li .buscaInput{
	width:100px;
}
div.menuBusca ul li .buscaInputSmall{
	width:60px;
}

/**********************************************************************************************************/



/**********************************************************************************************************
	capa.php
***********************************************************************************************************/
div.DestqBottom{
	width: 652px;
	height: 200px;
	float: left;
	margin: 0 28px 28px 0;
}
div.DestqBottom div{
	position: relative;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.DestqBottom div.destq1{
	width: 215px;
	height: 200px;
	border-right: 1px solid #FFF;
}
div.DestqBottom div.destq2{
	width: 257px;
	height: 100px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
div.DestqBottom div.destq3{
	width: 178px;
	height: 100px;
	border-bottom: 1px solid #FFF;
}
div.DestqBottom div.destq4{
	width: 178px;
	height: 99px;
	border-right: 1px solid #FFF;
}
div.DestqBottom div.destq5{
	width: 257px;
	height: 99px;
}

div.DestqBottom div.destq1 .info { background-color: #000; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
div.DestqBottom div.destq1 .info { width: 203px; padding: 0 6px 0 6px; position: absolute; display: block; bottom: 0; left:0; z-index: 2; font-size: 12px; }
div.DestqBottom div.destq1 .info span { display: block; font-size: 12px; margin: 10px 0; color: #FFF; }

/**********************************************************************************************************/



/**********************************************************************************************************
	capa/newsletter.php
***********************************************************************************************************/
div.newsletter{
	position: relative;
	float: left;
	width: 250px;
	height: 200px;
}
div.newsletter span.title{
	line-height: 28px;
	font-size: 20px;
}
div.newsletter span.title img{float: left; margin-right: 6px;}
div.newsletter span.subtitle{
	font-weight: bold;
}
div.newsletter p{
	margin: 6px 0 6px 0;
	padding: 0;
	font-size: 10px!important;
	color: #999;
}

div.newsletter form{
	margin: 0;
	padding: 0;
}

div.newsletter .inputNews{
	border: 2px solid #BCDE34;
	padding: 6px;
	margin: 0 0 6px 0;
}
div.newsletter .inputNews.w1{width: 234px;}
div.newsletter .inputNews.w2{width: 108px; float: left; margin-left: 6px; font-size: 16px; height: 24px; vertical-align: middle;}

div.newsletter button.submitNews{
	border: 2px solid #BCDE34;
	padding: 6px;
	background-color: #C6E353;
	width: 250px;
	height: 34px;
	cursor: pointer;
}



/**********************************************************************************************************/



/**********************************************************************************************************
	imove.lista.php
***********************************************************************************************************/
div.contentLista{
	position: relative;
	z-index: 1;
}

div.contentLista div.divOpacity{
	border: 3px solid #BCDE34;
	background-color: #FFF;
	position: absolute;
	top:0;
	left:0;
	width: 924px;
	height: 100%;
	z-index: -1;
	opacity: 0.85;
}

div.contentLista div.divOpaque{
	position: relative;
	width: 906px;
	padding: 12px;
}

/* DIV LEFT */
span.migalha a{
	color:#333;
	text-decoration: underline;
}
span.migalha a:hover{text-decoration: none;}

div.contentLista div.divOpaque h2.line{
	width: 582px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding:0 0 8px 28px;
	border-bottom: 2px dotted #666;
	background: url(../../img/lupa_title.png) no-repeat left top;
}

div.contentLista div.divOpaque div.divLeft{
	float: left;
	width: 610px;
	padding: 0;
	margin: 0 22px 0 0;
	position: relative;
}

ul.imoveLista{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.imoveLista li{
	width: 590px;
	height: 100px;
	border: 2px solid #BCDE34;
	background-color: #FFF;
	padding: 8px;
	margin-bottom: 12px;
}
ul.imoveLista li:hover{background-color: #E2FBBD;}

ul.imoveLista li a.btn{
	float: right;
	padding: 6px;
	background-color: #BCDE34;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
ul.imoveLista li a.btn:hover{background-color: #CEF046;}

ul.imoveLista li img{
	float: left;
	margin-right: 8px;
}
ul.imoveLista li span.title{font-size: 20px; line-height: 24px; font-weight: normal; 
}
ul.imoveLista li span.subtitle{font-size: 14px; font-weight: bold; line-height: 15px;}

ul.imoveLista li span.info{
	font-size: 12px;
	text-align: center;
	float: left;
	width: 224px;
	height: 34px;
	line-height: 34px;
	background-color: #E2FBBD;
	margin-top: 26px;
	display: block;
}


/* PAGINAÇÃO */
div.divPag{
	text-align: center;
	width: 610px;
	height: 26px;
}
div.divPag a{
	vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	font-size: 16px;
	color: #666;
	margin: 0 2px 0 2px;
}
div.divPag a.normal{
	color:#9BBB1E;
	font-weight: bold;
}

div.divPag span{
	line-height: 26px;
	font-size: 12px;
}
div.divPag input{
	width: 26px;
	border: 1px solid #BCDE34;
	font-size: 12px;
}

a.btnSprite{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 6px 0 6px;
	background-image: url(../../img/button_sprite.gif);
	background-repeat: no-repeat;
}
a.btnSprite.left_off{background-position: -26px -26px;}
a.btnSprite.left_on{background-position: 0 -26px;}
a.btnSprite.right_off{background-position: -26px 0;}
a.btnSprite.right_on{background-position: 0 0;}
a.btnSprite.ok{background-position: 0 -52px;}



/* DIV RIGHT */
div.contentLista div.divOpaque div.divRight{
	position: relative;
	float: left;
	width: 250px;
	padding: 12px;
	margin: 0;
	background-color: #EFEFEF;
}


/* DESTAQUES */
div.divRight div.destaque {
	margin-bottom: 24px;
}

div.divRight div.destaque h2.line, div.divRight div.infopublica h2.line{
	width: 250px;
	padding:0 0 8px 0;
	background: none;
	margin: 0 0 12px 0;
}

div.divRight div.destaque ul.destqLista{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.divRight div.destaque ul.destqLista li{
	position: relative;
	display: block;
	width: 250px;
	height: 110px;
	margin-bottom: 12px;
	overflow: hidden;
}

div.divRight div.destaque ul.destqLista li img.imagem{margin-top: -44px;}

div.divRight div.destaque ul.destqLista li a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	z-index: 10;
}

div.divRight div.destaque ul.destqLista li .info { background-color: #000; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
div.divRight div.destaque ul.destqLista li .info { width: 220px; padding: 0 24px 0 6px; position: absolute; display: block; bottom: 0; left:0; z-index: 2; font-size: 12px; }
div.divRight div.destaque ul.destqLista li .info span { display: block; font-size: 12px; margin: 10px 0; color: #FFF; }

/* INFORMACOES PUBLICAS */
div.divRight div.infopublica {
	width: 250px;
	height: 230px;
	position: relative;
	margin: 0;
	padding: 0;
}

div.divRight div.infopublica .info { background-color: #BCDE34; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
div.divRight div.infopublica .info { width: 238px; padding: 0 6px 0 6px; position: absolute; display: block; bottom: 0; left:0; z-index: 2; font-size: 12px; }
div.divRight div.infopublica .info a { display: block; font-size: 12px; margin: 10px 0; color: #000; text-decoration: none; }

/**********************************************************************************************************/



/**********************************************************************************************************
	imove.php
***********************************************************************************************************/
div.block1, div.block2, div.block3{
	position: relative;
	height: 180px;
	float: left;
	margin-top: 12px;
	padding: 0;
}

/* BLOCK1 */
div.block1{
	width: 200px;
	margin-right: 28px;
}
div.block1 h1{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}
div.block1 span.bairo{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
div.block1 span.visua{
	color: #666;
	line-height: 18px;
}
div.block1 a.box{
	display: block;
	width: 200px;
	height: 30px;
	margin-top: 2px;
	border: 1px solid #F1F1F1;
	background-color: #FFF;
	line-height: 30px;
	text-decoration: none;
	color: #333;
	font-size: 11px;
}
div.block1 a.box img{
	margin: 0 8px 0 8px;
	border: none;
	float: left;
}

/* BLOCK2 */
div.block2{
	width: 460px;
	margin-right: 28px;
}
div.block2 span.title, div.block3 span.title{
	font-size: 16px;
	color: #666;
}
div.block2 div.descr{
	width: 434px;
	height: 91px;
	padding: 12px;
	border: 1px solid #F1F1F1;
	background-color: #FFF;
	overflow: auto;
}
div.block2 span.box{
	display: block;
	float: left;
	width: 224px;
	height: 30px;
	margin-top: 8px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #F1F1F1;
	background-color: #FFF;
}

/* BLOCK3 */
div.block3{
	width:190px;
}
div.block3 ul{
	width:158px;
	height: 139px;
	border: 1px solid #F1F1F1;
	background-color: #FFF;
	list-style: circle;
	padding: 8px 8px 8px 24px;
	margin: 0;
	overflow: auto;
}
div.block3 ul li{font-size: 11px;}

/* MÌDIAS */
h3.midias{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin-top: 28px;
}

div.picMain{
	width: 820px;
	height: 530px;
	margin: 0;
	padding: 0 43px 0 43px;
	position: relative;
}

div.picMain span.prev, div.picMain span.next{
	width:60px;
	height: 60px;
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
	top: 235px;
	position: relative;
	background-image: url(../../img/picArrows.jpg);
	background-repeat: no-repeat;
}
div.picMain span.prev{background-position: 0 -60px;}
div.picMain span.prev:hover{background-position: -60px -60px;}
div.picMain span.next{background-position: 0 0;}
div.picMain span.next:hover{background-position: -60px 0;}

div.picMain div.picContainer{
	width: 700px;
	height: 530px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

div.picMain div.picContainer div.picBorder{
	width: 681px;
	height: 511px;
	position: relative;
	background: url(../../img/ajaxload.gif) no-repeat center center;
	margin: 8px auto;
	padding: 0;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
div.picMain div.picContainer div.picBorder img{
	margin: 0;
	float: left;
}

ul.picList{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 906px;
	height: auto;
	position: relative;
}

ul.picList li{
	width: 75px;
	height: 75px;
	padding: 0;
	margin: 8px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor:pointer;

	background-position: center center;
	background-repeat: no-repeat;

	border: 4px solid #FFF;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}

/**********************************************************************************************************/

/**********************************************************************************************************
	conto.form.php
	anunc.form.php
	imoso.form.php
***********************************************************************************************************/
div.contato h2{
	width: 906px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 12px 0;
	padding:0 0 8px 0;
	border-bottom: 2px dotted #666;
}

div.contato .tblConto input, div.contato .tblConto textarea{
	border: 2px solid #BCDE34;
	padding: 6px;
}
div.contato .tblConto input.w1, div.contato .tblConto textarea.w1{width:362px;}
div.contato .tblConto input.w2{width:80px; font-size: 16px; float: left; margin: 0 0 0 6px; height: 24px;}
div.contato .tblConto textarea.h1{height:90px;}

div.contato span.block{
	display: inline-block;
	width: 300px;
	height: 30px;
	margin: 6px 0 12px 0;
	font-size: 16px;
}

div.contato span.captchaInfo{
	display: inline-block;
	float: left;
	width: 260px;
	padding: 4px;
	color: #666;
	text-align: left;
}

div.contato button.btnSubmit{
	border: 2px solid #BCDE34;
	padding: 6px;
	background-color: #C6E353;
	width: 290px;
	height: 34px;
	cursor: pointer;
	float: left;
}

/* ANUNCIE */
div.contato h3{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
div.contato span.blockSelect{
	display: inline-block;
	position: relative;
	float: left;
	width: 190px;
	text-align: center;
	font-size: 12px;
}
div.contato span.blockSelect select{width: 120px;}

div.contato input.w3{
	width: 170px;
	float: left;
}
div.contato .h1{height: 150px;}
div.contato .h2{height: 54px;}
.noborder{border: none!important;}
/**********************************************************************************************************/
