﻿/* CSS Document */

body {
	background: #fff url('../images/background.jpg') no-repeat top;
	font-family: Trebuchet MS, Arial, Verdana, Tahoma; 
	font-size: 13px;
	color: #000000;
	line-height:18px;
	margin:0;
	padding:0;
	text-align:justify

}

a:link { font-weight: bold; color:#CC0000; text-decoration: underline; }
a:visited { font-weight: bold; color:#990000; text-decoration: none; }
a:hover { font-weight: bold; color:#E54A0A; text-decoration: none; }


/* 
---------------------------------------
CONTEINER
---------------------------------------
*/


#conteiner {
	position: relative;
	top: 0%;
	left: 50%;
	
	margin:0px;
	margin-left: -497px;
	width: 994px;
}



/* 
---------------------------------------
TOPO
---------------------------------------
*/

.topo {
	width:auto;
	height:auto;
	padding:0;
	margin:0
}



/* 
---------------------------------------
MENU MENOR
---------------------------------------
*/

.menu-menor{
	margin:0px 0 0 0px;
	font-family: Arial, Verdana, Tahoma, Trebuchet MS; 
	font-size: 14px;
	color: #ccc;
	padding:0 35px 0 0;
	font-weight:normal
}

.menu-menor a:link { font-weight: bold; color:#000; text-decoration: none; }
.menu-menor a:visited { font-weight: bold; color:#333; text-decoration: none; }
.menu-menor a:hover { font-weight: bold; color:#666; text-decoration: underline; }


/* 
---------------------------------------
MENU TOPO
---------------------------------------
*/

.menu-topo{
width: 100%;
overflow: hidden;
padding-top:0px
}

.menu-topo ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

.menu-topo li{
display: inline;
margin:0;
}

.menu-topo li a{
float: left;
display: block;
text-decoration: none;
font: bold 0.9em Verdana, sans-serif;
margin: 0;
padding: 7px 28px; /*padding inside each tab*/
border-right: 1px #ccc dotted; /*right divider between tabs*/
color: #EEC6BB;
}

.menu-topo li a:hover, .menu-topo li.selected a{
font: bold 0.9em Verdana, sans-serif;
color:white;
background:#CD371C; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.menu-topo2{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 28px; /*padding inside each tab*/
border-right: 1px #ccc dotted; /*right divider between tabs*/
color: #fff;
font: bold 0.9em Verdana, sans-serif;
}



/* 
---------------------------------------
MENU LATERAL
---------------------------------------
*/


.menulateral {
    width:264px;
    margin:0px 0px 0px 0px; /* top, right, bottom, left  */
    padding:0 10px 0 0;
    height:auto;
    color:#301816;
    font-size:15px;
    font-family: Arial, Trebuchet MS, Verdana;
    text-align:right
}

.item {
	width: 260px;
	list-style-type: none;
	margin: 10px 0px 0px 5px;
	padding: 0;
	border-bottom-width: 0px;
	}
	
.item_atual {
	font-weight:bold;
	color:#333;
	border-bottom:1px #ccc dotted;
	padding-right:10px
}

.item li a{
	width: auto;
	line-height:33px;
	color: #333;
	font-size: 15px; 
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-bottom:1px #ccc dotted;
	padding-right:10px

}

* html .item li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 190px;
	line-height:33px;

}

.item li a:visited{
	font-size: 15px; 
	color: #999;
	text-decoration: none;
	padding-right:10px
}

.item li a:hover{
	font-size: 15px; 
	color: #666;
	text-decoration: underline;
	padding-right:10px
}

.item li {
	line-height:33px;
}

.titulo_menu {
	color:#fff;
	background-color:#666;
	font-size:14px;
	height:38px;
	font-weight:bold;
}



.voltar {
	text-align:right;
	clear:both
}

/* 
---------------------------------------
FOTO
---------------------------------------
*/


.foto { 
	width:264px;
	margin:1px 0px 0px 0px; /* top, right, bottom, left  */
    height:auto;
   	float:left;
}




/* 
---------------------------------------
CAPA
---------------------------------------
*/


#capa {
	width: 994px;
	margin: 0;  /* top, right, bottom, left*/
	padding: 0;  /* top, right, bottom, left*/
}	





/* 
---------------------------------------
CONTEUDO
---------------------------------------
*/



#conteudo {
	float:right;
	width: 690px;
	margin: 0;  /* top, right, bottom, left*/
	padding: 0;  /* top, right, bottom, left*/
}	


.texto {
	padding: 0 30px 30px 20px;  /* top, right, bottom, left*/
}


p.note {
	background: #f4f4f1;
	padding: 4px 4px 4px 10px;
	font-size: 18px;
	color: #000;
	font-weight:bold;
	line-height: 150%;
	margin: 20px 0 20px 0;
	clear:both
}

.note {
	background: #f4f4f1;
	padding: 10px 10px 4px 10px;
	font-size: 14px;
	color: #000;
	font-weight:normal;
	line-height: 150%;
	margin: 20px 0 20px 0;
	clear:both;
	text-align:left
}



h1 {
	margin:30px 0 20px 0;
	font-size:22px; 
}

h2 {
	color:#999;
	margin-bottom:20px;
	font-size:15px

}


img {
	border:0px;
}

.top {
	height:auto;
	margin:40px 5px 0px 0px;
	clear:both;
	text-align:right
}




/* 
---------------------------------------
LISTA
---------------------------------------
*/

.lista {
	margin: 20px 0 20px 0;
	padding:0;
	color:#666;
	width:100%;
	text-align:left;
	line-height:30px
}

.lista a { 
	text-decoration: none; 
}

.lista a:link, .lista a:visited { 
	color: #000; 
}

.lista ul {
	margin: 0;
	list-style:none
}

.lista li:hover, .lista li.hover { 
	background-color: #e4e4e4; 
	cursor: pointer; 
}

ul.lista li {
	overflow: hidden; 
	padding: 5px 5px 5px 10px;
	margin: 0;
	background-color: #F3F3F3; 
	border-bottom:1px #cccccc dotted
}


hr {
      border: 1px #ccc dotted;
      color: #fff;
	  margin-top:20px;
	  clear:both
    }



/* 
---------------------------------------
IMOVEIS COMERCIALIZADOS
---------------------------------------
*/


.imoveiscomercializados {
	padding: 0;
	margin: 0;
	font-size: 13px;
	border:1px black solid
}	



/* 
---------------------------------------
BORDAS COLORIDAS NAS IMAGENS
---------------------------------------
*/


.borderit img{
border: 7px solid #fff;
}

.borderit:hover img{
border: 7px solid #e7e7e7;
cursor: default
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}



/* 
---------------------------------------
FORMULARIO
---------------------------------------
*/

.formulario{
	background: #F9F9F9;
	border: 1px #e9e9e9 double;
}

.botao{
	background: #ccc;
	border: 1px #ccc double;
	color: #990000;
	font-size: 12px;
	font-family:Verdana;
	font-weight: bold;
	padding:5px 10px 5px 10px
}



/* 
---------------------------------------
TIPO (COMERCIAL OU RESIDENCIAL)
---------------------------------------
*/



.tipoc {
	font-size:16px; 
	font-weight:bold;
	color:#cc0000;
}


.tipor {
	font-size:16px; 
	font-weight:bold;
	color:#999;
}


/* 
---------------------------------------
DETALHES
---------------------------------------
*/



.detalhes {
	background: #efefef;
	width:98%;
	height:auto;
	padding:10px 10px 10px 10px;
	border-bottom:1px #ccc dotted;
	color:#000
}

.detalhes:hover {
	background: #e7e7e7; 
	cursor:pointer
}




/* 
---------------------------------------
DESTAQUES
---------------------------------------
*/



.destaques {
	width:98%;
	text-align:center;
	font-size:16px;
}

.totais {
	color:#999;	
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold
}

/* 
---------------------------------------
RODAPE
---------------------------------------
*/


#rodape {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	background: #fff url('../images/back-rodape.gif') no-repeat top;
	color:#333;
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px;
	clear:both;
	
	height:50px;
}

#rodape a:link { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:visited { font-weight: bold; color:#e4e4e4; text-decoration: none; }
#rodape a:hover { font-weight: bold; color:#ffffff; text-decoration: underline; }


/* 
---------------------------------------
ENDERECO
---------------------------------------
*/


#endereco {
    height:40px;
    color:#000;
	font-family: Verdana, Arial, Trebuchet MS;
	font-size:13px;
	padding: 15px 10px 20px 10px;
}



/* 
---------------------------------------
CREDITOS
---------------------------------------
*/


#creditos {

	margin-left:10px;
	padding-bottom:20px;
	color:#999
}


