.MENU {
}
.MODULOMENU {
    width:              100%;
    color:              white;
    border-collapse:    collapse;
    padding:            0px;
    margin:             0px;
    border:             none;
    font-size:          small;
    font-weight:        bold;
    text-align:         right;
}
.BOTONMENU {
    margin:             3px;
    cursor:             pointer;
}
.BOTONMENU A {
    background:         #a9b9e7;
    color:              black;
    border:             2px solid #c3d3fe;
    border-right:       2px solid #3c518a;
    border-bottom:      2px solid #3c518a;
    padding:            2px;
    display:            block;
    font-size:          small;
    text-align:         right;
    font-weight:        normal;
    text-decoration:    none;
    cursor:             pointer;
}
