@charset "utf-8";
/* http://www.*********.com.br */
/* Folha de estilos pgina inicial */
/* Leandro Costa */
.body_busca {
	background-image: none;
}

form {
	/*background: url(../../img/bg_consulta.jpg) repeat-x #F8F5E6;*/
	/*border: solid 1px #CECBBC;*/
	padding: 5px;
}

#busca label {
	display: block;
	margin: 10px 0px 5px 0px;
	color: #B0AA9C;
}

#busca .label_inline {
	display: inline;
	margin-right: 20px;
}

p {
	margin: 10px;
}
/*
#busca .campo_texto {
	border: solid 1px #CECBBC;
	padding: 5px;
	width: 400px;
	background: url(../../img/bg_select.jpg) repeat-x #FFF;
}

.formulario .area_texto {
	border: solid 1px #CECBBC;
	padding: 5px;
	width: 400px;
	height: 100px;
	background: url(../../img/bg_select.jpg) repeat-x #FFF;
}
*/

#busca select {
	width: 99%;
	font-size: 12px;
	color: #A9997F;
	border: solid 1px #CECBBC;
	background: url(../../img/bg_select.jpg) repeat-x #FAFBF6;
	padding: 5px 0px 5px 0px;
}

#bt_buscar {
	background: url(../../img/bg_bt_procurar.jpg) repeat-x;
	border: solid 1px #CFC2AF;
	margin: 20px 10px 0px 0px;
	_margin: 10px 15px 0px 0px;
	color: #B0A18C;
	font-size: 14px;
	width: 150px;
	height: 30px;
	cursor: hand;
	float: right;
}

.label_titulo {
	font-weight: bold;
	padding-top: 5px;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 30px 5px 0px 10px;
}

/* ============================================================================= */
.link_opcao:link{
	text-decoration: none;
	color: #A9997f;
	padding: 10px 90px 10px 90px;
	background: url(../../img/bg_bt_procurar.jpg) repeat-x #e2d7c5;
	font-size:120%;
}
.link_opcao:visited{
	text-decoration: none;
	color: #A9997f;
	padding: 10px 90px 10px 90px;
	background: url(../../img/bg_bt_procurar.jpg) repeat-x #e2d7c5;
	font-size:120%;
}
.link_opcao:hover{
	text-decoration: none;
	color: #990000;
	padding: 10px 90px 10px 90px;
	background: url(../../img/bg_bt_procurar.jpg) repeat-x #e2d7c5;
	font-size:120%;
}
.link_opcao:active{
	text-decoration: none;
	color: #990000;
	padding: 10px 90px 10px 90px;
	background: url(../../img/bg_bt_procurar.jpg) repeat-x #e2d7c5;
	font-size:120%;
}
/*.link_opcao:link {
	text-decoration: none;
	color: #A9997f;
	padding: 5px;
	border-bottom: solid 1px #A9997F;
}
.link_opcao:visited {
	text-decoration: none;
	color: #999;
	padding: 5px;
	border-bottom: solid 1px #999;
}
.link_opcao:hover {
	text-decoration: none;
	color: #900;
	padding: 5px;
	border-bottom: solid 2px #900;
}
.link_opcao:active {
	text-decoration: none;
	color: #A9997f;
	padding: 5px;
	border-bottom: solid 1px #A9997F;
}*/
/* ============================================================================= */

#busca_imovel { display: none;}

#conteudo {
	float: left;
	width: 730px;
}

#frame {
	height: 1100px;
}
iframe {
	width: 100%;
	height: 1500px;
	border: none;
	overflow: auto;
}

#geral {
	margin:0px 8em 40px 8em;
	width:auto;
	left:0px;
	/*border: solid 1px #f00;*/
}
#conteudo{
	width:97%;
}
.opcoes_pesquisa{
	text-align:center;
}