
        <!DOCTYPE html>
        <html lang="es">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Sistema no disponible - USACH</title>
            <style>
                body { font-family: sans-serif; background-color: #f4f4f4; color: #333; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
                .container { text-align: center; background: white; padding: 3rem; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-top: 5px solid #003a6d; max-width: 500px; }
                h1 { color: #003a6d; margin-bottom: 1rem; }
                p { line-height: 1.6; color: #666; }
                .logo { font-weight: bold; font-size: 1.5rem; color: #003a6d; margin-bottom: 1rem; text-transform: uppercase; }
                .footer { margin-top: 2rem; font-size: 0.8rem; color: #999; }
            </style>
        </head>
        <body>
            <div class="container">
                <div class="logo">Universidad de Santiago de Chile</div>
                <h1>Servicio Temporalmente No Disponible</h1>
                <p>El sistema al que intenta acceder se encuentra en mantenimiento o no está habilitado en este momento.</p>
                <p>Por favor, intente más tarde o contacte con el administrador si el problema persiste.</p>
		<p>
    <a href="https://usach.cl" style="
        display: inline-block;
        background-color: #003a6d;
        color: white;
        padding: 12px 24px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: background-color 0.3s;
        margin-top: 10px;">
        Volver a usach.cl
    </a>
</p>
                <div class="footer">&copy; 2025 Dirección Estratégica Informática (DEI) - USACH</div>
            </div>
        </body>
        </html>