/***************************************************************************************************************************************************/
/* BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES BARRA_BOTONES     */
/***************************************************************************************************************************************************/
input[type=button][disabled], input.button[disabled]{
    opacity: 0.3;
}

table.BarraBotones{
    margin: 0;
    padding: 0;

    border: 1px solid #DEDEDE;
    /*BORDES REDONDOS*/
    border-radius: 10px; /*General*/
    border-radius: 10px;
    -moz-border-radius: 10px; /*Mozilla*/
    -moz-border-radius: 10px;
    -ms-border-radius: 10px; /*Explorer*/
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px; /*Safari*/
    -webkit-border-radius: 10px;
    -khtml-border-radius:10px; /*Konqueror*/
    -khtml-border-radius:10px;

    text-align: center;
}

table.BarraBotones tr td{
    width: 60px;
    height: 46px;

    margin: 2px;

    border: 1px solid transparent;
    /*BORDES REDONDOS*/
    border-radius: 10px; /*General*/
    border-radius: 10px;
    -moz-border-radius: 10px; /*Mozilla*/
    -moz-border-radius: 10px;
    -ms-border-radius: 10px; /*Explorer*/
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px; /*Safari*/
    -webkit-border-radius: 10px;
    -khtml-border-radius:10px; /*Konqueror*/
    -khtml-border-radius:10px;

}

table.BarraBotones tr td.Up{

}

table.BarraBotones tr td.Up:hover{
    background-color: #DDDDDD;
    cursor: pointer;
}

table.BarraBotones tr td.Down{
    opacity: 0.5;
}

td#bGuardar{
    background-image: url(../Img/Vent/Guardar.png);
    background-position: top center;
    background-repeat: no-repeat;
}

td#bDescartar{
    background-image: url(../Img/Vent/Deshacer.png);
    background-position: top center;
    background-repeat: no-repeat;
}

td#bVerTodos{
    background-image: url(../Img/Vent/Todos.png);
    background-position: top center;
    background-repeat: no-repeat;
}

td#bSeleccionar, td#bSeleccionar2{
    background-image: url(../Img/Vent/Tips.png);
    background-position: top center;
    background-repeat: no-repeat;
}

td#bAyuda, td#bAyuda2{
    background-image: url(../Img/Vent/Help.png);
    background-position: top center;
    background-repeat: no-repeat;
}

td#bSalir, td#bSalir2{
    background-image: url(../Img/Vent/Salir.png);
    background-position: top center;
    background-repeat: no-repeat;
}

td#bCancelar{
    background-image: url(../Img/Vent/Eliminar.png);
    background-position: top center;
    background-repeat: no-repeat;
}

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

    background-image: url(../Img/Vent/Lupa18.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: top;
    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;
}

.bLupa18:hover{
    background-image: url(../Img/Vent/Lupa18Up.png);
    cursor: pointer;
}

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

    background-image: url(../Img/Vent/Refresh18.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;
}

.bRefrescar18:hover{
    background-image: url(../Img/Vent/Refresh18Up.png);
    cursor: pointer;
}

.button{
    margin: 0;
    padding: 2px;
    padding-left: 22px;

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

    font-weight: bold;

    background-color: #F9F9F9;

    border: 1px solid #000000;
}

.button:focus{
    border: 1px outset #000000;
}

.button[disabled='false']:hover{
    background-color: #D9D9D9;
    cursor: pointer;
}

.button[disabled]{
    opacity: 0.3;
}

img.Reservar{
    margin: 0;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
}