.button, .button span, .buttonLabel {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button, .buttonLabel {
    white-space: nowrap;
    line-height:1em;
    position:relative;
    outline: none;
    overflow: visible;
    cursor: pointer;
    border: 1px solid #999;
    border: rgba(0, 0, 0, .2) 1px solid;
    border-bottom:rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: -moz-linear-gradient(
        center top,
        rgba(255, 255, 255, .1) 0%,
        rgba(0, 0, 0, .1) 100%
        );
    background: -webkit-gradient(
        linear,
        center bottom,
        center top,
        from(rgba(0, 0, 0, .1)),
        to(rgba(255, 255, 255, .1))
        );
    -moz-user-select: none;
    -webkit-user-select:none;
    -khtml-user-select: none;
    user-select: none;
    margin-bottom:10px;
}
.button.full, .button.full span {
    display: block;
}
.button:hover, .button.hover {
    background: -moz-linear-gradient(
        center top,
        rgba(255, 255, 255, .2) 0%,
        rgba(255, 255, 255, .1) 100%
        );
    background: -webkit-gradient(
        linear,
        center bottom,
        center top,
        from(rgba(255, 255, 255, .1)),
        to(rgba(255, 255, 255, .2))
        );
}
.button:active, .button.active {
    top:1px;
}
.button span {
    position: relative;
    color:#fff;
    text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
    border-top: rgba(255, 255, 255, .2) 1px solid;
/*    padding:0.6em 1.3em;*/
    line-height:1em;
    text-align:center;
    white-space: nowrap;
    width: 100%;
}

.button.rojo {
    background-color: #e62727;
}
.button.naranja {
    background-color: #ff5c00;
}
.button.naranjaNew {
    background-color: #e1572d;
}

.button.azul {
    background-color: #1055a2;
}

.button.azul2 {
    background-color: #eb9eef;
}

.button.azulNew {
    background-color: #0074ad;
}

a.button{
    color: transparent;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    border:none;
}

a.button:hover{
    opacity: 0.5;
}

.bAplicar{
    margin: 0;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    width: 18px;
    height: 18px;

    background-image: url(../Img/Vent/Tips18.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;

    /*BORDES REDONDOS*/
    border-radius: 4px; /*General*/
    -moz-border-radius: 4px; /*Mozilla*/
    -ms-border-radius: 4px; /*Explorer*/
    -webkit-border-radius: 4px;
    -khtml-border-radius:4px;
}

.bAdministrar{
    margin: 0;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    width: 18px;
    height: 18px;

    background-image: url(../Img/Vent/edit18.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;

    /*BORDES REDONDOS*/
    border-radius: 4px; /*General*/
    -moz-border-radius: 4px; /*Mozilla*/
    -ms-border-radius: 4px; /*Explorer*/
    -webkit-border-radius: 4px;
    -khtml-border-radius:4px;
}
.bRechazado{
    margin: 0;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    width: 18px;
    height: 18px;

    background-image: url(../Img/Vent/reject.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;

    /*BORDES REDONDOS*/
    border-radius: 4px; /*General*/
    -moz-border-radius: 4px; /*Mozilla*/
    -ms-border-radius: 4px; /*Explorer*/
    -webkit-border-radius: 4px;
    -khtml-border-radius:4px;
}


div.botonesAzul{
    height: 65px;
    overflow: hidden;

    background-color: #1055a2;
    background-position: bottom left;
    background-repeat: repeat-x;

    border: 1px solid #1A202C;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;

    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;

    margin: 7px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 34px;
}
div.botonesAzul .botonesazulGuardar{
    
    background-image: url(../Img/Vent/Guardar.png);    
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
    padding-top: 30px;
    width: 70px;
    background-color: transparent;
    border: 1px solid transparent;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
}

///////

.bDempa{
    margin: 0;
    padding-top: 50px;
    width: 150px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #545454;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
    background-image: url(../Img/GDD2/GDD_datos.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.bVerCon{
    margin: 0;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    background-image: url(../Img/GDD2/x.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 18px;
    border: none;

    /*BORDES REDONDOS*/
    border-radius: 4px; /*General*/
    -moz-border-radius: 4px; /*Mozilla*/
    -ms-border-radius: 4px; /*Explorer*/
    -webkit-border-radius: 4px;
    -khtml-border-radius:4px;
}
