*{
    /* Reseteo de características */
    border:0;
    padding: 0;
    margin: 0;

    /* Características para toda la web */
    box-sizing: border-box;
    font-family: "Segoe UI", Calibri, Arial;
    color: black;
}

/* Cabecera */
.cabecera{
    height: 70px;
    width: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.logoCabecera{
    height: 70px;
    width: auto;
}

.letraCabecera{
    color:#000000;
    text-shadow: 2px 2px 2px #777777;
    text-align: right;
    padding-right: 60px;
}

/* Elementos HTML */
a{
    color:black;
    text-decoration: none;
}

a:hover{
    color:#737373;
    text-decoration: none;
}

a:active{
    color:#737373;
    text-decoration: none;
}

h1{
    margin-bottom: 2%;
}

/* Tipos generales */
.margen2pc{
    margin-bottom: 2%;
}

.margensup4pc{
    margin-top:  4%;
}

.letraRoja{
    color:red;
}

.letraVerde{
    color: green;
}

.letraBlanca{
    color:white;
}

.negrita{
    font-weight: bold;
}

.letraAviso{
    font-size: .8em;
    font-style: italic;
}

.mensajeAlerta{
    font-size: 0.9em;
    text-align: center;
}

.centrarTexto{
    text-align: center;
}

.justificarTexto{
    text-align: justify;
}

.alIzqTexto{
    text-align: left;
}

.alDechaTexto{
    text-align: right;
}

.textoDoble{
    font-size: 2em;
}

.btn-neutro{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
}

.fondoDialog{
    border-radius: 7px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 5% 4%;
    box-shadow: 0px 0px 30px 2px lightgray;
    margin-bottom: 3%;
}

.espacioElementosFormulario{
    margin-bottom: 2.3em;
    margin-top: 2.3em;
}

.etiqueta{
    font-family: sans-serif;
    color: #716b7a;
}

.procesandoGrande{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 25%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.ventanaCanjeando{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 500%;
    padding: 20% 10%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.txtVentanaCanjeando{
    color: #ffffff;
    font-size: 2em;
}

.txtProcesando{
    font-weight: bolder;
    color: #716b7a;
}

.menuPrincipal{
    background-color: rgba(77,125,255,0.2);
    min-width: 100%;
}

.activa{
    background-color: #c0c0c0;
}

.borderEspeciales{
    border-radius: 7px;
    border: 1px solid #737373;
    margin-top:1%;
    margin-bottom: 1%;
    padding: 2%;
}

.espacioDevolucion{
    margin-top:1%;
    margin-bottom: 1%;
    padding: 2%;
}

/* Index */
.cargaInicial{
    text-align: center;
    padding-top: 25%;
}

.txtCargaInicial{
    font-size: 1.1em;
    font-weight: bold;
    color:#716b7a;
}

.subrayadoInf{
    border-bottom: 2px solid #999999;
}

/*Estilos para carousel*/
.carousel{
    border-bottom: 1px #cccccc solid;
}

.carousel-caption {
    z-index: 1;
}
.carousel .item {
    background-color:#555;
    height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    max-height: 300px;
    margin: auto;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .carousel {
        margin-bottom: 5px;}
}

@media (min-width: 900px){
    .letraweb{
        font-size: 1em;
    }
}

/* Estilos del pie */
.piePagina{
    border-top: 1px #cccccc solid;
    font-size: .9em;
    margin-top: 1%;
    padding-top: 1%;
}

/* Estilo contenedor */
.altomin{
    min-height: 350px;
    min-width: 100%;
}

/* Estilos SeleccionCuenta */
#tablaSeleccionCuenta{
    margin-top: 7%;
    margin-bottom: 7%;
}

.tituloTabla{
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #b9b9b9;
    border-bottom: double 2px #777777;
    padding: 30px 0px;
}

.celdaSeleccionCuenta{
    padding: 1.5em .5em;
    border-bottom: solid 1px #777777;
}

/* Estilas operaciones */
.ventanaPuntos{
    border: 3px solid #737373;
    border-radius: 7px;
    padding: 0%;
    margin-bottom: 1%;
}

.ventanaPuntosP{
    background-color: #b9b9b9;
    padding: .8em;
    text-align: center;
    color: #737373;
    font-size: 1.6em;
}

.ventanaPuntosT{
    background-color: #716b7a;
    padding: .5em;
    text-align: center;
    color: #737373;
}

.txtCC{
    padding: 1em;
}

/* Estilos operaci�n */
.separacion2px{
    padding: 2px;
}

.lineaSuma{
    border-bottom: 1px solid #5e5e5e;
}

.bton-bonos{
    border-radius: 9px;
    border: 2px solid #5e5e5e;
    color: #5e5e5e;
    padding: .7em .2em;
    text-align: center;
    overflow: hidden;
}

.bton-bonos:active{
    border: 2px solid #000000;
    color: #000000;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0px 0px 13px #fff;
}

.listaPoliticas{
    list-style: none;
}

.henlace{
    cursor: pointer;
}

.listaOperaciones{
    overflow-y: auto;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    margin-bottom: 1%;
}

.tdOperaciones{
    border-bottom: 1px solid #999999;
    background: #737373;
}

.btnFinalizar{
    border: 2px solid #737373;
    border-radius: 9px;
    height: 50px;
    font-size: 1.1em;
}

.btnFinalizar:active{
    border: 2px solid #000000;
    color: #000000;
    background-color: #b9b9b9;
    box-shadow: 3px 3px 3px #737373 inset;
    font-size: 1em;
}

/* Estilos Estad�sticas */
.areaGrafica{
    height: 300px;
    width: 100%;
}

#listaEstadisticas, #listaPuntos{
    list-style: none;
}

.listadoEstadistico{
    font-size: 1.2em;
}

.listadoEstadistico:hover{
    color: #afafaf;
}

.listadoEstadistico:active{
    color: #444444;
    text-shadow: 1px 1px 1px #5f5f5f;
}

.listadoEstadistico:visited{
    text-decoration: none;
}

/* Estilos Ticket */
.letraTab{
    font-size: 1.2em;
    font-weight: bold;
}

.btnCalculadora{
    height: 100%;
    min-height: 60px;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #737373;
    padding-top: 2%;
    font-size: 1.5em;
    font-weight: bold;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btnAltoDoble{
    min-height: 120px;
    min-width: 100%;
    padding-top: 23%;
}

.btnCalculadora:active{
    background: #b9b9b9;
    box-shadow: 2px 2px 2px #555 inset;
}

.btn-borrar{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.totalTicket{
    border: 2px solid #737373;
    padding: 1% 7%;
    font-size: 2em;
    border-radius: 7px;
    margin-bottom: 1%;
}

/* formatos tabla productos */
.cabeceraTabla{
    font-size: 1.1em;
    font-weight: bold;
}

#tablaListadoProductos th{
    color:white;
}

#tablaListadoProductos td{
    font-size: 1em;
    height: 55px;
}

#tablaListadoProductos tbody tr:nth-child(odd) {
    background-color:#f2f2f2;
}

