@font-face{
    font-family: 'corbelLite';
    src: url('../fuente/corbel.ttf') format('truetype');
}

@font-face{
    font-family: 'corbelBold';
    src: url('../fuente/corbelb.ttf') format('truetype');
}

*{
    margin: 0;
    padding: 0;
}

html, body{
    font-family: 'corbelLite';
    /*background-image: url('../imagenes/fondo.jpg');*/
    width: 100%;
    height: 100%;
}

.resultadoXS, .resultado{
    background-color: white;
    width: 98%;
    height: auto;
    margin-top: 15px;
}

.resultadoXS{
    display: none;
}

input.login, password.login {
    background: rgba(28,28,28,1);
    background: -moz-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,28,28,1)), color-stop(0%, rgba(26,26,26,1)), color-stop(22%, rgba(71,71,71,1)), color-stop(100%, rgba(71,71,71,1)));
    background: -webkit-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: -o-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: linear-gradient(to bottom, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#474747', GradientType=0 );
    color: white;
    border: 1px solid black;
    padding: 5px;
    width: 20%;
    margin-bottom: 5px;
}

input.cajaTexto{
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(24%, rgba(204,204,204,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
    width: 40%;
}

input[type="date"]{
    font-family: 'corbelLite';
    color: gray;
}

button.boton{
    background: rgb(176,154,81);
    color: white;
    font-family: 'corbelBold';
    border-radius: 10px;
    border: 1px solid rgb(176,154,81);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.enlaces{
    color: rgb(176,154,81);
}

span.textoBlanco{
    color: white;
}

span.textoRojo{
    color: red;
}

span.textoDorado{
    color: rgb(176,154,81);
    font-size: 1.4em;
    letter-spacing: 0.1em;
}

span.textoContadores{
    color: rgb(176,154,81);
    font-family: 'corbelBold';
}

img.logo{
    width: 30%;
    height: auto;
    border: none;
}

a.simularBoton{
    text-decoration: none;
    background: rgba(28,28,28,1);
    background: -moz-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,28,28,1)), color-stop(0%, rgba(26,26,26,1)), color-stop(22%, rgba(71,71,71,1)), color-stop(100%, rgba(71,71,71,1)));
    background: -webkit-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: -o-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    background: linear-gradient(to bottom, rgba(28,28,28,1) 0%, rgba(26,26,26,1) 0%, rgba(71,71,71,1) 22%, rgba(71,71,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#474747', GradientType=0 );
    color: white;
    border: 1px solid black;
    padding: 5px;
    width: 100%;
    font-family: 'corbelBold';
}

p.registro{
    margin-left:25%;
}

@media only screen and (max-width: 436px){
    a.simularBoton{
        display: block;
    }
}

@media only screen and (max-width: 724px){
    .resultadoXS{
        display: block;
    }
    .resultado{
        display: none;
    }
    img.logo{
        width:80%;
    }
    input.login, password.login{
        width:70%;
    }
    input.cajaTexto{
        width:70%;
    }
    p.registro{
        margin-left:0px;
    }
}

img.alaDorada{
    width: 100%; 
    margin-left: 1.2em;
}

@media only screen and (max-width: 1026px){
    img.alaDorada{
        display: none;
    }
    span.textoContadores{
        display: none;
    }
}

div.arriba{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20%;
    text-align: left;
    margin-top: 5%;
}

table.bloqueadores{
    width: 100%;
    border-color: white;
}

.encabezadoTabla, table.bloqueadores tr th{
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(24%, rgba(204,204,204,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 24%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
    /*width: 14%;*/
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

.encabezadoTabla{
    text-align: right;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    width:30%;
}

.cargarExcel{
    display: none;
}

.etiqueta{
    background-color: rgb(176,154,81);
    width: auto;
    height: 22px;
    /*padding: 5px;*/
}