/* Top Elements */
* { margin: 0; padding: 0;}

body {
	/*background: #fff;*/
	background:url(../images/bg_new.jpg);
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

#alou{
position: relative;
}

#alou_son{
    background: url("../images/STEMPELDEF_P.gif") no-repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 77px;
    position: absolute;
    right: 7px;
    top: 40px;
    width: 90px;
}

/* links */
a, a:visited {	
	color: #326ea1; 
	
	text-decoration: none;		
}
a:hover {
}

/* topos */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #6dbbfb;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 3px 3px 3px 25px;  
  	background: #6dbbfb;
	border-left: 4px solid #4e8893;	
	color: #fff;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 10px;
	background: #DEFFAF;
	width:93%;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	margin-left: 2px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.botao { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 8px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 10px 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox, .searchform select.textbox { 
	width: 170px;
	color: #777; 
	padding: 4px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 80px;
	height: 24px;
	padding: 0px 5px;
	margin-top:3px;
	vertical-align: top;
	border:2px outset #557239;
	background:#6db31c;
	font:bold 1.0em Geneva, Verdana, sans-serif;
	color:#fff;
	float:right;
	margin-right: 70px;
}

.searchform input.button:hover{
	cursor:pointer;
	/*border:2px inset #660066;*/
	background:#6dbbfb;
}


/********************************************
   LAYOUT
********************************************/ 
#geral {
	position: relative;
	width: 980px;	
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding:0;
	overflow:hidden;
	
}
#content-geral {
	float: left;
	width: 980px;	
	display: inline;
	padding: 0; 	
	/*background:url(../images/bg2.gif);*/
	margin-top:-2px;
	background:#fff;
}
#topo {
	position: relative;
	background-color: #fff;
	width:980px;	
	padding: 0;	
	color: #fff;
}

/* topo-photo */
#topo-photo {
	/*margin: 0px auto;
	margin-bottom:0px !important;
	padding-bottom:8px;*/
	width:980px;
	height:446px;
	background:url(../images/header_new.jpg) no-repeat center;
}
#topo-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	display:block;
	width:327px;
	height:80px;
	/*margin-top:15px;*/
	margin-left:35px;
	text-indent:-9999px;
	overflow:hidden;
	/*background:red;*/
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 5px;	
}

#topo-photo h1#logo-text a:hover{
	border:none !important;
	text-decoration:none;
}

#topo-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1.9em Trebuchet MS, Arial, Sans-serif;
	text-transform: none;
	color: white;
	top: 150px; left: 125px;		
}

/* Navigation */
#nav {
	/*clear: both;	
	padding: 0;	
	margin-top:-10px;*/
}
#Menu {
	/*float: left;*/
	list-style: none;
	background:#fff;
	padding: 0;	
	height: 25px;
	display: inline;
	width: 980px;
	/*border-top:1px dashed #4e8893;
	border-bottom:1px dashed #4e8893;*/
	border: 2px dashed #6DBBFB;
	border-left: 0;
	border-right: 0;
	position:absolute;
	margin: 39px 0 0 0;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 4px 11.9px 0 11.9px;
	border-bottom: none;
	color: #6dbbfb;
	font:bold 1.4em Geneva, Verdana, sans-serif;
	text-decoration:none;	
	/*letter-spacing: 1px;*/
	text-transform:uppercase;
}


#nav ul li a:hover, 
#nav ul li a:active {
	color: #4e8893;
	background:#d1eaff;
}

#nav ul li a:visited {	
	/*color: #fff !important; */
	/*border-bottom:1px dotted 1px !important;*/
}

/*Fim do menu*/


/* SUBHEADER */

#subHeader{
	width:920px;
	height:446px;
	background:url(../images/header_new.jpg) no-repeat center;
	margin-left:5px;
	margin-top:48px;
	border-bottom:1px solid #3398CC;
}

#destaque{
	position:absolute;
	/*background:#1E3D4F;*/
	width:550px;
	height:215px;
	margin-top:18px;
}

#destaque div{
	position:absolute;
	width:382px;
	height:180px;
	margin-left:50px;
	top:0px;
	color:white;
	font:1.2em Trebuchet MS, Arial, Verdana, Sans-Serif;
}

#destaque div img{
	border:none !important;
}

#destaque div ul{
	/*position:absolute;
	top:38px !important;
	left:255px;
	width:235px;
	height:165px;*/
	margin-left:-10px;
}	

#destaque div ul li{
	list-style-image:url(../images/arrow_right.gif);
	list-style-position:inside;
	font:bold 0.8em Trebuchet MS, Arial, Verdana, Sans-Serif;
	border-bottom:1px solid #62B1D8;
}

#destaque div ul li a{
	color:white;
}

#destaque h3{
	color:#A3E2FF
}