#tablaListadoProductos tbody tr:nth-child(even) {
    background-color:#fbfbfb;
}

.paddingBtn{
    padding: 15px 5px;
}

/* __________________________________________ */
/* __________________________________________ */
.contenedorTablaLineas{
    height: 270px;
    max-height: 270px;
    overflow: auto;
}

.tablaCompra{
    display: table;
}

.cabeceraCompra{
    display: table-caption;
}

.filaCompra{
    display: table-row;
}

.celdaCompra{
    display: table-cell;
    min-height: 35px;
}

.paddingCelda{
    padding: 10px;
}

/* Estilos botonera */
.visorBotonera{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    min-height: 200%;
}

.contenedorBotonera{
    background-color: white;
    top: 55px;
    padding: 2%;
}

/* Estilos de datos de venta a mostrar en operaciones */
.bordeSuperior{
    border-top: 1px solid #000;
}

.espacioFilasMostrar{
    padding-top:13px;
    padding-bottom:13px;
}

.espacioFilasMostrarTotal{
    padding-top: 13px;
    padding-bottom:20px;
}
.borderInferior{
    border-bottom: 1px solid #000;
}

.paddingXZ{
    padding: 0.5em 1em;
}

.borderXZ{
    border:1px solid #9d9d9d;
}

.cabeceraXZ{
    border:1px solid #8c8c8c;
    background-color: #9d9d9d;
}

#tablaXZ{
    width: 100%;
}

#tablaXZ tr:nth-child(odd) {background-color: #afafaf;}

