#topo {
    background:url('../images/topobkg.png');
    width:1000px;
    margin:0 auto;
    height:272px;
    display:block;
    box-shadow: 1px 1px 11px #bbb;
}
#menutopo{
    float:right;
    background: url('../images/menutopbkg.png');
    width: 600px;
    padding-left:70px;
    height:72px;
    display:block;
}
#logotopo{
    float:left;
}
.menu{
    display:block;
    padding:27px 12px;
    float:left;
    font-size:16px;
}
.menu a{
    color:#000;
    
}
.menu a:hover{
    color:#FFF !important;
}
.separador{
    width:2px;
    height:70px;
    float:left;
    background:url('../images/separador.png');
    display:block;
}
#corretor{
    float:right;
    margin-top:40px;
}
#infostopo{
    margin:35px 0px 0 90px;
}
#warning{
    width:1000px;
    
    display:block;
    margin-top:10px;
    font-weight:bold;
    color:#000;
}