#subheader2{
	height:150px;
	width:948px;
	margin-left:5px;
	margin-top:1px;
	background:#000;
	border:1px solid #AFB0A2;
	border-top:1px solid #014886;
	background:#000 url(../images/ultimos.jpg) no-repeat;
}

#subheader2 ul{
	position:relative;
	width:908px;
	margin-left:38px;
}

#subheader2 ul li{
	display:inline;
	margin-left:5px;
}

#subheader2 ul li a{
	cursor:pointer;
}

#subheader2 ul li a:hover{
	border:0;
}

/* Fim SUBHEADER */


/* Main Column */

#main{
	background:#fff;
}
.fichaImovel{
	margin-left:10px;
}

.three-col #main {
	margin: 3px 190px 0 200px;
	width:490px;
}
.two-col #main {
	margin: 3px 5px 0 200px;
	width:725px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: bold 1.8em Trebuchet MS, Arial, Verdana, Sans-Serif;
	color: #6db31c;
	padding: 15px 0 2px 0px; 		
	/*border-bottom: 1px solid #557239;*/
	background:url(../images/h1.jpg) no-repeat bottom right;
	
}

.three-col #main h1 {
	background:url(../images/h1.jpg) no-repeat bottom right;
	border:0;
width: 470px;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 190px;	
	margin-top: 10px;
	background:#fff;
	border-right:1px solid #4e8893;
	border-bottom:1px solid #4e8893;
}	

/* right column */
#rightcolumn {
	float: right;
	width: 235px;
	margin-top: 10px;
	margin-right:2px;
	height:100%;
	/*border-left:1px solid #4e8893;
	border-bottom:1px solid #4e8893;*/
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0px 5px;
	padding: 5px 5px; 
	font: 1.6em Trebuchet MS, Tahoma, Sans-serif;
	color: #6dbbfb; 	
	border-bottom:red;	
	/*	background:url(../images/h1.jpg) no-repeat bottom right;*/
}

#rightcolumn ul{
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	/*border-top: 1px solid #4e8893;*/
	text-decoration: none;	
}

#rightcolumn ul li{
	text-align: left;
	text-decoration: none;	
	width:210px;

}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	/*border-top: 1px solid #4e8893;*/
	text-decoration: none;	
	/*background:url(../images/rightpanel_bg.jpg) no-repeat;*/
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-top: 1px solid #4e8893;
}

#rightcolumn ul.sidemenu li {
	border:0;
}

ul.submenu li {
	list-style: none;
	padding: 4px 0 4px 4px;
	margin: 0 0px;		
	border-top: 1px solid #4e8893;
	border-left: 8px solid #4e8893;
	background:#557239;
}


ul.sidemenu li img{
	background: none !important;
   	border: none !important;
	padding: 0px !important;
	margin-left:-5px;
        width: 100%;
}

* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #444; 
	border: none;		
}

ul.submenu li a {
	text-decoration: none;	
	color: white; 
	border: none;		
}

ul.sidemenu li a:hover {
	color: #383d44;
	border: none;
}

ul.submenu li a:visited{
	color: white !important;
}

/* footer-geral */
#footer-geral {
	clear: both;
	position:relative;
	width: 980px;
	font-size: 95%;
	/*padding: 5px 0;*/
	text-align: left;	
	margin:0 auto;
}
#footer-geral a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#footer-geral span{
	margin-left:15px;
}
	
#footer-geral a:hover {
	color: #DEFFAF;
	border-bottom: 0px;
}
#footer-geral p {
/*	padding: 10px 0;*/
}
#footer-geral h2 {
	color: #666;
	margin: 0;
}

/* footer */
#footer {
	clear: both;
	color: white;	
	margin: 0 auto; 
	width: 980px;
	padding: 5px 0;
	text-align: left;
	border-top: 1px solid #4e8893;	
	background:#4e8893;
}

#footer ul{
	float:right;
	margin-right:8px;
	margin-top: 0px;
}

#footer ul li{
	display:inline;
	margin-right:18px;
}

#footer img{
	border:0px solid transparent;
	padding:0px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.erro{
	background:#FFDFDF;
	border:1px solid red;
}


#portfolio div{
	width: 96%;
	background:url(../images/bgp.jpg) repeat-x;
	background-position:bottom;
	padding:5px;
	margin-left:10px;
	margin-bottom:4px;
	border:1px solid #CDEDFD;
}

#portfolio img{
	float:left;
	margin-left: 10px;
	
}

#portfolio div p{
	float:left;
	margin-left: 5px;
	width: 440px;
	color: #065397;
}

#portfolio h3{
	font: bold 1.2em Verdana, Arial, Sans-Serif;
	color:#065397;
	margin-left: 155px !important;
	margin-bottom:-10px;
}


