/* General */
*{
    padding: 0;
    margin: 0;
    -webkit-border: border-box;
    -moz-border: border-box;
    -o-border: border-box;
    border: border-box;
}

ul,li,nav{
    list-style: none;
}

input{
    outline: none;
}

body,html{
    background: url("/app/img/footer3.png") bottom center no-repeat, url("/app/img/footer2.png") left bottom repeat-x;
    background-color: #15100f;
    width: 100%;
}

.select_1{
    border: none;
    padding: 5px 30px;
    width: 240px;
    margin: 10px auto;
    font-family: arial;
    font-size: 1.3em;
    outline: none;
    display: block;
    cursor: pointer;
}

.input_1{
    border: none;
    padding: 5px 10px;
    width: 220px;
    margin: 10px auto;
    font-family: arial;
    font-size: 1.3em;
    outline: none;
    display: block;
    text-align: center;
}

.submit_1{
    border: none;
    outline: none;
    padding: 8px 0px;
    background: #d41c1c;
    color: #fff;
    width: 120px;
    text-align: center;
    cursor: pointer;
    margin: 5px auto;
    display: block;
    font-family: arial;
    font-size: 1.1em;
}

.error{
    font-family: arial;
    color: #fff;
    background: #8e1414;
    text-align: center;
    padding: 8px 0px;
    margin: 0px auto;
    font-size: 1.1em;
}

.exito{
    font-family: arial;
    color: #fff;
    background: green;
    text-align: center;
    padding: 8px 0px;
    margin: 0px auto;
    font-size: 1.1em;
}

/* Administracion */

div#administracion{
    font-family: arial;
    position: fixed;
    background: #000;
    z-index: 100;
    right: 0;
    bottom: 0px;
    margin: 10px;
}

div#administracion img{
    margin: 5px auto;
    display: block;
    padding: 5px;
}

div#administracion table{
    width: 100%;
    border-collapse: collapse;
}

div#administracion table tr:first-child td:first-child{
    color: #fff;
    text-align: center;
    background: url("/app/img/barra6.png") top center no-repeat;;
    padding: 10px 0px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

div#administracion table tr:first-child td:first-child:hover{
    background: url("/app/img/barra2.png") top center no-repeat;
}

div#administracion a{
    text-decoration: none;
    color: #fff;
    margin: 0px 10px;
    background: url("/app/img/barra1.png") top left no-repeat;
    padding: 10px;
    display: block;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

div#administracion a:hover{
    background: url("/app/img/barra2.png") top center no-repeat;
}

/* Estructura */

div#header{
    width: 1300px;
    margin: auto;
    background: url("/app/img/header.png") top center no-repeat;
    overflow: hidden;
}

div#wrapper-content{
    width: max-content;
    margin: auto;
    position: relative;
}

footer{
    font-family: arial;
    width: 1300px;
    color: #fff;
    height: 200px;
    margin: auto;
    margin-top: 20%;
    position: relative;
}

footer div{
    height: 40px;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 0.8em;
    line-height: 2;
}

/* Menu principal */

nav#menu_1{
    font-weight: bold;
    display: -webkit-flex;
    font-family: arial;
    width: max-content;
    margin: auto;
    flex-direction: -webkit-row-reverse;
    position: relative;
    float: right;
}

nav#menu_1 span{
    color: #ffffff;
    display: block;
    padding: 20px 40px;
    cursor: pointer;
    -webkit-transition: background 0.3s; 
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

nav#menu_1 span:hover{
    background: url("/app/img/barra2.png") top center;
}

/* Contenidos */

div#content{
    width: 1300px;
    margin: auto;
}

div#content div.content{
    width: 100%;
    display: -webkit-flex;
    margin-top: 10px;
}

div.content div#izquierda{
    width: 25%;
    margin-right: 10px;
}

div.content #derecha{
    width: 75%;
}

div#centro{
    margin-top: 10px;
}

/* Estadisticas */

div#wrapper-estadisticas{
    width: 100%;
    height: 100%;
    top: 70px;
    background: rgba(0,0,0,0.80);
    position: fixed;
    left: 0;
    top:0;
    z-index: 5;
    font-family: arial;
    display: none;
}

