#imagemLogo{
    right: 85px;
    top: 275px;
    height: 130px;
    position: absolute;
    width: 157px;
}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:848px;
    height:791px;
    display:none;
    z-index:9999;
    padding:20px;
}

#boxes #dialog {
    width:848px; 
    height:791px;
    padding:10px;
}

#boxes #dialogcasa {
    width:848px; 
    height:791px;
    padding:10px;
}

#boxes #dialog1 {
    width:375px; 
    height:203px;
}

.close{display: block;
       margin-right: 25px;
       position: relative;
       text-align: right;
       top: 54px;
}

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    right:50%;
    bottom:200px;
    overflow:hidden;
    width:134px;
    height:54px;
    border:none;
    text-indent:-999px;
    z-index:999;
    background:url(../imagens/ui.totop_5.png) no-repeat left -50px;
}

#toTopHover {
    background:url(../imagens/ui.totop_5.png) no-repeat left 3px;
    width:134px;
    height:54px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0; 
    -moz-opacity: 0;
}

#toTop:active, #toTop:focus {
    outline:none;
}          