/* CSS Document */

body{
	margin: 0px;
	}
#mold_banner{
	margin: auto;
	width: 100%;
	height: 182px;
	background: url(../img-layout/back_barra.jpg) no-repeat;
	}
#div_barra{
	margin: auto;
	width: 100%;
	height: 19px;
	}
#div_banner{
	margin: auto;
	margin-top: 2px;
	width: 872px;
	height: 122px;
	background-image: url(../img-layout/banner.jpg);
	}
#div_menu{
	margin: auto;
	margin-top: 1px;
	width: 864px;
	height: 38px;
	background-image: url(../img-layout/back_menu.jpg);
	}
#div_conteudo_geral{
	margin: auto;
	margin-top: 15px;
	width: 860px;
	height: auto;
	}
#div_busca_home{
	margin: auto;
	width: 100%;
	height: 225px;;
	}
#div_box_busca{
	float: left;
	width: 536px;
	height: 207px;
	background-image: url(../img-layout/back_busca.jpg);
	}
#div_busca_pagina{
	margin: auto;
	width: 100%;
	height: 225px;;
	}
#div_box_busca_pagina{
	float: left;
	width: 100%;
	height: 207px;
	background-image: url(../img-layout/back_busca_site.jpg);
	}
#div_box_atendomento{
	float: right;
	width: 300px;
	height: 225px;
	}
#div_barra_home{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 860px;
	height: auto;
	}
#div_barra_lancamento{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 860px;
	height: auto;
	}
#div_barra_destaque{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 860px;
	height: auto;
	}
#div_mold_imoveis_home{
	margin: auto;
	width: 860px;
	height: auto;
	}
#div_box_imoveis_home{
	float: left;
	margin-left: 4px;
	width: 167px;
	height: 205px;
	background-image: url(../img-layout/back_imoveis_home.jpg);
	}
#rodape{
	margin: auto;
	margin-top: 25px;
	width: 864px;
	height: 124px;
	}
	
#div_barra_empresa{
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 860px;
	height: auto;
	}
#div_barra_titulo_resultato{
	margin: auto;
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #291053;
	}
#div_texto_resultado{
	float: left;
	width: 200px;
	height: 30px;
	}
#div_texto_imo_encon{
	float: left;
	width: 448px;
	height: 30px;
	}
#div_order_resultado{
	float:  right;
	width: 200px;
	height: 30px;
	}
	
a.pagina{
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F90;
	border: 1px solid #000000;
	text-decoration: none;
	}
	
a:visited.pagina{
padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999;
	border: 1px solid #666;
	text-decoration: none;

}
	
a:hover.pagina{
	background-color: #f0f0f0;
	color: #333;
	}