#tablaXZ tr:nth-child(even) {background-color: #ffffff;}

/*** Estilos del autocompletado ***/

.divAC{
    position: absolute;
    margin-top: 40px;
    z-index: 1000;
    width: 100%;
    border-radius: 0px 9px 9px 0px;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    background-color: #f7f7f7;
    margin-left: 2%;
    width: 81.3%;
    max-height: 200px;
    overflow: auto;
}

.listaAC{
    list-style: none;
    margin-top: 1%;
}

.itemListaAC{
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    padding: 6px;
}

.colorBtnGris{
    background-color: #b9b9b9;
}

.colorBtnGris:active{
    background-color: #9d9d9d;
    box-shadow: 2px 2px 2px #999999 inset;
}

/**** Estilos del teclado completo ****/
.ventanaTecladoCompleto{
    position: absolute;
    top:45%;
    left: 5%;
    width: auto;
    text-align: center;
}

#containerTeclado {
    margin: 100px auto;
    background-color: rgba(0, 0, 0, 0.7);
    width: 698px;
    padding: 10px;
    float: right;
}

#textoTecladoVirtual {
    margin: 0 0 15px;
    padding: 5px;
    width: 580px;
    height: 40px;
    font: 1em/1.5 Verdana, Sans-Serif;
    background: #e1e1e1;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.7);
}
#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.capslock, .tab, .left-shift {
    clear: left;
}
#keyboard .tab, #keyboard .delete {
    width: 70px;
}
#keyboard .capslock {
    width: 80px;
}
#keyboard .return {
    width: 75px;
}
#keyboard .left-shift {
    width: 95px;
}
#keyboard .right-shift {
    width: 105px;
}
.lastitem {
    margin-right: 0;
}
.uppercase {
    text-transform: uppercase;
}
#keyboard .space {
    clear: left;
    width: 655px;
}
#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}

/*** estilos del apartado de rectificativa ***/
.tablaDev{
    display: table;
}

.tablaDevCol{
    display: table-column;
}

.tablaDevTitCel{
    display: table-cell;
}

.tablaDevRow{
    display: table-row;
    height: 52px;
    min-height: 52px;
    vertical-align: middle;
}

.tablaDevCel{
    display: table-cell;
    padding-top: 14px;
}

.tablaDevCelSinPad{
    display: table-cell;
    padding-top: 0px;
}

.subrayadoTablaDev{
    border-bottom:1px dashed #000000;
}

.TitTabla{
    font-weight: bold;
    border-bottom: 3px solid #737373;
}

.imgDev{
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.separacionDev{
    border-bottom: double 4px #737373;
}

.ventanaDevolucionManual{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 200%;
    padding: 3% 10%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.teclado{
    box-sizing: border-box;
    background-color: #555555;
    padding-top: 15px;
    padding-bottom: 15px;
}

.filaTeclas{
    width: 100%;
    position: relative;
    float: left;
}

.tecla{
    position: relative;
    float: left;
    height: 50px;
    background: #f2f6f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border:1px solid #c7ddef;
    border-radius: 7px;
    width: 6.66%;
    line-height: 50px;
    font-weight: bold;
}

.tecla:active{
    background: #d2ebf7; /* Old browsers */
    background: -moz-linear-gradient(top, #d2ebf7 0%, #b9d4e5 50%, #9abbce 51%, #bee0f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d2ebf7 0%,#b9d4e5 50%,#9abbce 51%,#bee0f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d2ebf7 0%,#b9d4e5 50%,#9abbce 51%,#bee0f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #1b6d85;
    box-shadow: 2px 2px 2px #777777 inset;
}

.tecla:hover{
    background: #d2ebf7; /* Old browsers */
    background: -moz-linear-gradient(top, #d2ebf7 0%, #b9d4e5 50%, #9abbce 51%, #bee0f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d2ebf7 0%,#b9d4e5 50%,#9abbce 51%,#bee0f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d2ebf7 0%,#b9d4e5 50%,#9abbce 51%,#bee0f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #1b6d85;
    box-shadow: 2px 2px 2px #777777 inset;
}

.teclaDoble{
    width: 13.32%;
}

.teclaDobleMedio{
    width: 16.65%;
}

.teclaEspacio{
    width: 100%;
}

.TenerFoco{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}