@font-face {
    font-family: 'Fuente';
    src: url(../../fonts/Minecraftia-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
.body-indices{
    background-color: #FF3131;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.body-info{
    padding: 20px;
}
.body-curio{
    padding: 50px;
}
.tabla-kiki{
    width: 80%;
}
.img-kiki{
    width: 150px;
    height: 160px;
}
.img-curi1{
    width: 350px;
    height: 250px;
}
.img-curi2{
    width: 450px;
    height: 250px;
}
.img-curi3{
    width: 600px;
    height: 250px;
}
a{
    font-family: 'Fuente';
    color: white;
}
p{
    font-family: 'Fuente';
    text-align: justify;
}
.ptitulo{
    color: red;
    font-size: 30px;
    margin: 0px;
}
.a1::before{
    content: 'Personajes';
}
.a1:hover::before{
    content: '>Personajes<';
}

.a2::before{
    content: 'Aliados';
}
.a2:hover::before{
    content: '>Aliados<';
}

.a3::before{
    content: 'Items y armas';
}
.a3:hover::before{
    content: '>Items y armas<';
}

.a4::before{
    content: 'Enemigos';
}
.a4:hover::before{
    content: '>Enemigos<';
}

.a5::before{
    content: 'Jefes';
}
.a5:hover::before{
    content: '>Jefes<';
}

.a6::before{
    content: 'Niveles y mapas';
}
.a6:hover::before{
    content: '>Niveles y mapas<';
}

.a7::before{
    content: 'Historia';
}
.a7:hover::before{
    content: '>Historia<';
}

.a8::before{
    content: 'Curiosidades';
}
.a8:hover::before{
    content: '>Curiosidades<';
}