<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HIPERMEGARED BLOG</title>
    <style>
        body {
            text-align: center;
            padding: 50px 20px 20px;
            font: 20px Helvetica, sans-serif;
            color: #333;
            margin: 0;
        }
        h1 {
            font-size: 42px;
            margin-bottom: 20px;
        }
        article {
            display: block;
            text-align: left;
            max-width: 650px;
            width: 90%;
            margin: 0 auto;
        }
        a {
            color: #dc8100;
            text-decoration: none;
        }
        a:hover {
            color: #333;
            text-decoration: none;
        }
        .facebook-section {
            margin-top: 60px;
            text-align: center;
            padding-top: 20px;
            /* Se eliminó: border-top: 1px solid #eee; */
        }
        .facebook-link {
            display: inline-block;
            margin: 10px 0;
        }
        .facebook-logo {
            width: 32px;
            height: 32px;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }
        .facebook-logo:hover {
            transform: scale(1.15);
            opacity: 0.9;
        }
        .footer-text {
            margin-top: 5px;
            font-size: 14px;
            color: #666;
        }
        .facebook-text {
            font-size: 16px;
            margin-bottom: 8px;
            color: #555;
        }
        
        /* Responsive para móviles */
        @media (max-width: 768px) {
            body {
                padding: 30px 15px 15px;
                font-size: 18px;
            }
            h1 {
                font-size: 32px;
            }
            article {
                width: 95%;
            }
        }
    </style>
</head>
<body>
    <article>

    </article>
    
    <div class="facebook-section">
        
        <a href="https://www.facebook.com/hipermegared.blog" target="_blank" title="HiperMegaRed Blog en Facebook" class="facebook-link">
            <svg class="facebook-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
                <path fill="#3b5998" d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z"/>
                <path fill="#FFF" d="M34.368,25H31v13h-5V25h-3v-4h3v-2.41c0.002-3.508,1.459-5.59,5.592-5.59H35v4h-2.287C31.104,17,31,17.6,31,18.723V21h4L34.368,25z"/>
            </svg>
        </a>
        
        <p class="footer-text">Hipermegared Blog</p>
    </div>
	<script src="https://www.w3counter.com/tracker.js?id=10493"></script>
</body>
</html>