.select {
    border-width: 0px;
    border-style: inset;
    color: ButtonFace;
    width: 100%;
    font: icon;
    cursor: default;
}
.selected {
    border-width: 0px;
    border-style: inset;
    color: ButtonFace;
    background: window;
    padding: 0px;
    font: icon;
}
.selectTable {
    height: 100%;
    width: 100%;
    border-width: 2px;
    border-style: inset;
    color: ButtonHighlight;
    background: ButtonFace;
}
.option {
    font: icon;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
}
.dropDown {
    position: absolute;
    visibility: hidden;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    color: WindowText;
    padding: 0px;
    background: window;
    color: windowtext;
}
.select .button	{
    width: 16px;
    font-family: webdings;
    padding: 0px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-style: outset;
    border-color: ButtonHighLight;
    color: ButtonText;
    background-color: Scrollbar;
}
.boton {
    width: 16px;
    height: 5px;
    margin: 1px;
    text-align: center;
    vertical-align: middle;
    font-family: webdings;
    border: 2px outset ButtonHighLight;
    background-color: Scrollbar;
}

