body{background-color: black;
    font-family: 'FuenteMain';
    background-image: url(MuroFondo.png);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    color: yellow;
}

@font-face {
    font-family: "FuenteMain";
    src: url(GotenborgFraktur.ttf) format(truetype);
    font-weight: normal;
    font-style: normal;
}

.CuerpoPagina{
    width: 950px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    background-color: black;
    padding: 30px 20px;
    box-sizing: border-box;
    overflow: hidden;

}

.menuImagenes{
    list-style: none;
    padding: 0;
    margin: 40px auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; 
    position: relative;
    z-index: 9999;
    width: 100%;
}


.menuImagenes li {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 45px;
}

.menuImagenes li a {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.menuImagenes .textoBoton{
    position: absolute;
    bottom: -35px;
    display: block;
    color: yellow;
    font-size: 24px;
    text-align: center;
    margin-top: calc(100% + 30px);
    font-family: 'FuenteMain';
}

.menuImagenes li a:hover .textoBoton{
    color: red;
}

.botonPublicaciones{
    width: 400px;
    height: 442px;
    background-image: url(publicaciones1.png);
}

.botonPublicaciones:hover{
    background-image: url(publicaciones2.png);
}

.botonPrints{
    width: 600px;
    height: 346px;
    background-image: url(prints1.png);
}

.botonPrints:hover{
    background-image: url(prints2.png);
}

.botonObjetos{
    width: 507px;
    height: 400px;
    background-image: url(objetos1.png);
}

.botonObjetos:hover{
    background-image: url(objetos2.png);
}

.botonPlayeras{
    width: 507px;
    height: 400px;
    background-image: url(playeras1.png);
}

.botonPlayeras:hover{
    background-image: url(playeras2.png);
}