la calma blanco logo

Contacta con
La Calma Playa

				
					<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
    <title>La Calma Playa</title>
    <style>
        body, html {
            height: 100%;
            margin: 0;
            overflow: hidden;
        }

        iframe {
            width: 100%;
            height: 100%;
            border: none; /* Para eliminar el borde del iframe*/
        }
    </style>
</head>
<body>
    <iframe  width="100%" height="100%" data-src="https://medusacp.com/reservas/crear_reserva_cliente.php" class="lazyload"></iframe>
</body>
</html>