﻿#logo, #header_right { display: none; }

#header { display: block; margin-bottom: 5px; }

#header_left {
    width: 100%;
    max-width: 1100px; /* Establezca un ancho máximo para el banner */
    height: 360px;
    display: flex; /* Utilice flexbox para centrar vertical y horizontalmente */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    background-size: contain;
    overflow: hidden;
    background: url("https://federacionandaluzaorientacion.es/publicaciones/2023/Competiciones/LA/Raids/Resultados/02_SRK/LOGO.jpeg") center top no-repeat;
    margin-left: auto; /* Establecer márgenes automáticos izquierdo y derecho */
    margin-right: auto;
}

#header_left span { display: none; }