body {
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    /*background: #000;*/
    background: url(../assets/img/fondo-intro-1.jpg);
    background-size: cover;
}
#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/orientation.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

#formularioNombre{
    background-color: rgba(0,0,0,0.8);
    background-image: url(../assets/img/leadersboard-new-record.png);
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    height: 100%;
    position: absolute;
    top:-3000px;
}
#inputNombre{
    width: 200px;
    max-width: 200px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    border: none;
    font-size: 1.75em;
    font-weight: bold;
    color: white;
    background-color: transparent;
    /*background-image: url(../assets/img/input-fondo.png);
    background-size: contain;
    background-repeat: no-repeat;*/
    font-family: 'komika_axisregular', Verdana, Helvetica, Arial, sans-serif;
    text-shadow: -4px 3px 0px rgba(0, 0, 0, 1);
}

#inputEmail{
    width: 200px;
    max-width: 200px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    border: none;
    font-size: 1.75em;
    font-weight: bold;
    color: white;
    background-color: transparent;
    /*background-image: url(../assets/img/input-fondo.png);
    background-size: contain;
    background-repeat: no-repeat;*/
    font-family: 'komika_axisregular', Verdana, Helvetica, Arial, sans-serif;
    text-shadow: -4px 3px 0px rgba(0, 0, 0, 1);
}

#inputEnviar{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 60%;
    background-image: url(../assets/img/icono-grabar.png);
    background-repeat: no-repeat;
    background-position: left top;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    display: none;
}
#inputCancelar{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right:10px;
    background-image: url(../assets/img/icono-cancelar.png);
    background-repeat: no-repeat;
    background-position: left top;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
}
#textoCerrar{
    font-family: 'komika_axisregular', Verdana, Helvetica, Arial, sans-serif;
    text-shadow: -4px 3px 0px rgba(0, 0, 0, 1);
    text-align: center;
    color: white;
    font-size: 11px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;

}
@font-face {
    font-family: 'komika_axisregular';
    src: url('komikax_-webfont.woff2') format('woff2'),
         url('komikax_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}