        .containerPlantel {
            width: 100%;
            margin: 0 auto;
            padding: 20px 20px 80px 20px;
        }

        .tab-navigationPlan {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        .tab-navigationPlan .tab {
            flex: 1;
            text-align: center;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            max-width: 250px;
            margin: 0 1px;
        }

        .tab {
            background-color: #ffffff;
            color: #000;
        }

        .dark-mode .tab {
            background-color: #ddd;
            color: #000;
        }

        .tab.active {
            background-color: #0070B8;
            color: #fff;
        }

        .campus-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .campus-info .info-box {
            flex-basis: 61%;
            margin-bottom: 20px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 20px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }
    .dark-mode .campus-info .info-box {
            background-color: #333;
            box-shadow: 0 2px 6px rgba(255, 255, 255, 0.1);
        }
        .campus-info .activoPlan {
	display: block;
        }
        .campus-info .inactivoPlan {
	display: none;
        }
        .campus-info .espacioNd{
            min-height: 10px;
        }

        .campus-info .info-box img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            margin-bottom: 10px;
        }

        .map-containerPlantel {
            width: 100%;
            height: 300px;
            border: none;
            border-radius: 5px;
            overflow: hidden;
            margin-top: 10px;
	/*border: 1px #0070B8 solid;*/
        }

        .map-link {
            display: block;
            text-align: center;
            margin-top: 10px;
            color: #0070B8;
            text-decoration: underline;
            transition: color 0.3s ease;
        }

        .map-link:hover {
            color: #005294;
        }
        .tex-centrado-Title{
	text-align: center;
	color: #fff;
	background-color: #0070B8;
	padding: 10px 0;
	border-radius: 5px;
        }