div#estadisticas{
    width: 90%;
    height: 500px;
    background: url("/app/img/banner2.png") top 50px center no-repeat;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
}

/* Descargas y donaciones */
div#descargas table{
    width: 90%;
    margin: auto;
    border-collapse: collapse;
}

div#descargas table td{
    padding: 10px 0px;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5;
}

div#descargas .title_estadistics{
    font-size: 2em;
}

div#descargas table td .title_estadistics{
    font-size: 2em;
}

div#descargas table td a{
    text-decoration: none;
    color: red;
}

div#descargas table td span.media,
div#descargas table td span.drive{
    width: 300px;
    height: 94px;
    background: url("/app/img/media.png") center center no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
}

div#descargas table td span.drive{
    background: url("/app/img/drive.png") center center no-repeat;
    background-color: #fff;
}

div#descargas table td span.media:hover,
div#descargas table td span.drive:hover{
   background-color: #191919; 
}

div#cerrar-estadisticas{
    position: absolute;
    top: -50px;
    right: -20px;
    color: #fff;
    width: 30px;
    text-align: center;
    height: max-content;
    cursor: pointer;
    font-size: 3em;
}

div#cerrar-estadisticas:hover{
    color: red;
}

/* Ranking */

#lupa{
    width: 50px;
    height: 42px;
    background: url("/app/img/lupa.png") top center no-repeat;
    cursor: pointer;
    margin: auto;
}

#lupa:hover{
    background: url("/app/img/lupahover.png") top center no-repeat;
}

div#ranking{
    background: url("/app/img/banner4.png") top center no-repeat;
    height: 500px;
    overflow-y: scroll;
}

div#ranking table.ranking{
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.70);
}

div#ranking table.ranking td{
    width: 12.5%;
    padding: 10px 0px;
    border: 1px solid rgba(100,100,100,0.20);
    color: #000;
    text-align: center;
    font-size: 1em;
}


div#ranking table tr.title-rank td{
    background: rgba(0,0,0,0.70);
    color: #fff;
}

.title_estadistics{
    font-size: 2em;
    margin: 15px auto;
    color: #ff2300;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}

/* Info server */

div#wrapper-server{
    position: absolute;
    left: 0;
    top: 0px;
    background: rgba(0,0,0,0.90);
    width: 300px;
}

div#wrapper-server #ver-server{
    background: url("/app/img/barra5.png") top center;
    color: #fff;
    margin: 0px auto;
    padding: 18px 0px;
    cursor: pointer;
    -webkit-transition: background 0.3s; 
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

div#wrapper-server #ver-server:hover{
    background: url("/app/img/barra2.png") top center;
}

div#content-server{
    display: none;
}

div#wrapper-server p.title_1{
    color: #fff;
    margin-top: 10px;
}

div.server{
    color: #fff;
    font-family: arial;
    line-height: 1.5;
    width: 90%;
    margin: 30px auto;
    padding: 5px 0px;
    text-align: center;
}

div.server p.title_server{
    font-size: 1.2em;
    font-weight: bold;
    color: #f5d8a3;
}

div#pastel_dios{
    display: -webkit-flex;
    height: 150px;
    position: relative;
    padding: 10px 0px;
    width: 70%;
    margin: auto;
}

div.dioses{
    width: 28%;
    background: rgba(237, 237, 237, 0.18);
    margin: 0px auto;
    position: relative;
    font-size: 1em;
}

div.dioses p:nth-child(2){
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    background: rgba(0,0,0,0.20);
}

p#inca{
    background: #004eff;
    position: absolute;
    bottom:0;
    width: 100%;
    z-index:1;
}

p#maya{
    background: #d4c513;
    position: absolute;
    bottom:0;
    width: 100%;
    z-index:1;
}

p#azteca{
    background: #d22121;
    position: absolute;
    bottom:0;
    width: 100%;
    z-index:1;
}

div#zonas p{
    margin: 5px auto;
}

div#zonas p label{
    color: #b5ff63;
}

div#zonas p img{
    margin-bottom: -2px;
    margin-left: 5px;
}