.next, .prev{
	cursor:pointer;
}

#bts{
	margin:12px 25px 0 25px;
}

#bts img{
	float:left; 
	margin-right:5px;	
}

.semFundo{
	background:none !important;
	border:0 !important;
	list-style:none !important;
}

.semFundo li{
	background:none;
	padding:0;
	list-style:none !important;
	text-align:center;
	margin-left:0px !important;
}

.sem_margem{
	margin-right:0 !important;
}

#capa{
	float:right;
	width:150px;
	margin-right:5px;
	margin-top:-10px;
	border:5px solid #327377;
}

#ficha{
	/*float:left;*/
	margin-bottom:10px;
	width:710px;
padding: 10px;
position: relative;
border: none !important; 
}

#fiel{
    background: url("../images/STEMPELDEF_M.gif") no-repeat scroll 0 0 #fff;
    display: block;
    height: 139px;
    position: absolute;
    right: 40px;
    top: 0;
    width: 170px;
    cursor: pointer;
}

#fotosImovel{
	float:left;
	width:700px;
}

#fotosImovel ul{
	width:600px;
	padding:0;
	margin:0;
}

#fotosImovel ul li{
	list-style:none;
	float:left;
	width:165px;
	margin-left:30px;
	margin-top:8px;
}

#fotosImovel ul li img{
	border:5px solid #fff;
}

.fichaImovel{
	background-color:#a9c4c6;
	padding:5px;
	padding-bottom:15px;
	color:#333;
	width:700px;
}

.fichaImovel h4{
	background:#4e8893;
	font:bold 1.4em Georgia, Times new Roman, Serif;
	color:#fff;
	padding:8px;
}

.fichaImovel table tr td{
	border:0;
}

#formFicha{
	float:left;
	width:100%;
}

.logoEmp{
	margin-right:20px;
	margin-top:5px;
}

.dadosEmp{
	float:left;
	margin-left:8px;
}

.linkMaior{
	font-size:1.3em;
}

#result_busca{
	list-style:none;
	width:708px;
	margin-left:-5px;
}

#result_busca li{
	float:left;
	margin-right:8px;
	margin-bottom:15px;
	padding:5px;
	padding-top:8px;
	width:334px;
	height:115px;
	/*text-align:center;*/
	border:1px solid #6db31c;
	background:#d7ffa7;
}

#result_busca div a img{ 
	float:left;
	overflow:hidden;
	max-width:150px;
	height:113px;
}	

#result_busca li div div{
	float:left;
	margin-left:5px;
	width:175px;
}

#result_busca li:hover{
	border:1px dotted #91A506;
}

#result_busca li a:hover{
	border:0;
}	

#result_busca li div{
	height:80%;
}

.especiais li{
	width: 155px !important;
	height: 165px !important;
	border: 1px dashed #6DBBFB !important;
	background: #fff !important;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: 5px !important;
	margin-top:-10px;
}

.especiais li img{
	height: 80px !important;
	width: 120px !important;
	margin-left: 15px !important;
}

.especiais li div div{
	width: 120px !important;
	height:80px !important;
	margin-top: 4px;
	overflow: auto;
	line-height: 12px;
	margin-left: 14px !important;
}

.especiais h3{
	padding: 2px;
	font-size: 12px;
	margin-left: 12px;
	width: 120px !important;
	height: 38px;
}

.especiais h3 a{
	color: #b60800;
}

.fichaImovel form{ background: #E0EEEF; }
.review{ background:#E0EEEF; margin: 3px; padding: 5px; }

#cadastra_news{ width: 187px; padding: 6px; border: 1px solid #8DDF8B; color: #4E8893; background: #DEFFAF url(../images/nieuwsbrief.jpg) 112px -2px no-repeat; float:right; margin-right: 18px; margin-bottom: 10px;  }
#cadastra_news form{ background:transparent; }

.linkBlog{
}
.linkBlog a{
	color:#ea452e !important;
}
.linkBlog:hover{
	background:transparent !important;
}
.coluna1, .coluna2, .coluna3, .coluna4, .coluna5{
	width: 20%;
	float:left;
	background: #8FB8BF;
}

#sitemap{
 	background: none repeat scroll 0 0 #8FB8BF;
 	float:left;
 	width: 100%;
}

#sitemap h3{
	color: #fff;
}
#sitemap ul {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
}

#texto{
background-color:#333;	
}

#reserva{
width:444px;
}

#comentario{
width:262px;	
}

.centralizar {
margin-left:12px;
}
.siga_twitter{
	margin: 17px 0 -14px 93px;
}
.btn_site{
	background: url(../images/ganaarwebsite.png) no-repeat;
	width: 85px;
	margin: 10px 0 10px 0;	
}
iframe{
	float: right;
	margin-bottom: 5px;
}
