@CHARSET "UTF-8";

body{
    background: none;
}
div#topo{
    width: 100%;
    height: 127px;
    margin-top: 30px;
}
div#topo div#logo{
    background: none;
    text-indent: 0;
    position: relative;
    float: left;
    left: 37px;
}
div#topo div#title{
    font-size: 33px;
    float: right;
    margin-top: 37px;
    text-align: center;
    line-height: 23px;
    width: 381px;
}
div#topo div#title span{
    font-size: 14px;
}
div#dadosBase{
    width: 100%;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-indent: 34px;
    background-color: #efefef;
}
div.textArea{
    width: 100%;
    margin-top: 17px;
}
div.textArea p{
    font-weight: bold;
    width: 100%;
    margin-bottom: 2px;
}
div#descriimo{
    height: 197px;
    overflow: hidden;
}
div#bottom{
    width: 100%;
    background-color: #f3f8e1;
    border: solid 1px #dde9b9;
    height: 220px;
    margin-top: 35px;
}
div#bottom div#anotacoes{
    float: left;
    width: 347px;
    height: 173px;
    margin: 16px 0 0 16px;
    background-color: #fff;
    border: solid 1px #cccccc;
    padding: 7px;
}
div#bottom div#imobiliaria{
    float: left;
    width: 284px;
    height: 173px;
    margin: 16px 0 0 16px;
    background-color: #fff;
    border: solid 1px #dde9b9;
    padding: 7px;
}
div#bottom div#imobiliaria img{
    margin-left: 88px;
    margin-bottom: 7px;
}
div#rodape{
    width: 100%;
    background-color: #94c400;
    border: solid 1px #94c400;
    height: 34px;
    margin-top: 2px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}
div#dados b span.msg{
    font-size: 15px;
    color: orange;
    letter-spacing: 0px;
}
