@charset "utf-8";
body {
	background-image: url(imagens/fundo.jpg);
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #010100;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#096;
	}
.fundo_top {
	background-image:url(imagens/fundo_top.jpg);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:right;
}
.fundo_corp {
	background-image: url(imagens/fundo.jpg);
	background-color: #010100;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}
.logo_top {
	position:center;
}
.home {
	z-index: 60;
	position:relative;
	top: 0px;
	left: 52px;
}
.quem_somos {
	z-index: 50;
	position:relative;
	top: 0px;
	left: 32px;
}
.propriedades {
	z-index: 40;
	position:relative;
	top: 0px;
	left: 12px;
}
.dicas {
	z-index: 30;
	position:relative;
	top: 0px;
	left: -12px;
}
.parceiros {
	z-index: 20;
	position:relative;
	top: 0px;
	left: -32px;
}
.contato {
	z-index: 10;
	position:relative;
	top: 0px;
	left: -53px;
}
.fundo_meio {
	background-color: #FFF;
	background-image: url(imagens/fundo_meio.png);
	background-repeat: repeat-x;
}
.fundo_header {
	background-color: #FFF;
	background-image: url(imagens/fundo_header.png);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}.form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border:1px groove #CCC;
}
.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.texto_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
}

.clique_aqui {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #00763D;
}
.bg_propriedade {
	background-image: url(imagens/bg_propriedade.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_artigos {
	background-image: url(imagens/bg_artigos.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.titulo_artigo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.form_pesquisa {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border:1px groove #CCC;
}
.botao_pesquisa {
	position:relative;
	top: -198px;
	left: 100px;
}
.titulo_sidebar {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#096;
}
.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
.titulo {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#096;
}
.link_inferior {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #096;
}
a.link_inferior:link {
	color: #096;
	text-decoration: none;
}
a.link_inferior:visited {
	text-decoration: none;
	color: #096;
}
a.link_inferior:hover {
	text-decoration:underline;
	color: #096;
}
a.link_inferior:active {
	color: #DB261F;
}
.Imovel {
	border: 1px solid #000;
	width: 160px; height: 120px; margin: 0 13px 0 0;
}
#slider {
	margin:0 auto;
	border:solid #201B17 2px;
	background-color:#4d4948;
    width: 500px; /* important to be same as image width */
    height: 334px; /* important to be same as image height */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 500px; /* important to be same as image width or wider */
    height: 334px; /* important to be same as image height */
}
.sliderImage {
	display: none;
}
.sliderImage span {
    width: 5000px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
/*Código galeria de fotos - fim */