@charset "utf-8";
/* CSS Document */


/* estrutura da pagina */

#pagina{
	position:relative;
	width:975px;
	min-height:100%;
	left:50%;
	margin-left:-487.5px;
}

#topo{
	margin-left:5px;
	height:229px;
	width:972px;
	overflow:hidden;
	
}

#menu_esquerdo {
	width:150px;
	float:left;
	text-align:justify;
	background-position:right;
	background-repeat:repeat-y;
	background-image:url(../images/bg_menu_esq.jpg);
	min-height:670px;
}

#conteudo {
	width:455px;
	float:left;
	min-height:670px;
	overflow:hidden;
	background:#FFFFFF;
	color:#000000;
}

#menu_direito{
	width:170px;
	float:left;
	background:url(../IMAGES/bg_menu_dir.jpg);
	min-height:670px;
}

#ofertas{
	float:left;
	width:195px;
	background:url(../IMAGES/bg_ofertas2.jpg);
	min-height:670px;
}

#rodape{
	background:url(../IMAGES/rodape.jpg);
	width:970px;
	height:58px;
}

.clear {clear:both;}

/* fim da estrutura */

/* estilos gerais */

input[type=text]{
	color:#FF0000;
	font-size:11px;
}

input[type=button]{
	background:#1a68b3;
	font-weight:bold;
	font-size:11px;
	color:#f8eaf7;
}

h1{
	font-size:16px;
	font-style:italic;
	color:#000066;
}

h4{
	font-size:10px;
	margin-top:15px;
}

div {
	border:none;
	padding:0px;
}

select{
	border:solid 1px;
	border:#7F9DB9;
	width:150px;
	color:#FF0000;
	font-size:11px;
}

img{
	margin:0px;
	padding:0px;
	border:none;
}

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#FFFFFF;
}

p{
	margin:0px;
}

/* fim de estilos gerais */

div.m_ofertas{
	background-image:url(../IMAGES/bg_ofertas.jpg);
	height:114px;
	cursor:pointer;
	text-align:center;
	font-size: 11px;
	font-style: normal;
	color:#ffffff;
	font-weight:bold;
}

.ofertasTitulo{
	margin:9px;	
}

.oportunidades{
	background-image:url(../images/imobiliariaremo_07.jpg);
	height:338px;
}

ul.menu_vertical {
	position:relative;
	width:144px;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

ul.menu_vertical li {margin:1px 0; }

ul.menu_vertical li a, ul li a:visited {
	height:1%;
	font-size:10px;
	display:block;
	background:url(../IMAGES/bg_menu_esq.jpg);
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:2px 10px;
}

#submenu{
	position:absolute;
	display:block;
	left:100px;
	top:450px;	
	width:110px;
	font-weight:bold;
	font-size:10px;
	cursor:pointer;
	
	
	visibility:hidden;	
	background:#1a68b3;
	color:#f3dfeb;
}

ul.menu_vertical li a:hover {
	background:#1a68b3;
	color:#f3dfeb;
	}

#busca_ref{
	background:#f8eaf7;
}

.btnAcessar{
	cursor:pointer;
}

.tblBusca{
	font-size:11px;
	width:450px;
	margin-top:15px;
	color:#882776;
	font-weight:bold;	
	margin-left:150px;
	height:145px;
}

.praiaGrande{
	cursor:pointer;
	height:200px;
	background-color:#FFFFFF;
}

.tblContato{
	margin:10px;
	height:390px;
}

.bAvanc{
	margin-top:3px;
	margin-bottom:10px;
	margin-left:7px;
}

.sendBuscaAvancada{
	margin-left:110px;
	cursor:pointer;
}

.negrito{
	font-weight:bold;
}

/* estrutura da visualizacao dos imóveis */

.bgImovel{
	background:url(../IMAGES/bgImovel.jpg);
	width:215px;
	height:157px;
	margin:2px;
	cursor:pointer;
}

.Imovel{
	background:#FFFFFF;
	border:solid thin #FF0000;
	overflow:hidden;
	margin-left:5px;
	width:88px;
	height:118px;
	float:left;
	margin-top:20px;
	margin-right:0px;
}

.infoImovel{
	color:#000066;
	width:109px;
	height:145px;
	background:url(../IMAGES/bgInfoImovel.jpg) no-repeat;
	padding-left:5px;
	overflow:hidden;
	float:left;	
}

/* fim da estrutura */

.tituloVisu{
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

p.sub{
	margin:2px;
	margin-left:0px;
	padding:3px;
}

.pagPosto{
	margin-left:15px;
}

.postos{
	margin-top:10px;
	margin-left:-10px;
}

.tituloPostos{
	margin-left:15px;
	margin-top:2px;
	font-size:13px;
	color:#000066;
}

#dadosPosto{
	height:550px;	
	width:430px;
	overflow:auto;	
}

.tblPostos{
	height:180px;
	margin-bottom:20px;
	width:95%;
}

.trPostosTitle{
	background:#1a68b3;
	color:#FFFFFF;
	font-weight:bold;
}

.tituloBusca{
	margin-top:10px;
	font-size:10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
}