/*
Ediciones libertarias 2026 / hoja de estilos
*/


.contenedor_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* background-color: aqua; */
  
}

.logo {
    width: 200px;
    height: auto;
    
}
