        /* Estilos para las pestañas */
        .utg-contenttabs-tab-wrapper {
            display: flex;
            list-style: none;
            margin: 0 3px;
            margin-bottom: -1px;
            padding: 0;
            width: 130px;
        }
        .utg-contenttabs-tab-wrapper-body.inactivo{
            display: none;
         }
        .utg-contenttabs-tab-wrapper-body.activo{
            display: block;
         }
        .utg-contenttabs-tab {
            flex: 1;
            text-align: center;
            padding: 10px;
            cursor: pointer;
            background-color: #f9f9f9;
            border: 1px solid #ccc;
            border-radius: 8px 8px 0 0;
            transition: background-color 0.2s ease-in-out;
            color: #777;
        }
        .utg-contenttabs-tab.active {
            background: #0070B8;
            color: #fff;
            border-radius: 8px 8px 0 0;
        }
        .utg-contenttabs-tab:hover {
            background-color: #e0e0e0;
        }
        .utg-contenttabs-tab-wrapper-container {
            display: flex;
            justify-content: center;
            border-bottom: 1px solid #ccc;
            margin-bottom: 0;
            margin-left: 0;
        }

        /* Estilos para el contenido de las pestañas */
        .utg-contenttabs-content-wrapper-container {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .utg-contenttabs-tab-wrapper-body {
            padding: 20px;
            background-color: #fcfcfc;
            border: 1px solid #ccc;
            border-top: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
        .utg-contenttabs-tab-wrapper.active .utg-contenttabs-tab-wrapper-body {
            display: block;
        }
        .utg-contenttabs-content .gU-Just {text-align: justify; color: #555;}
        .utg-contenttabs-content .gU-Izq {text-align: left; color: #555;}
        .utg-contenttabs-content .gU-Der {text-align: rigth; color: #555;}

        .truncate-txt-60pal {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* Muestra solo las primeras 3 líneas (aproximadamente 60 palabras) */
            -webkit-box-orient: vertical;
        }

        .utg-read-more-button {
            /*background-color: #0070B8;*/
            color: #0070B8;
            border: none;
            border: 0;
            cursor: pointer;
            margin-top: 10px; /* Espacio entre el texto y el botón */
            width: 120px;
        }
        .cntdImgFlex{display: flex}
        .cntdImgOp{min-width: 15rem; margin-right: 20px; }
        .cntdImgOp img {width: 15rem;}
        .utg-contenttabs-tab-title img {width: 40px;}
