.menu a {
    text-decoration: none;
    margin-right: 20px;
    font-size: 30px;
    font-family: 'Pokemon';
    color: #000;
}
.menu {
    text-align: center;
    margin-top: 130px;
}
.caja{
    text-align: center;
    padding: 100px;
}
.caja img{
    height: 200px;
    position: relative;
}
.caja p{
    font-size: 30px;
    font-family: 'Pokemon';
    position: absolute;
    right: 34%;
    bottom: 53.5%;
}
.pokemones{
    padding: 50px;
    text-align: center;
    font-family: 'Pokemon';
}
.pokemon{
    padding: 20px;
    text-align: center;
    font-family: 'Pokemon';
}
.electricos-caja{
    text-align: center;
}
.electricos-caja img{
    height: 200px;
    position: relative;
}
.electricos-caja p{
    font-size: 30px;
    font-family: 'Pokemon';
    position: absolute;
    right: 35%;
    bottom: 47%;
}
.regresar a{
    font-size: 30px;
    font-family: 'Pokemon';
}
.regresar{
    text-align: center;
}
.caja-grande{
    text-align: center;
}
.caja-grande img{
    height: 460px;
    width: 900px;
    position: relative;
}
.caja-grande p{
    font-size: 30px;
    font-family: 'Pokemon';
    position: absolute;
    right: 28%;
    bottom: 25%;
}