.RANGO {
    background:       yellow;
    border:           10px SOLID #555555;
}
.RANGO TABLE {
    background:       yellow;
    border:           30px SOLID #555555;
    width:            auto;
    margin:           0px;
    margin-left:      auto;
    margin-right:     auto;
}
.RANGO SELECT {
    background:       yellow;
    width:            auto;
    display:          inline;
}
.CRITERIOS_FRA {
    background:       #555555;
    text-align:       center;
    width:            400px;
    border:           20px solid sandybrown;
    margin:           20px;
    padding:          0px;
    z-index:          10;
}
.CRITERIOS_FRA TD {
    border:           0px DOTTED #555555;
    border-left:      1px DOTTED #EEEEEE;
    border-right:     1px DOTTED #EEEEEE;
}
.CRITERIOS_FRA INPUT.BTNORMAL {
    color:            BLACK;
    background:       #CCCCCC;
    width:            auto;
    border:           2px SOLID #555555;
    border-left:      2px SOLID #EEEEEE;
    border-top:       2px SOLID #EEEEEE;
    padding:          0px 3px 0px 3px;
}
.CRITERIOS_FRA input.BTESPCH {
    color:            BLACK;
    background:       #DDDDDD;
    width:            auto;
    border:           2px SOLID #555555;
    border-right:     2px SOLID #EEEEEE;
    border-bottom:    2px SOLID #EEEEEE;
    padding:          0px 3px 0px 3px;
}
