/* CSS Document */
body{
	background-image:url(../images/bg.gif);
	background-color:#7E4536;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	margin:0pt auto;
	width:764px;
	background-color:#CCCCCC;
}


#conteudo{
	background-image:url(../images/fundo_miolo.gif);
	width:764px;
	min-height:880px;	
	float:left;
	border-left-style:solid;
	border-left-color:#666666;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#666666;
	border-right-width:1px;
}

#header{
	background-image:url(../images/bg_header.gif);
	min-height:184px;
	width:764px;
}

#header #logomarca{
	margin-left:30px;
	padding-top:30px;
	float:left;
}

#header #menu{
	float:right;
	min-height:103px;
	width:400px;
	/*background-color:#006699;*/
	margin-top:81px;
	margin-right:30px;
}

#header #menu #links_topo{
	float:right;
	text-align:right;
	font-size:9px;
	position:relative;
	margin-top:-65px;
	margin-right:-10px;
}

#header #menu #links_topo a{
	color:#000033;
}

#header #menu a{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bolder;
}

#header #menu a:hover{
	color:#ffefad;
}

#header #menu .link1{
	min-height:103px;
	width:90px;
	
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	
	background-color:#adcaa8;
	background-image:url(../images/fundo_buttons.gif);
	float:left;
	
	text-align:center;
}
#header #menu .link1:hover{
	background-color:#8fb988;
}

#header #menu .link1 img{
	float:right;
	margin-top:18px;
	margin-bottom:8px;
  border:none !important;
}

#header #menu .link2{
	min-height:103px;
	width:65px;
	
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
		
	background-color:#a9f4a9;
	background-image:url(../images/fundo_buttons.gif);
	float:left;
	
	text-align:center;
}

#header #menu .link2:hover{
	background-color:#6ee36e;
}

#header #menu .link2 img{
	float:right;
	margin-top:18px;
	margin-bottom:8px;
  border:none !important;
}

#header #menu .link3{
	min-height:103px;
	width:70px;

	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	
	background-color:#c0cbf1;
	background-image:url(../images/fundo_buttons.gif);
	float:left;
	
	text-align:center;
}

#header #menu .link3:hover{
	background-color:#9daeeb;
}

#header #menu .link3 img{
	float:right;
	margin-top:15px;
	margin-bottom:8px;
  border:none !important;
}

#header #menu .link4{
	min-height:103px;
	width:60px;
	
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	
	background-color:#eae5d1;
	background-image:url(../images/fundo_buttons.gif);
	float:left;
	text-align:center;
}

#header #menu .link4:hover{
	background-color:#d5cba4;
}

#header #menu .link4 img{
	float:right;
	margin-top:13px;
	margin-bottom:8px;
  border:none !important;
}

#header #menu .link5{
	min-height:103px;
	width:70px;
	background-color:#cdf9f1;
	background-image:url(../images/fundo_buttons.gif);
	float:left;
	text-align:center;
}

#header #menu .link5:hover{
	background-color:#94e3d5;
}

#header #menu .link5 img{
	float:right;
	margin-top:18px;
	margin-bottom:7px;
  border:none !important;
}


#left{
	background-image:url(../images/bg-right.gif);
	background-repeat:repeat-x;
	height:696px;
	padding:20px;
	width:122px;
	float:left;
}

#left img{
	border:#000000 solid 1px;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#left h3{
	color:#666666;
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
}

#left p{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

#left a{
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	float:right;
	background-color:#CCCCCC;
	padding:5px;
	border:#000000 solid 1px;
}

#left a:hover{
	color:#DA251D;
	background-color:#EFEFEF;
}

#miolo{
	min-height:696px;
	width:419px;
	float:left;
}

#miolo h2{
	direction:rtl;
	margin-right:47px;
	font-size:15px;
	text-transform:uppercase;
	color:#666666;
}

#miolo h3{
	direction:rtl;
	margin-right:47px;
	margin-top:-10px;
	font-size:11px;
	text-transform:uppercase;
	color:#666666;
}

#miolo p{
	margin-right:10px;
	margin-left:25px;
	text-align:justify;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}

#miolo .tituloImovel{
	font-size:12px;
	font-weight:bold;
}

#miolo .lista{
	direction:rtl;
	margin-right:47px;
	margin-bottom:50px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
}

#miolo img{
	float:right;
	margin-bottom:10px;
}

#miolo #form{
	margin-left:75px;
}

#miolo #form .inputTxt{
	width:300px;
	font-size:12px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

#miolo #form .inputTextarea{
	width:300px;
	height:100px;
	font-size:12px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

#miolo #form label{
	font-size:12px;
}

