@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../imagens/fundo.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size:14px;
	min-height:100%;
}

.menu {
	padding-top:5px; 
	background-image: url(../imagens/barra.png); 
	background-repeat:repeat-x; 
	width:741px; 
	height:40px; 
	float:left;
	margin-left:-370px;
	left:50%;
	font-family: "Trebuchet MS";
	font-size:15px; 
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	float:left;
	z-index:2;
	position:absolute;
}

.fundo {
	background-image:url(../imagens/fundo_meio.png); 
	background-repeat: repeat-y; 
	background-position:center; 
	width:100%;

	height:100%;
	min-height:100%;

	margin-left:auto;
	margin-right:auto;
	float:left;
	z-index:1;
	margin-top:16px;
	left:0;

}

.cabecalho {
	height:169px;
	width:738px;
	margin:auto;
}

.rodape {
	background-image:url(../imagens/fundo_meio.png); 
	background-repeat: repeat-y; 
	background-position:center; 

	text-align:center;
	color:#000000;

	width:100%;
}

.conteudo {

	font-family: verdana;
	font-size:14px;
	height:100%;
	min-height:100%;
	width:100%;
}

.busca_imoveis {
	background-image:url(../imagens/fundo_busca.png);
	background-repeat:no-repeat;
	width:642px;
	height:89px;
	padding-top:15px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	left:50%;
	margin-left:-321px;
	position:relative;
}

input {
	font-family: "Trebuchet MS";
	font-size:12px;
}

select {
	font-family: "Trebuchet MS";
	font-size:12px;

}


a {
	font-family: "Trebuchet MS";
	font-size:15px; 
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	font-family: "Trebuchet MS";
	font-size:15px; 
	font-weight: bold;
	font-style:italic;
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size:15px; 
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	text-decoration:none;
}

textarea {
	font-family: "Trebuchet MS";
	font-size:12px;
}

button {
	height:40px;
}

.coluna_esquerda {
	position:relative;

	margin-left:-343px; 
	left:50%;
	float:left;
	width:340px; 
	height:100%;
	min-height:100%;
}

.coluna_direita {
	position:relative;
	margin-left:0px; 
	left:50%;
	float:left;
	width:340px;
	height:100%;
	min-height:100%;
}

.moldura {
   padding:3px 3px 3px 3px;
   background-color: #ffffff;
   /* width: auto; */
   border: 1px solid #999999;
}

.moldura2 {
   padding:3px 3px 3px 3px;
   background-color: #ffffff;
   width: auto;
   border: 1px solid #999999;
}