@font-face {
    font-family: fuentebase;
    src: url("fuente/undertale-deltarune-text-font-extended.otf");
}
img{
    width: 100%;
    height: auto;
}
.fondo{
    background-color: black;
    border: 8px double white;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    padding: 1em 0 1em 0;
    
}
body{
    
    background-image: url("img/fondo1.gif");
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;     /*  Propiedad para ajustar la imagen */
    /* background-repeat: repeat; */
    display: flex;
    justify-content: center;
    align-items: center;     
    margin: 0;
    padding: 20px;
    font-family: fuentebase;
    
}
.encabezado{
    font-size: 10px;
    width: 100%;
    
    /* border: 1px solid rebeccapurple;    */
}
a{
    text-decoration: none;
    /* border: 1px solid salmon; */
    text-align: center;
    padding: 10px 20px;
    color: black;
}
.encabezado{
    display: flex;
    justify-content: space-around;
    
}
.barraNav{
    width: 60%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    
}
.banners2{
    width: 35%;
    margin: 20px;
    border: 5px solid white;
}
.boton3{
    font-size: 20px;
    color: black;
    background: white;
    padding: 0 5px 0 5px;
    margin: 5px;
    height: 2em;
    /* border: 1px solid green;    */
    
}
.titulo1{
    width: 100%;
    margin: 0.7em 0 0.7em 0;
    font-size: 50px;
    color: white;
    padding: 0;
    background-color: #FBC02D;
    
}
.publicacion{
    width: fit-content;
    background: #FF8F00; 
    text-align: right;
    margin: 10px;
    height: fit-content;

}
.publicacion p{
    padding: 0 1em 0 0;
    margin: 0;
}
.contenido{
    background: #FBC02D;
    padding: 10px;
    text-align: center;
    
}
.espacio_publicacion{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    
}
.foto1{
    width: 100%;
    height: auto;  
}
h2{
    font-size: 35px;
    padding: 0;
    margin: 0;
}
.espacio_banners{
    display: flex;
    justify-content: space-around;
    padding: 0 2em 0 2em;
    margin: 0;
    width: 100%;
}
.titulo2{
    width: auto;
    font-size: 30px;
    /* border: 1px solid red; */
    padding-left: 50px;
    color: black;
    background-color: #FBC02D;
}
.espApor{
    width: 100%;
    /* border: 1px solid  salmon; */
}
.EspUser{
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: fit-content;
    padding: 20px;
}
.user{
    border: 5px solid white;
    width: 40%;
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    color: white;
    font-size: 25px;

}
.FotoPerfil{
    max-width: 40%;
    height: auto;
    border-radius: 100%;
}
.text{
    width: 50%;
}
.text p{
    font-size: 15px;
}
.contenido  p{
    width: 100%;
    text-align: left;

}
.publicacionNov{
    width: 30%;
    background: #FF8F00; 
    text-align: right;
    margin: 10px;
}
.publicacionNov p{
    padding: 0 1em 0 0;
    margin: 0;
}
.listadoNov{
    text-align: left;

}
.contenidoNov{
    background: #FBC02D;
    padding: 10px;
    text-align: center;
    height: 100%;
    overflow-y: scroll;
    
}
.espacio_publicacionNov{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    height: 15em;
}
.contenidoNov::-webkit-scrollbar{
    width: 10px;
}
.contenidoNov::-webkit-scrollbar-thumb{
    width: 10px;
    background: #e07b00;
}
.banner1{
    width: 100%;
    height: auto;
}
.espacioIconos{
    width: 100%;
    display: flex;
   max-height: 20em;
    justify-content: space-around;
    /* border: 1px solid red; */
}
.espacioIconos a{
    width:15%;
    padding: 0;
    margin: 0;
    /* border: 1px solid orange; */
}
.icono{
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    background-color: black;
    border: 5px double white; 
    color: white;
    font-size: 20px;
    justify-content: end;
}
.icono p, .icono img{
    padding: 0;
    margin: 0;
    max-height: 10em;
    /* border: 1px solid salmon; */
}

.titulo3{
    background: #FBC02D;
    padding: 0 20px 0 20px;
}
.cuerpo{
    width: 100%;
    
}
/*                                                                   Galeria estilos                                       */
.Gridgaleria{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows:  300px 300px;
    align-items: center;
    justify-items: center;
    /* border: 1px solid red; */
}
.contenidoGal{
    width: 100%;
    margin: 0;
}
.Gridgaleria a{
    width: 80%;
    background-color: #FBC02D;
    /* border: 1px solid rebeccapurple; */
    height: 90%;
}
    .contenidoGal img{
    width: auto;
    max-height: 12em;
}
/*                                                             Wiki individual                                       */

