Attractions

  • Picasso Museum

    Address:
    Calle San Agustín, 8, Málaga, Spain .

    Located 200 metres from the Hotel, it was inaugurated in 2003. The collection on display is entirely dedicated to the work of Picasso, the museum offers temporary exhibitions and many activities to have a unique experience in the artist's hometown.

  • The Alcazaba

    Address:
    C/ Alcazabilla, 2, 29012 Málaga, Spain .

    The Alcazaba is a palatial fortification in Málaga, Spain, built during the period of Muslim-ruled Al-Andalus. The current complex was begun in the 11th century and was modified or rebuilt multiple times up to the 14th century. It is one of the best-preserved alcazabas in Spain.
     

  • Roman Theatre

    Address:
    Calle Alcazabilla,7, Málaga .

    Located at the foot of the Alcazaba, built in the time of Augustus I in the 1st century BC and active until the 3rd century AD.

  • Cervantes Theatre

    Address:
    Calle Frailes,5, Málaga .

    Declared a National Artistic Monument, it is distinguished by the diversity and density of the activities that take place there.

  • Gibralfaro Castle

    Address:
    Camino Gibralfaro, 11, Málaga .

    As well as being a tourist attraction because of its history, it offers spectacular views of our charming city.


     

/* Estructura básica */ .anahita-popup { font-family: 'Playfair Display', serif; background: rgba(0, 0, 0, 0.65); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: flex; justify-content: center; align-items: center; } /* Popup visual */ .popup-inner { background: #fff; max-width: 460px; padding: 30px; border: 2px solid #000; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.3); position: relative; } /* Botón cerrar */ .popup-close { position: absolute; top: 10px; right: 14px; font-size: 22px; color: #000; cursor: pointer; } /* Título */ .popup-header { font-size: 18px; margin-bottom: 15px; border-bottom: 1px solid #000; padding-bottom: 5px; text-transform: uppercase; } /* Cuerpo del texto */ .popup-body p { font-size: 16px; margin: 12px 0; color: #000; } /* Botón */ .popup-btn { background: #b30000; color: #fff; padding: 12px 24px; display: inline-block; border-radius: 4px; text-decoration: none; margin-top: 20px; font-size: 16px; } /* FUNCIONALIDAD: cerrar el popup si el checkbox está activado */ #close-popup:checked + .anahita-popup { display: none; }