#miolo #galerias{
	width:85%;
	text-align:center;
	float:right;
}

#miolo #galerias .galeria{
	min-height:130px;
	margin-bottom:15px;
	border-top-color:#EFEFEF;
	border-top-style:solid;
	border-top-width:3px;
	width:100%;
	float:none;
}

#miolo #galerias .galeria h3{
	margin-top:10px;
	text-align:left;
}

#miolo #galerias .galeria a{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}

#miolo #galerias .galeria a:hover{
	text-decoration:underline;
}

#miolo #galerias .galeria img{
	float:left;
	margin-left:5px;
	margin-right:12px;
	margin-bottom:10px;
	border:#000000 1px solid;
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#miolo #galerias .galeria p{
	width:80%;
	text-transform:uppercase;
}

#miolo #imagemBig{
	text-align:center;
	margin-left:-10px;
}

#miolo #imagemBig img{
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	border:#000 solid 1px;
	width:390px;
}

#miolo #imagens{
	text-align:left;
	padding-bottom:25px;
	float:none;
}

#miolo #imagens img{
	border:#000000 solid 1px;
	margin:4px;
	width:70px;
	height:70px;
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#miolo #imagens img:hover{
	border-color:#CC0000;
}

#miolo #links{
	margin-left:10px;
	margin-top:15px;
	padding:10px;
	clear:both;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

#miolo #buttons{
	clear:both;
	width:410px;
	margin-bottom:12px;
}

#miolo #buttons img{
	border:none;
}

#miolo #links a{
	text-decoration:none;
	color:#000000;
	font-size:10px;
}

#miolo #links a:hover{
	text-decoration:underline;
}

#miolo .caixinhasImoveis{
	width:100%;
	margin-left:10px;
	text-align:left;
}

#miolo .caixinhasImoveis .caixinhaImovel{
	width:125px;
	margin-left:10px;
	float:left;
	margin-top:20px;
	padding-top:10px;
	border-top:#BBB solid 3px;
	font-size:10px;
}

#miolo .caixinhasImoveis .caixinhaImovel img{
	border:#000000 solid 1px;
	margin-bottom:5px;
	margin-top:5px;
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#miolo .caixinhasImoveis .caixinhaImovel a{
	text-decoration:none;
	color:#000000;
	font-size:11px;
}

#miolo .caixinhasImoveis .caixinhaImovel a:hover{
	text-decoration:underline;
}

#miolo #paginacao{
	position:relative;
	clear:both;
	margin-left:20px;
	padding-top:20px;
}

#miolo #paginacao a{
	padding:5px;
	margin-left:3px;
	background-color:#CCCCCC;
	color:#000000;
	text-decoration:none;
	border:#000000 solid 1px;
}

#miolo #paginacao a:hover{
	background-color:#EFEFEF;
}

.objetivoImovel{
	font-weight:bold;
}

#right{
	background-image:url(../images/bg-right.gif);
	background-repeat:repeat-x;
	height:696px;
	padding:20px;
	width:123px;
	float:right;
	font-size:11px;
}

#right img{
	margin-top:4px;
	margin-bottom:4px;
	border:#000000 1px solid;
}

#right a{
	text-decoration:none;
	color:#000000;
}

#right a:hover{
	color:#FF0000;
}

.buscar{
	padding:4px;
	width:50px;
	background-color:#CDCDCD;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	border:#000000 solid 1px;
}

.buscar:hover{
	background-color:#ECECEC;
}

#right .select{
	width:122px;
	color:#696274;
}

#right label{
	font-size:10px;
	text-transform:uppercase;
	color:#990000;
	font-weight:bold;
}

#right li{
	font-size:14px;
	list-style:none;
}

#right h2{
	font-size:14px;
	text-transform:uppercase;
	color:#666666;
}

#right h3{
	font-size:12px;
	text-transform:uppercase;
	color:#666666;
}

#right p{
	font-size:11px;
	text-align:justify;
}

#footer{
	background-color:#af7b6c;
	min-height:36px;
	width:764px;
	float:left;
}

#footer p{
	text-align:center;
	margin-left:20px;
	font-size:10px;
	padding:10px;
}

#footer p a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#footer p a:hover{
	text-decoration:underline;
}

#footer img{
	border-style:none;
	vertical-align:middle;
}

#sucesso{
	background-color:#00CC33;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	font-size:12px;
	margin-left:70px;
	margin-right:40px;
}

#falha{
	background-color:#DA251D;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	font-size:12px;
	margin-left:70px;
	margin-right:40px;
}
#miolo .empty{
	color:#000000;
	padding-left:25px;
	font-size:14px;
}
