
/* //// ENLACES //// */
#enlaces, #enlaces p {
    display: block;

    width: 100%;
    height: auto;

    text-align: center;

    color: inherit;
}

#enlaces a {
    color: inherit;
}

#enlaces a:hover {
    color: inherit;
}


/* //// POPUPS //// */

/* Ventana del PopUp */
#aviso_lgl, #contact, #credits {
    position: absolute;
    z-index: 100;
    top: 15%;
    right: 24%;

    display: none;

    width: 50%;
    height: auto;
    padding: 35px 6.5px 10px 0;

    text-align: center;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
       -moz-box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
            box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
}

.popup p {
    display: block;

    width: 98%;
    height: auto;
    margin: 0;
    padding: 1%;
}

/* Contenedor del texto + scroll */
.cont_texto {
    display: block;

    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

/* Contendor del texto */
.texto {
    display: block;

    width: 98%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5px;

    text-align: left;
}

.texto h2 {
    text-align: center;
}

/* X del cierre */
.cierre {
    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;

    color: gba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px 5px 1px 1px;
       -moz-border-radius: 1px 5px 1px 1px;
            border-radius: 1px 5px 1px 1px;
}

.cierre:hover {
    cursor: pointer;

    color: #CC0000;
}

.cierre span {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;

    position: absolute;
    top: 3px;
    right: 8.5px;
}
