body{background-color: black;
    font-family: 'FuenteMain';
    background-image: url(MuroFondo.png);
    background-repeat: repeat;
    margin: 0;
    padding: 0;

     
}

@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;

}



ul > li {
    display: inline-block;
    margin: 0 25px;
    font-size: 23px;
    padding: 0px 15px;
}

ul > li > a {
    text-decoration: none;
    color: yellow;
    font-weight: 30;
    
    
}


.MenuPrincipal {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.contenedor-logos{
    display: flex;
    align-items: center;
    gap: 5px;
}

.MenuFondo {
    display: block;
    flex-shrink: 0;

}

.MenuDragon{
    position: absolute;
    left: 625px;
    display: block;
    
}


.ApartadosMenu {
    position: absolute;
    bottom: 20px;
    background-color: transparent !important;
    border: none !important;
    background-image: none !important;
    background: transparent !important;
    color: yellow;
    transition: color 0.3s ease;
    margin: 0;
    padding: 0;

}

.ApartadosMenu li a, 
.ApartadosMenu li a:visited {
  color: yellow !important;
  text-decoration: none !important;
}

.ApartadosMenu li a:hover, 
.ApartadosMenu li a:active {
  color: red !important;
}

.ilustracionesPrincipales{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.contenedorCabezon{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tableroPequeño{
    position: absolute;
    margin-top: -60px;
    margin-left: 75px;
    width: 400px;
    height: 248px;
    background-image: url(tableromensajes.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    z-index: 11;
    padding: 75px 105px;
}

.contenidoTablero{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    color: white;
    line-height: 1.3;
    text-align: center;
}

.listaMensajes{
    list-style: none;
    padding: 0;
    margin: 0;
}

.listaMensajes li {
font-size: 15px;
line-height: 1.3;
margin-bottom: 8px;
padding-bottom: 6px;
}

.fechaNoticia{
    color: red;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}


.dibujoCabezon{
    position: relative;
    top: 185px;
}
.comicTejaban{
    display: block;
    margin-top: -30px;
}


.presentacion{
  color: yellow;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
}
.presentacion img {
    flex-shrink: 0;
    
}

.presentacion p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.marcoPresentacion{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.bloque-texto{
    position: relative;
    padding-top: 50px;
    padding-bottom: 190px;
    max-width: 500px;
}

.bloque-texto::before,
.bloque-texto::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 38px;
    background-image: url(margenhorizontalweb11.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.bloque-texto::before{top: 0%;}
.bloque-texto::after{bottom: 0%;}

.hombrePluma{
    position: absolute;
    left: 300px;
    bottom: 50px;
}


.fotosOrlando{
    column-count: 2;
    column-gap: 0;
    margin-top: 0px;
    position: relative;
}

.fotosOrlando img{
    width: 100%;
    height: auto;
    display: block;
    break-inside: avoid;
    position: static;
}

.creditosFoto{
    column-span: all;
    text-align: start;
    color: yellow;
    font-size: 18px;
    margin-top: 0;
}

.dibujoDragon{
    width: 400px !important;
    margin: 50px;
}


.textoInauguracion{

        color: yellow;
        font-size: 18px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px 0;
}

.descripcionInauguracion a{
    color: yellow;
    text-decoration: none;
    transition: ease 0.3s ease;
}

.descripcionInauguracion a:hover{
    color: red;
    text-decoration: none;
}

.dibujoTienda{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.contenedorTendero{
    position: relative;
    display: block;
    width: 800px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: content-box;
}

.contenedorTendero::before,
.contenedorTendero::after{
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-image: url(espinasVertical.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 5;
}

.contenedorTendero::before{
    left: 0;
}

.contenedorTendero::after{
    right: 0;
}

.descripcionInauguracion{
    margin: 0;
    padding: 0 15px;
    line-height: 1.5;
    text-align: center;
    color: yellow;
}

.piePagina{
    margin-top: 35px;
    padding-bottom: 5px;
    width: 100%;
}

.lineaDecorativa{
    width: 100%;
    height: 38px;
    background-image: url(margenhorizontalweb11.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    margin-bottom: 10px;
}

.contenidoFooter{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.copyright{
    color: yellow;
    font-size: 14px;
    margin: 0;
}

.redesSociales{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.redesSociales li{
    margin: 0;
    padding: 0;
}

.redesSociales li a{
    color: yellow;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.redesSociales li a:hover{
    color: red;
    text-decoration: none;
}