*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    vertical-align: middle;
    font-size: 12px;
    outline: none;
    color: #999999;
    font-family: Arial, Helvetica, Sans-Serif;
    background: #none;
}
html, body
{
    height: 100%;
    width: 100%;
}

/******************************/
.botaoVoltar {
    width:37px;
    height:45px;
    background-image: url(imagens/botaoVoltar.gif);
    cursor:pointer;
    float:right;
    position:relative;
    top:40px;
    right:40px;
    }
.botaoVoltarAmpliado{
    width:37px;
    height:45px;
    background-image: url(imagens/botaoVoltar.gif);
    cursor:pointer;
    display:block;
}
.blocoAba
{
    height: 304px;
    width: 920px;
    overflow: auto;
    
    *height: 305px;
}
.blocoImovel
{
    float: left;
    height: 286px;
    width: 414px;
    margin-top: 6px;
    padding-bottom: 10px;
    overflow:hidden;
    padding-left:19px;
    padding-right:18px;
    
    *margin-top: 7px;
    *padding-bottom: 9px;

}
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
    .blocoImovel {
    padding-bottom:15px;
    }
  }
.blocoImovel h1
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border-bottom: solid 1px #777777;
    padding-bottom: 7px;
    margin-bottom: 11px;
    text-align: left;
    
    *margin-bottom: 9px;
}
.blocoImovel h2
{
    background: #333333;
    color: #ffffff;
    height: 18px;
    border-top: solid 1px #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    *margin-top:2px;
}
.blocoImovel p
{text-align: left;
}
.blocoImovel p a
{vertical-align:text-top;
}
.blocoImovel p a:hover
{text-decoration:underline;
}

.blocoImovel img
{
    height:230px;
    width:414px;
    }

.apresentacao {
    overflow:hidden;
   }
.apresentacao .imagemApresentacaoGrande {
    float:left;
    display:block;
    overflow:hidden;
    height:359px;
    }
.apresentacao .imagemApresentacaoGrande #rodape{
height:27px;
width:497px;
background:url(imagens/fundoRodapeFoto.jpg);
}
.apresentacao .imagemApresentacaoGrande #rodape p{
 color:#333333;
 font-size:11px;
 margin-left:10px;
 margin-top:6px;
 width:433px;
 float:left;
 *margin-left:5px;
 }
 .apresentacao .imagemApresentacaoGrande #rodape a{
 height:27px;
 width:44px;
 display:block;
 float:right;
 }
.apresentacao .conteudoApresentacao {
    float:left;
    display:block;
    width:423px;
    height:359px;
    text-align:right;
}

.apresentacao .conteudoApresentacao h1{
font-size:20px;
text-align:left;
margin-top:6px;
margin-left:20px;
margin-bottom:11px;
}
.apresentacao .conteudoApresentacao h2{
    color:#666666;
    font-size:15px;
    text-align:left;
    margin-left:40px;
    margin-bottom:7px;
    *margin-bottom:5px;
    
}
.apresentacao .conteudoApresentacao h1 em{
font-style:normal;
font-size:20px;
vertical-align:text-top;
color:#666666;
}
.apresentacao .conteudoApresentacao textarea {
width:403px;
height:194px;
text-align:justify;
overflow:auto;
background:none;
margin-bottom:15px;

*width:400px;

}
.apresentacao .conteudoApresentacao .link {
    height:69px;
    width:363px;
    background:url(imagens/fundoLink.gif);
    float:right;
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    padding-top:6px;
    margin-bottom:12px;
    
    }
.apresentacao .conteudoApresentacao .link p{
    font-weight:bold;
    line-height:20px;
}
.apresentacao .conteudoApresentacao .link a:hover{
    text-decoration:underline;
}
.apresentacao .conteudoApresentacao .atalho {
color:#426008;
width:403px;
float:right;
text-align:center;
border-top:solid 1px #999999;
padding-top:12px;


}
.apresentacao .conteudoApresentacao .atalho a{
margin-left:15px;
margin-right:15px;
color:#666666;
}
.apresentacao .conteudoApresentacao .atalho a:hover {
    text-decoration: underline;
   }
.apresentacao .conteudoApresentacao .thumbApresentacao{
margin-top:12px;
width:403px;
float:right;
text-align:center;

}
.apresentacao .conteudoApresentacao .thumbApresentacao .imagemApresentacaoThumb {
    margin-left:5px;
    margin-right:5px;
}

/******************************/

