
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Trebuchet MS', Arial, sans-serif;
            color: #3c3c3c;
            background: #f5f5f5;
            line-height: 1.6;
        }

        .header-normal {
            background: #fff;
            border-bottom: 1px solid #e0e0e0;
        }

        .cabecera-header {
            background: linear-gradient(to bottom, #823784 0%, #6b2d6f 100%);
            padding: 10px 0;
        }

        .container-header {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .cabecera-header-left {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
        }

        .cabecera-header-right {
            background: #4c1c4e;
            color: #fff;
            font-size: 12px;
            padding: 5px 15px;
            border-radius: 0 0 4px 4px;
        }

        .menu-header {
            background: linear-gradient(to bottom, #701e7d 0%, #5a1864 100%);
            padding: 0;
        }

        .menu-header ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .menu-header ul li {
            margin: 0;
        }

        .menu-header ul li a {
            display: block;
            color: #fff;
            text-decoration: none;
            padding: 12px 18px;
            font-size: 14px;
            transition: background 0.3s;
        }

        .menu-header ul li a:hover,
        .menu-header ul li a.actual {
            background: rgba(255, 255, 255, 0.1);
        }

        .submenu-header {
            background: #f9f9f9;
            border-bottom: 2px solid #e0e0e0;
            padding: 10px 0;
        }

        .submenu-header ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            gap: 5px;
        }

        .submenu-header ul li a {
            display: block;
            color: #666;
            text-decoration: none;
            padding: 8px 12px;
            font-size: 13px;
            border-radius: 3px;
            transition: all 0.3s;
        }

        .submenu-header ul li a:hover,
        .submenu-header ul li a.color-actual {
            color: #823784;
            background: #f0e6f1;
        }

        .container {
            max-width: 1200px;
            margin: 30px auto;
            padding: 0 20px;
        }

        h1 {
            color: #701e7d;
            font-size: 32px;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid #823784;
        }

        article {
            background: #fff;
            padding: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        article h2 {
            color: #701e7d;
            font-size: 26px;
            margin: 25px 0 15px 0;
        }

        article h3 {
            color: #823784;
            font-size: 20px;
            margin: 20px 0 12px 0;
        }

        article h4 {
            color: #6b2d6f;
            font-size: 18px;
            margin: 18px 0 10px 0;
        }

        article p {
            margin-bottom: 15px;
            font-size: 15px;
            line-height: 1.7;
        }

        .transition-section {
            background: #fff;
            padding: 25px 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .transition-section p {
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 12px;
        }

        .links-section {
            background: #fff;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .links-section h3 {
            color: #701e7d;
            font-size: 22px;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0e0e0;
        }

        .links-section ul {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 12px;
            margin-bottom: 30px;
        }

        .links-section ul li {
            margin: 0;
        }

        .links-section ul li a {
            color: #823784;
            text-decoration: none;
            font-size: 14px;
            display: block;
            padding: 8px 12px;
            border-left: 3px solid #823784;
            background: #f9f9f9;
            transition: all 0.3s;
        }

        .links-section ul li a:hover {
            background: #f0e6f1;
            padding-left: 18px;
        }

        #footer {
            background: #4c1f53;
            color: #ccbee3;
            padding: 30px 0 20px 0;
            margin-top: 50px;
        }

        #footer .container-header {
            flex-direction: column;
            align-items: flex-start;
        }

        #small-footer {
            max-width: 1200px;
            margin: 20px auto 0;
            padding: 0 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            font-size: 12px;
        }

        #small-footer ul {
            list-style: none;
            flex: 1;
            min-width: 150px;
        }

        #small-footer ul li {
            margin-bottom: 8px;
        }

        #small-footer ul li b {
            color: #fff;
            font-size: 13px;
            display: block;
            margin-bottom: 10px;
        }

        #small-footer ul li a {
            color: #ccbee3;
            text-decoration: none;
            transition: color 0.3s;
        }

        #small-footer ul li a:hover {
            color: #fff;
        }

        @media (max-width: 768px) {
            .container-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .menu-header ul,
            .submenu-header ul {
                flex-direction: column;
            }

            .menu-header ul li,
            .submenu-header ul li {
                width: 100%;
            }

            h1 {
                font-size: 26px;
            }

            article {
                padding: 20px;
            }

            article h2 {
                font-size: 22px;
            }

            article h3 {
                font-size: 18px;
            }

            .links-section ul {
                grid-template-columns: 1fr;
            }

            #small-footer {
                flex-direction: column;
            }
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 22px;
            }

            article h2 {
                font-size: 20px;
            }

            .cabecera-header-left {
                font-size: 20px;
            }
        }
    