*{
    /* Reseteo de características */
    border:0;
    padding: 0;
    margin: 0;

    /* Características para toda la web */
    box-sizing: border-box;
    font-family: "Segoe UI", "Segoe UI Light", Calibri, Arial;
    color: black;
}

/* Estilos de la cabecera */
/*---------------------------------------------*/
.cabeceraV2{
    height: 70px;
    width: 100%;
    background: #ffffff;
}

.letraCabeceraV2{
    color:#000000;
    text-align: right;
    padding-right: 60px;
}

.logoCabecera{
    height: 70px;
    width: auto;
}
/*---------------------------------------------*/



/* Estilos generales */
/*---------------------------------------------*/
/* --- Contenedores --- */
.fondoDialogV2{
    border: black 2px solid;
    padding: 5% 4%;
    margin-bottom: 3%;
}

.menuPrincipalV2{
    background-color: rgba(77,125,255,0.2);
    border-radius: 0px;
    border:0px;
    min-width: 100%;
}

/* ---Elementos de formulario --- */
.inputV2{
    border: #3c3c3c solid 1px;
    padding: .6em;
    width: 100%;
    text-align: left;
}

.inputV2:focus{
    border: black solid 2px;
    padding: .6em;
    width: 100%;
    text-align: left;
}

.inputV2:disabled{
    background-color: #f1f1f1;
}

.btnV2{
    padding: .8em;
    width: 100%;
    text-align: center;
    font-size: 1.2em;

}

.btnV2:active{
    box-shadow: 2px 2px 2px #777777 inset;
}

/*---------------------------------------------*/

/* Estilos ticket */
/*---------------------------------------------*/
.totalTicketV2{
    border: 2px solid #737373;
    padding: 1% 7%;
    font-size: 2em;
    margin-bottom: 1%;
}

.borderEspeciales2{
    border: 1px solid #737373;
    margin-top:1%;
    margin-bottom: 1%;
    padding: 2%;
}

.btnCalculadora2{
    height: 100%;
    min-height: 60px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #cccccc;
    padding-top: 2%;
    font-size: 1.5em;
    font-weight: bold;
    background: #eeeeee;
}

.btnCalculadora2:active {
    box-shadow: 2px 2px 3px #7f7f7f inset;
}
/*---------------------------------------------*/

/* Estilos rectificativa */
/*---------------------------------------------*/
.ventanaDevolucionManual2{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    padding: 2% 10%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.fondoDialog2{
    background: #ffffff;
    padding: 3% 2%;
    margin-bottom: 2%;
    border: 1px solid #000000;
}

.tecla2{
    position: relative;
    float: left;
    height: 50px;
    background: #ffffff;
    border:1px solid #b9b9b9;
    width: 6.66%;
    line-height: 50px;
    font-weight: bold;
}

.tecla2:active{
    background: #ffffff;
    border:1px solid #b9b9b9;
    box-shadow: 2px 2px 2px #777777 inset;
}

.teclaDoble{
    width: 13.32%;
}

.teclaDobleMedio{
    width: 16.65%;
}

.teclaEspacio{
    width: 100%;
}
/*---------------------------------------------*/

/* Estilos operaciones */
/*---------------------------------------------*/
.ventanaPuntos2{
    border: 3px solid #000000;
    padding: 0%;
    margin-bottom: 1%;
}

.ventanaPuntosP2{
    background-color: #f9f9f9;
    padding: .8em;
    text-align: center;
    color: #737373;
    font-size: 1.6em;
}

.ventanaPuntosT2{
    background-color: #e9e9e9;
    padding: .5em;
    text-align: center;
    color: #737373;
}

.totalTicket2{
    border: 2px solid #737373;
    padding: 1% 7%;
    font-size: 2em;
    margin-bottom: 1%;
}

.btn-neutro2{
    padding: .4em;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    height: 45px;
    width: 50px;
    max-height: 45px;
    max-width: 50px;
    margin-bottom: 3px;
}

.btn-neutro2:active{
    box-shadow: 2px 2px 2px #979797 inset;
}

/*---------------------------------------------*/

/* Estilos procesando V2 */
.procesandoV2{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 180%;
    min-height: 200%;
    padding-top: 30%;
    background-color: #5f5f5f;
    font-size: 2em;
    color: #fff;
}

.letraBlanca{
    color: #ffffff;
}

.cargandoYError{
    min-height: 170px;
    padding-top: 50px;
}

/*---------------------------------------------*/