body {
    background-color: #000000;
    background-image: url('fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #ffffff;
    font-family:monospace;
    margin: 8px;
}
a{
    color: #ffffff;
    text-decoration: none;
    !--font-family: 'MiFuenteSF',sans-serif;
    font-weight: bold;
    font-size: .7em;
    !--text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000;
}
a:hover{
    color:#ffff00;
    text-decoration: underline;
}
a:visited{
    color: #ffffff;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width:100%;
    !--font-family: 'MiFuenteSF',sans-serif;
    font-size:1.8em;
}
h1 {
    !--font-family: 'MiFuenteSF',sans-serif;
    text-align:center;
    !--font-family: 'Times New Roman', Times, serif;
    font-size: 2em;
    margin-top: 50px;
    font-weight: normal;
    }
.menu-links{
    margin-top: 50px;
}
.centered_image_container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.centered_image{
    width: 500px;
    max-width: 90%;
    height: auto;
}


.marquesina-contenedor{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 10px 0;
    border-top: 1px dashed #ffffff;
    overflow: hidden;
    white-space: nowrap;
}
.marquesina-texto{
    display: inline-block;
    color: #ffff00;
    !--font-family: 'Times New Roman', Times, serif;
    font-size: .9em;
    animation: mover-texto 15s linear infinite;
}
@keyframes mover-texto{
    0% {transform: translateX(100%);}
    100% {transform: translateX(-100%);}
}
#caja-luz {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
#caja-luz img{
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 30px #000000;
}

img{
    max-width: 100%;
    height: auto;
}
.gif-izquierda{
    position: fixed;
    top: 15px;
    left: 15px;
    width: 40px;
    z-index: 1000;
}
.gif-derecha{
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    z-index: 1000;
}
@font-face {
    font-family: 'MiFuenteSF';
    src: url('SF-Compact-Display-Medium.ttf') format('truetype');
}