<!DOCTYPE html>

<html lang="es">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Página en Construcción</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            background-color: #f0f0f0;

            text-align: center;

            padding: 100px;

        }

        h1 {

            font-size: 36px;

        }

        p {

            font-size: 18px;

        }

    </style>

</head>

<body>

    <h1>¡Página en Construcción!</h1>

    <p>Estamos trabajando en mejorar nuestro sitio web.</p>

    <p>Vuelve pronto para descubrir nuestras novedades.</p>

</body>

</html>