.modalBackground
{
    background: #ffffff; /*      opacity: 0.65;             -moz-opacity: 0.65;             filter: alpha(opacity=65);*/
}
#logo
{
    margin: 20px;
    margin-bottom: 21px;
}
.invi
{
    visibility: hidden;
    display: none;
}

/******************************//**Styling information specific to individual content pages**//* Accordion */

.accordionHeader
{
    border: 1px solid #4c4c4c;
    color: #6b6b6b;
    background-image: url(imagens/fundoHeader.gif);
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    height: 18px;
}
#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}
.accordionHeaderSelected
{
    border: 1px solid #124d22;
    color: white;
    background-image: url(imagens/fundoHeaderSelect.gif);
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    height: 18px;
}
#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}
.accordionContent
{
    background-color: #d3d3d3;
    background-repeat: no-repeat;
}

/******************************/

.aba .ajax__tab_header
{
    text-align:center;
}
.aba .ajax__tab_outer
{

}
.aba .ajax__tab_inner
{

}

.aba .ajax__tab_tab
{   /*width:120px;*/
    height: 39px;
    margin-right:4px;
    margin-left:4px;
    cursor:pointer;
    
    *padding: 0px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .aba .ajax__tab_tab {
   /* width:120px;*/
    padding:0px;
    padding-top:6px;
    }
}
.aba .ajax__tab_tab p{
    background:none;
    }
.aba .ajax__tab_hover .ajax__tab_outer
{
    background:none;
}
.aba .ajax__tab_hover .ajax__tab_inner
{
    background:none;
}
.aba .ajax__tab_hover .ajax__tab_tab
{   
    height: 39px;
    margin-right:4px;
    margin-left:4px;
    
    *padding: 0px;
    background:none;
    cursor:pointer;
}
.aba .ajax__tab_hover .ajax__tab_tab p{
    color:#333333;
    }
.aba .ajax__tab_active .ajax__tab_outer
{
    background:none;
}
.aba .ajax__tab_active .ajax__tab_inner
{
    background:none;
}
.aba .ajax__tab_active .ajax__tab_tab
{
    height: 39px;
    margin-right:4px;
    margin-left:4px;
    
    *padding: 0px;
   background:url(imagens/fundoMenuSelecionado.jpg) center center repeat-x;
   
   opacity: 0.75;
   -moz-opacity: 0.75;
   filter: alpha(opacity=75);
   
/*width:120px;*/
    
}
.aba .ajax__tab_active .ajax__tab_tab p{
   /* width:100px;*/
    }
.aba .ajax__tab_body
{
    padding-top: 20px;
}

/******************************/

.formulario {
width: 497px;
height: 359px;

position:absolute;
float:left;
margin-left:40px;
margin-top:59px;
overflow:auto;
background:url(imagens/fundoFormulario.gif);


*margin-left:-460px;
_background-attachment:fixed;
_background-repeat:no-repeat;

_margin-top:61px;

}

.formulario input{
	font-size: 12px;
	margin-bottom: 10px;
	height: 16px;
	width:220px;
	color: #000000;
	
	*margin-bottom: 8px;
	_margin-bottom: -10px;
	
        }
        
.formulario label{
            font-size:12px;
            font-weight:bold;
	        display: block;
	        float:left;
	        width: 100px;
	        color: #999999;
	        text-align:left;
	        border-bottom: 1px solid #999999;
       }
.formulario .botao{
	font-size: 12px;
	background: #999999;
	height: 20px;
	width: 60px;
	color: #000000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 185px;
	cursor:pointer;
	border: solid 1px #666666;
	
        }
*html .formulario .botao {
	margin-bottom:1px
}		
.formulario select {
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	height: 16px;
	width:220px;	
	color: #000000;
}
.formulario textarea {
	font-size: 12px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width:220px;
	height:145px;	
}
*html .formulario textarea {
	height:125px;
	margin-bottom: 0px;
}
.formulario .botao2 {
    cursor:pointer;
	font-size: 12px;
	background: #f1f1f1;
	height: 20px;
	width: 60px;
	margin-top: 5px;
/*	margin-right: 10px;*/
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: hand;
	color: #000000;
	border:solid 1px #666666;
}
.html #formulario .botao2 {
	margin-bottom:1px
}
.formulario h1 {
    text-align:left;
	font-size: 20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:102px;
	color: #666666;

}
.formulario h2 {
    text-align:left;
	font-size: 12px;
	margin-bottom:5px;
	margin-left:102px;
	color: #999999;
}
.erro 
{
    border:solid 1px #ff0000;
 }
.errodd 
{
     color :Red ;
 }
