/* CSS Document */

body {
	margin:10px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	background:#8ca2b1;
}

/* formatacao */

* {
	margin:0;
	padding:0;
	list-style:none
}

a {
	color:#114da4;
	text-decoration:none;
}

a:hover {
	color:#114da4;
	text-decoration:underline;
}

.right {
	float:right;
	margin:20px 0 0 0;
	border-left:10px solid #fff;
}

p {
	margin:0 0 12px 0;
	text-align:justify;
}

img {
	border:none;
}

.titulo {
	font-size:18px;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	color:#325064;
	border-bottom:2px solid #8ca2b1;
}

.sTitulo {
	font-size:14px;
	padding:10px 0 10px 22px;
	background:url(../images/seta_baixo.gif) left no-repeat;
	color:#6e899c;
}

/* div geral que engola as demais */

#geral {
	width:770px;
	margin:0 auto;
	background:#fff;
}

/* topo */

#topo {
	height:140px;
	background:url(../images/topo.jpg) no-repeat;
}

/* logo */

#logo {
	padding:33px 0 0 20px;
}

/* menu */

/* Menu */

#menu {
	float:left;
	width:172px;
	height:350px;
	background:url(../images/bg_menu.gif) top no-repeat;
	padding:20px 5px 0 5px;
}

#menu ul {list-style:none;}

#menu ul li {border-bottom:1px solid #a3a3a3;}

#menu ul li a {
	display:block;
	color:#333333;
	padding:6px 0px 6px 5px;
	text-decoration:none;
}

#menu ul li a:hover {
	background:#d2d7d4;
}

/* conteudo */

#conteudo {
	float:left;
	width:560px;
	padding:20px 10px 10px 15px;
}

/* IMG fachada */

#imgFachada {
	float:right;
	width:199px;
	height:258px;
	background:url(../images/fachada.jpg) #fff no-repeat;
	border-left:15px solid #fff;
}


/* box home */

.boxHome {
	float:left;
	width:250px;
	margin:25px 20px 0 0;
	clear:right;
}

/* box login */

#boxLogin {
	padding:0 10px 0 10px;
	background:#124ea6;
	font-weight:bold;
	border-bottom:8px solid #8ca2b1;
	color:#fff;
}

#boxLogin a {color:#fff;}

.tituloLogin {
	font-size:14px;
	margin:8px 15px 8px 0;
	color:#fff;
}

.login {
	width:130px;
	height:13px;
	padding:1px;
	margin:0 10px 0 3px;
	border:1px solid #fff;
}

.button {
	width:30px;
	height:20px;
	margin:0 20px 0 10px;
	background:#a61212;
	border:none;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.loginOpcoes {
	font-size:10px;
}


#imoveis{
	float:left;
	width:100%;

	margin:10px 0 0 0;
	clear:both;
	}

/* rodape */

#rodape {
	height:38px;
	border-top:8px solid #8ca2b1;
	padding:12px 10px 10px 15px;
	vertical-align:middle;
	clear:left;
}

.telefone {
	font-size:16px;
	font-weight:bold;
	padding:0 10px 0 0;
	color:#114da4;
}

#rodape p {
	float:left;
}

#developeBy {
	float:right;
	margin:8px 5px 0 0;
}

/* imoveis */

/* destaques imovix */

#destaquesImoveis {
	width:100%;
	float: left;
	text-align:center;
	padding:17px 10px 10px 10px;
	background:url(/images/bg-destaques-imoveis.jpg) top no-repeat;
}

	#destaquesImoveis #Imovix_Lista {
		float:left;
		width:134px;
		height:200px;
		margin:0 8px 15px 8px;
		font-size:0.85em;
	}
	
		#destaquesImoveis #Imovix_Lista img {
			float:left;
			width:130px;
			height:98px;
			display:block;
			padding:1px;
			margin:0 0 10px 0;
			border:2px solid #89a0a8;
		}
	
	#destaquesImoveis #Imovix_Lista a {
		height:20px;
		margin:10px -5px 8px 0;
		padding:5px 0 0 0;
		font-size:1.4em;
		font-weight:bold;
		background: #455865;
		text-decoration:none;
		color:   #FFF;
		clear:left;-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		display:block;
	}

		
#busca iframe  {
width:550px;
height:200px;
		}		





