.divbuttonButton {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    /*
        color: yellow;
    */
    height: 30px;
}

.divbuttonCustom {
    display: inline-block;
    vertical-align: middle;
}

.divbutton1, .divbutton2, .divbutton3, .divbutton-focus1, .divbutton-focus2, .divbutton-focus3, .divbutton-disable1, .divbutton-disable2, .divbutton-disable3, .divbutton-click1, .divbutton-click2, .divbutton-click3 {
    background-image: url("../imagenes/forms/button.png");
    float: left;
    height: 30px;
}

.divbutton1, .divbutton3, .divbutton-focus1, .divbutton-focus3, .divbutton-disable1, .divbutton-disable3, .divbutton-click1, .divbutton-click3 {
    width: 15px;
    background-repeat: no-repeat;
}

.divbutton1 {
    background-position: left top;
}

.divbutton3 {
    background-position: right -60px;
}

.divbutton2 {
    background-repeat: repeat-x;
    background-position: left -30px;
}

.divbutton-focus1 {
    background-position: left -90px;
}

.divbutton-focus3 {
    background-position: right -150px;
}

.divbutton-focus2 {
    background-repeat: repeat-x;
    background-position: left -120px;
}

.divbutton-disable1 {
    background-position: left -270px;
}

.divbutton-disable3 {
    background-position: right -330px;
}

.divbutton-disable2 {
    background-repeat: repeat-x;
    background-position: left -300px;
}

.divbutton-click1 {
    background-position: left -180px;
}

.divbutton-click3 {
    background-position: right -240px;
}

.divbutton-click2 {
    background-repeat: repeat-x;
    background-position: left -210px;
}

