/*Base CSS*/
*{
	font-family:Verdana, Geneva, sans-serif;
}
body
{
	background:#222528;
	color:#E7E7E7;
	margin:0px;
}
div{
	position:relative
}
a{text-decoration:none; color:#e7e7e7}
a:hover{text-decoration:underline;}
#main
{
	position:absolute;
	margin:0px;
	left:50%;
	margin-left:-470px;
	top:0px;
	width:940px;
}

#topo
{
	width:940px;
	height:58px;
	margin:0px auto;
	clear:both;
	background: url(../imagens/bg_menu.png) center no-repeat;
}
#banner
{
	margin:10px 0px;
	height:/*3*/350px;
	clear:both;
	background:url(../imagens/bg_banner.png) repeat-x;

}

#mascara
{
	position:absolute;
	background:url(../imagens/mascara.png) center no-repeat;
	height:350px;
	width:100%;
	z-index:15;
}
#logo
{
	float:left;
	position:relative;
	background:url(../imagens/LOGO.png) center no-repeat;
	height:350px;
	width:240px;
}

/*Conteudo principal*/
#conteudo{
	width:670px;
	padding:10px;
	float:right;
	background: url(../imagens/lin.png) left no-repeat;
/*	background-color:#0C9;*/
}

/*usado tbm na p. de imóveis*/
.bt_links div{ width:235px; height:69px; line-height:63px; font-size:14px; text-align:center; display:inline-block; background-repeat:no-repeat}
.bt_links div h4{display:inline; line-height:63px}

#links_menu a{
	display:block;
	margin:4px 0px;
}

.conteudo_artigo2 ul li a {color:#fff}
#suporte{ height:69px; width:235px; display:block; position:relative;}
#financiamento{background:url(/imagens/bt_simule_financiamento.png)}
#cadastro{background:url(/imagens/bt_cadastre_imovel.png)}
#encomende{background:url(/imagens/bt_encomende.png)}


/*__Destaques*/
/*.titulo{border-bottom:1px solid #fff} */
h1.titulo,h2.titulo,h3.titulo,h4.titulo,h5.titulo,h6.titulo{ font-family:"Times New Roman", Times, serif; }
h1{font-size:24px;}
h2{font-size:20px;}
h3{font-size:16px;}
h4{font-size:12px;}
h5{font-size:8px;}
h6{font-size:6px;}
h3.alerta{
	color:#FFF;
	text-align:center;
}

.tit_imo{font-size:16px}
.info_imo{font-size:12px; font-family:"Times New Roman", Times, serif}
.b{font-weight:bold}

/*_______ Mensagens de Erro e Alertas*/

#body2{
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	z-index:40;
}
#msgAlerta{
	margin:20px auto;
	display:none;
	width:30%;
	background:#999;
	color:#FFF;
	z-index:41;
	border:solid 1px #333;
	height:80px;

}
.paginacao{ font-size:12px;}

#rodape{
	display:block;
	position:relative;
	background: url(../imagens/rodape.png) no-repeat top;
	height:130px;
	
}
#rodape_1{
	color:#7e8783;
	width:100%;
	font-size:9px;
	display:block;
	position:relative;
	top:15px;
	margin:auto;
	color:#FFF;

	
	}
