   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        image {
            text-align: center; 
            background: white; 
            padding: 30px; 
            border-radius: 8px; 
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        /* Header */
        .header-top {
            background: #f5f5f5;
            padding: 8px 0;
            border-bottom: 1px solid #ddd;
        }

        .header-top .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header-top a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
        }

        .header-main {
            background: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .header-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .logo-img {
            width: 60px;
            height: 60px;
            /*background: linear-gradient(135deg, #0066cc, #004499);*/
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 24px;
        }

        .logo-text h1 {
            font-size: 20px;
            color: #0066cc;
            margin-bottom: 2px;
        }

        .logo-text p {
            font-size: 13px;
            color: #666;
        }

        .search-box {
            flex: 1;
            max-width: 400px;
            margin: 0 30px;
        }

        .search-box {
            position: relative;
        }

        .search-box input {
            width: 100%;
            padding: 10px 40px 10px 15px;
            border: 2px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
        }

        .search-box input:focus {
            outline: none;
            border-color: #0066cc;
        }

        .search-btn {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            background: #0066cc;
            color: white;
            border: none;
            padding: 8px 12px;
            border-radius: 3px;
            cursor: pointer;
            font-size: 14px;
        }

        .search-btn:hover {
            background: #0052a3;
        }

        .search-results {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 2px solid #0066cc;
            border-top: none;
            border-radius: 0 0 4px 4px;
            max-height: 400px;
            overflow-y: auto;
            display: none;
            z-index: 1000;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .search-results.active {
            display: block;
        }

        .search-result-item {
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
            cursor: pointer;
            transition: background 0.2s;
        }

        .search-result-item:hover {
            background: #f8f9fa;
        }

        .search-result-item:last-child {
            border-bottom: none;
        }

        .result-title {
            color: #0066cc;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .result-category {
            font-size: 12px;
            color: #666;
            margin-bottom: 5px;
        }

        .result-description {
            font-size: 13px;
            color: #333;
        }

        .no-results {
            padding: 20px;
            text-align: center;
            color: #666;
        }

        /* Navigation */
        nav {
            background: #0066cc;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .nav-menu {
            list-style: none;
            display: flex;
            justify-content: center; /*cambio*/
            align-items: center; /*cambio*/
            gap: 0;
        }

        .nav-menu > li {
            position: relative;
        }

        .nav-menu > li > a {
            display: block;
            color: white;
            text-decoration: none;
            padding: 15px 20px;
            font-size: 15px;
            transition: background 0.3s;
        }

        .nav-menu > li > a:hover {
            background: #0052a3;
        }

        /* Dropdown Menu */
        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 250px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
            display: none;
            z-index: 1000;
            border-radius: 0 0 4px 4px;
        }

        .dropdown-section {
            padding: 15px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .dropdown-section:last-child {
            border-bottom: none;
        }

        .dropdown-title {
            font-weight: bold;
            color: #0066cc;
            padding: 5px 20px;
            font-size: 14px;
        }

        .dropdown a {
            display: block;
            color: #333;
            text-decoration: none;
            padding: 8px 20px;
            font-size: 14px;
            transition: background 0.2s;
        }

        .dropdown a:hover {
            background: #f5f5f5;
            color: #0066cc;
        }

        .nav-menu > li:hover .dropdown {
            display: block;
        }

        /* Content */

        .content {
            max-width: 1200px;
            margin: 30px auto;
            padding: 0 20px;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
        }

        .content {
            display: flex;
            transition: transform 0.5s ease;
        }

        .content {
            min-width: 100%;
            /*height: 400px;*/
            /*background: linear-gradient(135deg, rgba(0,102,204,0.8), rgba(0,168,232,0.8)), url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1200');*/
            /*background-size: cover;*/
            /*background-position: center;
            /*border-radius: 8px;*/
            /*display: flex;*/
            align-items: center;
            justify-content: center;
            color: black;
            text-align: justify;
            /*padding: 40px;*/
        }

        .content-text h2 {
            font-size: 36px;
            margin-bottom: 15px;
        }
        

        .content-text p {
            font-size: 18px;
            max-width: 1200px
            /*max-width: 600px;*/
        }

        /* Slider */
        .slider {
            max-width: 1200px;
            margin: 30px auto;
            padding: 0 20px;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
        }

        .slides {
            display: flex;
            transition: transform 0.5s ease;
        }

        .slide {
            min-width: 100%;
            height: 400px;
            background: linear-gradient(135deg, rgba(0,102,204,0.8), rgba(0,168,232,0.8)), url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1200');
            background-size: cover;
            background-position: center;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            padding: 40px;
        }

        .slide-content h2 {
            font-size: 36px;
            margin-bottom: 15px;
        }

        .slide-content p {
            font-size: 18px;
            max-width: 600px;
        }

        /* News Section */
        .news-section {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .news-section h2 {
            color: #0066cc;
            font-size: 28px;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 3px solid #0066cc;
        }

        .news-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }

        .news-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .news-img {
            width: 100%;
            height: 180px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .news-content {
            padding: 20px;
        }

        .news-date {
            color: #0066cc;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .news-content h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }

        .news-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }

        .news-link {
            color: #0066cc;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            display: inline-block;
            margin-top: 10px;
        }

        /* Links Section */
        .links-section {
            background: #f8f9fa;
            padding: 40px 0;
            margin-top: 40px;
        }

        .links-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .links-container h2 {
            color: #0066cc;
            font-size: 28px;
            margin-bottom: 25px;
        }

        .links-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .link-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            border: 2px solid #e0e0e0;
            transition: all 0.3s;
            cursor: pointer;
        }

        .link-card:hover {
            border-color: #0066cc;
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0,102,204,0.15);
        }

        .link-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #0066cc, #00a8e8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            color: white;
            font-size: 24px;
        }

        .link-card h3 {
            font-size: 16px;
            color: #333;
        }

        /* Accordion Section */
        .accordion-section {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .accordion-section h2 {
            color: #0066cc;
            font-size: 28px;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 3px solid #0066cc;
        }

        .accordion-container {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .accordion-item {
            border-bottom: 1px solid #e0e0e0;
        }

        .accordion-item:last-child {
            border-bottom: none;
        }

        .accordion-header {
            background: #f8f9fa;
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s;
            user-select: none;
        }

        .accordion-header:hover {
            background: #e9ecef;
        }

        .accordion-header.active {
            background: #0066cc;
            color: white;
        }

        .accordion-title {
            font-size: 18px;
            font-weight: 600;
        }

        .accordion-icon {
            font-size: 24px;
            transition: transform 0.3s;
        }

        .accordion-header.active .accordion-icon {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 20px;
        }

        .accordion-content.active {
            max-height: 1000px;
            padding: 20px;
        }

        .accordion-text {
            color: #333;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .accordion-tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
            border-bottom: 2px solid #e0e0e0;
        }

        .tab-button {
            background: none;
            border: none;
            padding: 12px 24px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 600;
            color: #666;
            border-bottom: 3px solid transparent;
            transition: all 0.3s;
        }

        .tab-button:hover {
            color: #0066cc;
        }

        .tab-button.active {
            color: #0066cc;
            border-bottom-color: #0066cc;
        }

        .tab-content {
            display: none;
            padding: 20px 0;
        }

        .tab-content.active {
            display: block;
        }

        .tab-link {
            display: inline-block;
            background: #0066cc;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 10px;
            transition: background 0.3s;
        }

        .tab-link:hover {
            background: #0052a3;
        }





        /* Footer */
        footer {
            background: #2c3e50;
            color: white;
            padding: 40px 0 20px;
            margin-top: 40px;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .footer-section h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: #00a8e8;
        }

        .footer-section p,
        .footer-section a {
            font-size: 14px;
            line-height: 1.8;
            color: #ddd;
            text-decoration: none;
            display: block;
        }

        .footer-section a:hover {
            color: #00a8e8;
        }

        .footer-bottom {
            text-align: center;
            padding-top: 20px;
            margin-top: 30px;
            border-top: 1px solid #444;
            color: #999;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                gap: 15px;
            }

            .search-box {
                max-width: 100%;
                margin: 0;
            }

            .nav-menu {
                flex-direction: column;
            }

            .dropdown {
                position: static;
                display: none;
                box-shadow: none;
                border-left: 3px solid #0066cc;
            }

            .nav-menu > li:hover .dropdown {
                display: block;
            }

            .slide {
                height: 300px;
            }

            .slide-content h2 {
                font-size: 24px;
            }
        }
        

/*========================== Directory Section ======================================*/
        .directory-section {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .directory-section h2 {
            color: #0066cc;
            font-size: 28px;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 3px solid #0066cc;
        }

        .directory-search {
            margin-bottom: 20px;
        }

        .directory-search input {
            width: 100%;
            padding: 12px 20px;
            border: 2px solid #ddd;
            border-radius: 5px;
            font-size: 15px;
        }

        .directory-search input:focus {
            outline: none;
            border-color: #0066cc;
        }

        .directory-filters {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 8px 16px;
            background: #f8f9fa;
            border: 1px solid #ddd;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
        }

        .filter-btn:hover {
            background: #e9ecef;
        }

        .filter-btn.active {
            background: #0066cc;
            color: white;
            border-color: #0066cc;
        }

        .directory-table-container {
            overflow-x: auto;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .directory-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 800px;
        }

        .directory-table thead {
            background: #0066cc;
            color: white;
        }

        .directory-table th {
            padding: 15px;
            text-align: left;
            font-weight: 600;
            font-size: 14px;
        }

        .directory-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #e0e0e0;
            font-size: 14px;
        }

        .directory-table tbody tr {
            transition: background 0.2s;
        }

        .directory-table tbody tr:hover {
            background: #f8f9fa;
        }

        .email-link {
            color: #0066cc;
            text-decoration: none;
        }

        .email-link:hover {
            text-decoration: underline;
        }

        .no-results {
            text-align: center;
            padding: 40px;
            color: #666;
            font-size: 16px;
        }

        .results-count {
            margin-bottom: 15px;
            color: #666;
            font-size: 14px;
        }




        
     /* ================================= Barra superior =============================== */
.barra-superior-govco {
	background-color: #3366cc;
	width: 100%;
	height: 3rem;
	padding-left: 4.375rem;
}

.barra-superior-govco a {
	content: url(https://cdn.www.gov.co/assets/images/logo.svg);
	height: 1.875rem;
	width: 8.5rem;
}

.barra-superior-govco a:focus-visible {
	outline: max(0.125rem, 0.15em) solid #FFFFFF;
	border-radius: 0.313rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco {
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 0.313rem;
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 0;
	border: 0.125rem solid #FFFFFF;
	font-size: 10px;
	position: absolute;
	right: 5.375rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover {
	background-color: #004884;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:focus {
	outline: max(0.125rem, 0.15em) solid #FFFFFF;
	outline-offset: max(0.188rem, 0.15em);
}

.barra-superior-govco .idioma-icon-barra-superior-govco::before {
	font-family: "govco-font";
	content: '\ec56';
	color: #3366CC;
	font-size: 14px;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover::before {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.barra-superior-govco {
		justify-content: center;
		padding: 0;
	}

	.barra-superior-govco .idioma-icon-barra-superior-govco {
		right: 1rem;
	}
}

/* ================================= fin Barra superior =============================== */        

.tabla-resoluciones {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.tabla-resoluciones th {
    background-color: #0066cc;
    color: white;
    padding: 12px;
    text-align: left;
}

.tabla-resoluciones td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
}

.tabla-resoluciones tr:nth-child(even) {
    background-color: #f5f5f5;
}

.tabla-resoluciones tr:hover {
    background-color: #eef5ff;
}

.tabla-resoluciones a {
    color: #0066cc;
    text-decoration: none;
}

.tabla-resoluciones a:hover {
    text-decoration: underline;
}
