| Server IP : 104.21.84.107 / Your IP : 104.23.243.196 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/backups/mysql/ |
Upload File : |
-- MySQL dump 10.13 Distrib 8.4.7, for Linux (x86_64)
--
-- Host: localhost Database: mercadeo
-- ------------------------------------------------------
-- Server version 8.4.7-0ubuntu0.25.04.2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `cql20_action_log_config`
--
DROP TABLE IF EXISTS `cql20_action_log_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_action_log_config` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`type_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`id_holder` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`title_holder` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`table_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`text_prefix` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_action_log_config`
--
LOCK TABLES `cql20_action_log_config` WRITE;
/*!40000 ALTER TABLE `cql20_action_log_config` DISABLE KEYS */;
INSERT INTO `cql20_action_log_config` VALUES (1,'article','com_content.article','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(2,'article','com_content.form','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(3,'banner','com_banners.banner','id','name','#__banners','PLG_ACTIONLOG_JOOMLA'),(4,'user_note','com_users.note','id','subject','#__user_notes','PLG_ACTIONLOG_JOOMLA'),(5,'media','com_media.file','','name','','PLG_ACTIONLOG_JOOMLA'),(6,'category','com_categories.category','id','title','#__categories','PLG_ACTIONLOG_JOOMLA'),(7,'menu','com_menus.menu','id','title','#__menu_types','PLG_ACTIONLOG_JOOMLA'),(8,'menu_item','com_menus.item','id','title','#__menu','PLG_ACTIONLOG_JOOMLA'),(9,'newsfeed','com_newsfeeds.newsfeed','id','name','#__newsfeeds','PLG_ACTIONLOG_JOOMLA'),(10,'link','com_redirect.link','id','old_url','#__redirect_links','PLG_ACTIONLOG_JOOMLA'),(11,'tag','com_tags.tag','id','title','#__tags','PLG_ACTIONLOG_JOOMLA'),(12,'style','com_templates.style','id','title','#__template_styles','PLG_ACTIONLOG_JOOMLA'),(13,'plugin','com_plugins.plugin','extension_id','name','#__extensions','PLG_ACTIONLOG_JOOMLA'),(14,'component_config','com_config.component','extension_id','name','','PLG_ACTIONLOG_JOOMLA'),(15,'contact','com_contact.contact','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA'),(16,'module','com_modules.module','id','title','#__modules','PLG_ACTIONLOG_JOOMLA'),(17,'access_level','com_users.level','id','title','#__viewlevels','PLG_ACTIONLOG_JOOMLA'),(18,'banner_client','com_banners.client','id','name','#__banner_clients','PLG_ACTIONLOG_JOOMLA'),(19,'application_config','com_config.application','','name','','PLG_ACTIONLOG_JOOMLA'),(20,'task','com_scheduler.task','id','title','#__scheduler_tasks','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `cql20_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_action_logs`
--
DROP TABLE IF EXISTS `cql20_action_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_action_logs` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`message_language_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`log_date` datetime NOT NULL,
`extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_id` int NOT NULL DEFAULT '0',
`item_id` int NOT NULL DEFAULT '0',
`ip_address` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0',
PRIMARY KEY (`id`),
KEY `idx_user_id` (`user_id`),
KEY `idx_user_id_logdate` (`user_id`,`log_date`),
KEY `idx_user_id_extension` (`user_id`,`extension`),
KEY `idx_extension_item_id` (`extension`,`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2659 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_action_logs`
--
LOCK TABLES `cql20_action_logs` WRITE;
/*!40000 ALTER TABLE `cql20_action_logs` DISABLE KEYS */;
INSERT INTO `cql20_action_logs` VALUES (1,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-05 22:09:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":236,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,236,'COM_ACTIONLOGS_DISABLED'),(3,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":237,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,237,'COM_ACTIONLOGS_DISABLED'),(4,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":238,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,238,'COM_ACTIONLOGS_DISABLED'),(5,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":239,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,239,'COM_ACTIONLOGS_DISABLED'),(6,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":240,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,240,'COM_ACTIONLOGS_DISABLED'),(7,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":241,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,241,'COM_ACTIONLOGS_DISABLED'),(8,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":242,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,242,'COM_ACTIONLOGS_DISABLED'),(9,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":243,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,243,'COM_ACTIONLOGS_DISABLED'),(10,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":244,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:10:28','com_installer',393,244,'COM_ACTIONLOGS_DISABLED'),(11,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"165\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=165\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:12:10','com_plugins.plugin',393,165,'COM_ACTIONLOGS_DISABLED'),(12,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-05 22:12:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(13,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"172\",\"title\":\"plg_system_jooa11y\",\"extension_name\":\"plg_system_jooa11y\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=172\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:12:50','com_plugins.plugin',393,172,'COM_ACTIONLOGS_DISABLED'),(14,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-05 22:12:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(15,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-05 22:12:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(16,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-06 13:27:20','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(17,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:43:43','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(18,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-06 15:43:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(19,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:46:24','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(20,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"El programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:52:44','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(21,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:56:17','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(22,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:58:56','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(23,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 16:01:07','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(24,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 16:01:12','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(25,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-06 16:01:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(26,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-06 19:18:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(27,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 20:05:25','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(28,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-06 20:06:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(29,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 20:08:04','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(30,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-07 13:52:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(31,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-07 13:52:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(32,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 13:59:31','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(33,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 13:59:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(34,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:03:05','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(35,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:03:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(36,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:03:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(37,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:03:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(38,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:08:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(39,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:08:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(40,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:24:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(41,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:24:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(42,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:25:29','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(43,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:25:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(44,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:30:11','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(45,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:30:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(46,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:32:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(47,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:32:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(48,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:37:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(49,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:37:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(50,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:38:53','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(51,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:39:06','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(52,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:39:28','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(53,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:11:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(54,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:11:43','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(55,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:11:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(56,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:13:42','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(57,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:13:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(58,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:14:39','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(59,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:14:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(60,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:28:12','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(61,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:28:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(62,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:31:05','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(63,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:31:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(64,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:36:08','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(65,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:36:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(66,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:38:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(67,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:38:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(68,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:39:23','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(69,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:39:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(70,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:39:51','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(71,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:39:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(72,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:40:33','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(73,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:40:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(74,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:41:18','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(75,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:41:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(76,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:45:16','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(77,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:45:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(78,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:46:40','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(79,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:46:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(80,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:47:12','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(81,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:47:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(82,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:47:52','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(83,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:47:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(84,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:49:09','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(85,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:49:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(86,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:49:45','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(87,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:49:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(88,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:50:29','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(89,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:50:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(90,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:51:23','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(91,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:51:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(92,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:52:20','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(93,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(94,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:58:26','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(95,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:58:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(96,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:59:34','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(97,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:59:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(98,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:02:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(99,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 16:02:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(100,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:07:42','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(101,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:08:21','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 16:08:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:09:33','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(104,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 16:09:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(105,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-10 13:45:10','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(106,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"opal\\u00f1skdfj\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=108\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 13:53:21','com_menus.item',393,108,'COM_ACTIONLOGS_DISABLED'),(107,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-11 13:55:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(108,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"opal\\u00f1skdfj\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=108\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 13:55:22','com_menus.item',393,108,'COM_ACTIONLOGS_DISABLED'),(109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"opal\\u00f1skdfj\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 13:55:50','com_menus.item',393,108,'COM_ACTIONLOGS_DISABLED'),(110,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:17:10','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:17:30','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-11 16:20:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:20:02','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(114,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:20:16','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(115,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-11 19:17:23','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":110,\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=110\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 19:21:38','com_menus.item',393,110,'COM_ACTIONLOGS_DISABLED'),(117,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 13:25:13','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(118,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 13:27:59','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(119,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:28:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(120,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:28:59','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(121,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"group\":\"all\"}','2023-07-12 13:41:00','com_cache',393,393,'COM_ACTIONLOGS_DISABLED'),(122,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"group\":\"all\"}','2023-07-12 13:41:08','com_cache',393,393,'COM_ACTIONLOGS_DISABLED'),(123,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"group\":\"all\"}','2023-07-12 13:41:13','com_cache',393,393,'COM_ACTIONLOGS_DISABLED'),(124,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:41:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(125,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:42:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(126,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 16:17:50','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(127,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 16:17:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(128,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 16:18:32','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(129,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 16:18:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(130,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:06:56','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(131,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:06:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(132,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:08:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:08:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(134,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:09:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(135,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:13:21','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:14:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(137,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:19:53','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:20:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:20:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:24:30','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(141,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:24:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(142,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:26:56','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:27:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(144,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:31:11','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(145,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:35:21','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(146,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:35:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(147,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:35:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:36:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:36:03','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(150,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Plan de estudios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:36:30','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:42:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(152,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:42:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(153,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:43:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:49:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 20:00:42','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 20:00:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 20:00:45','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(158,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 20:00:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 20:07:09','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(160,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:01:14','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(161,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:01:56','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:03:05','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(163,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":8,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:07:47','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(164,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:08:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(165,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:08:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(166,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:08:17','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:08:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(168,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:08:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(169,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":110,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=110\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:08:36','com_menus.item',393,110,'COM_ACTIONLOGS_DISABLED'),(170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 21:08:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(171,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:13:54','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:13:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:15:29','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 21:15:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:42:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(176,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.3.3\",\"oldversion\":\"Desconocido\"}','2023-07-12 22:00:25','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(177,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.3.3\",\"oldversion\":\"4.3.2\"}','2023-07-12 22:00:25','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 22:05:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(179,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 22:06:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(180,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"El programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 22:07:39','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(181,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 22:07:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"El programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 22:09:35','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(183,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 22:19:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 22:19:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 22:19:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(186,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-13 12:55:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(187,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 12:56:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(188,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 12:59:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 12:59:51','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 12:59:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:00:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:00:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:01:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:01:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:02:57','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:02:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:05:02','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:05:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(199,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:08:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:08:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(201,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:09:38','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(202,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:09:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(203,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:11:37','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:11:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(205,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:12:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(206,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:12:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:13:37','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:13:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:14:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:14:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(211,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:18:34','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:18:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:22:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:22:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:22:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:22:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:24:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(218,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:24:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:28:05','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:28:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(221,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:41:35','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(222,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:41:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:55:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:55:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(225,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:03:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:03:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(227,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:07:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(228,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:07:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(229,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:11:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(230,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:11:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(231,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:12:06','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:12:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(233,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:13:51','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(234,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:13:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(235,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:15:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(236,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:15:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(237,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:19:17','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(238,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:19:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(239,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:26:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(240,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:26:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(241,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:33:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:33:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(243,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:35:31','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(244,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:35:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(245,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:36:35','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(246,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:36:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(247,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:37:17','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(248,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:37:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(249,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:38:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(250,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:38:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(251,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:40:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(252,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:40:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(253,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:41:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(254,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:41:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(255,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:42:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(256,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:42:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(257,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:43:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(258,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:43:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(259,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:47:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:47:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(261,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:50:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:50:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(263,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:51:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(264,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:51:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(265,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:52:15','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(266,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:52:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(267,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:52:55','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(268,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:52:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:54:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:54:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(271,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:55:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(272,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:55:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(273,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:56:33','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(274,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:56:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(275,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:57:25','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(276,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:57:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(277,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:01:52','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:01:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(279,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:30:31','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(280,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:30:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(281,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:31:22','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(282,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:31:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(283,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:32:26','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(284,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:32:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:34:38','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:34:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(287,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:36:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(288,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:36:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(289,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:38:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(290,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:38:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:57:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(292,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:57:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(293,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:59:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(294,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:59:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:02:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(296,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:02:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:03:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(298,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:03:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:06:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:06:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:11:46','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:11:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:14:02','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:14:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:15:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:15:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:17:37','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(308,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:17:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:18:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(310,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:18:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(311,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:20:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(312,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:20:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(313,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:22:26','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:22:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(315,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:23:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(316,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:23:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(317,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:24:48','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(318,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:24:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(319,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:26:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(320,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:26:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(321,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:28:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(322,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:28:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(323,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:29:57','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:29:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:30:44','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:30:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:07:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 19:07:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:11:22','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 19:11:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:14:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 19:14:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":1,\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:24:54','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(334,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 19:25:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:25:59','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(336,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-13 19:25:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(337,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:27:32','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 19:27:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 19:31:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(340,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-13 19:34:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(341,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":95,\"title\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:34:53','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(342,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:35:54','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(343,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:38:20','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(344,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:25:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-13 21:37:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(346,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:41:50','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(347,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:46:23','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(348,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:46:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(349,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:47:23','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(350,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:47:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(351,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:48:29','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(352,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:48:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(353,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:49:52','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:49:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(355,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:51:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(356,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:51:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(357,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:52:23','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:52:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(359,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:53:11','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:53:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:54:24','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:54:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:57:33','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(364,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:57:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:58:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(366,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:59:16','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(367,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:59:53','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(368,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:00:25','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(369,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:02:03','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(370,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:02:20','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(371,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:03:05','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(372,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-14 19:19:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(373,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 19:30:26','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(374,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:37:08','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(375,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:41:57','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:40:57','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(377,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 21:50:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 21:51:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:51:28','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 21:51:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(381,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:55:42','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(382,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-14 21:57:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:58:04','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-14 21:58:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(385,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:03:18','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 22:03:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:04:36','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(388,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-14 22:04:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(389,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:15:06','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(390,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:21:37','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(391,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 13:27:59','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(392,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 13:27:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(393,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 13:42:55','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(394,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 13:42:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(395,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 13:43:06','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(396,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 13:43:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(397,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 14:27:39','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(398,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 14:27:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(399,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 14:59:26','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(400,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 14:59:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(401,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 15:25:14','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(402,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 15:25:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(403,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:02:52','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 16:02:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(405,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 16:02:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":95,\"title\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:02:58','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(407,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 16:03:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(408,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":95,\"title\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:03:01','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenieria del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:51:58','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:51:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:53:00','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:53:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:54:53','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:54:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(415,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-07-15 16:56:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 16:57:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:57:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:57:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(419,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:58:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(420,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:58:56','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(421,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:00:34','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(422,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:00:57','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:01:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:05:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:06:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:06:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:07:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(428,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:07:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(429,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:08:45','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(430,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:08:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(431,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:10:30','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:10:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:13:18','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:13:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(435,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:14:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-15 17:14:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(437,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-15 17:15:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(438,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:18:03','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:18:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(440,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:20:47','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(441,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:21:57','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:23:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:29:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:30:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(445,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:45:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:46:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:47:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:47:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:47:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(450,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:51:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:53:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(452,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:54:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:56:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-15 17:56:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-07-15 17:57:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(456,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:58:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:58:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(458,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:00:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:00:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(460,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:02:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(461,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:06:34','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(462,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:10:19','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(463,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:10:19','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(464,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:11:59','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(465,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:14:44','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(466,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:15:39','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:27:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:29:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(469,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-15 18:31:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(470,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-15 18:31:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:33:45','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(472,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:33:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(473,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:33:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(474,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:46:28','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(475,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:47:54','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(476,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:50:51','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(477,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:51:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(478,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:52:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(479,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:53:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:54:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(481,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-17 12:24:20','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 12:26:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(483,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 12:27:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 12:33:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(485,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 12:47:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 12:47:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(487,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 12:58:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(488,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:01:25','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(489,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:01:46','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(490,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:02:04','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(491,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:03:02','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(492,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:03:37','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(493,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:04:11','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(494,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:04:19','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(499,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:05:38','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:06:53','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:06:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(502,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:07:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(503,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:08:14','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(504,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:08:29','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(505,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:08:44','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(506,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:10:11','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(507,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:10:40','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(508,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:12:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(509,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:12:39','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(510,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:12:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:13:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 15:26:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(513,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:27:42','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(514,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:36:27','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(515,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:37:17','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:54:52','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 16:54:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(518,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 16:55:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(519,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:57:11','com_menus.item',393,115,'COM_ACTIONLOGS_DISABLED'),(520,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:13:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(521,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:13:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(522,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:52:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:52:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:53:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(525,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:54:59','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:55:31','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:55:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(528,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:56:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(529,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:56:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(530,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:00:05','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:00:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(532,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:02:07','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(533,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:02:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(534,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:07:09','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:07:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(536,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:07:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:07:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:09:16','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(539,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:09:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(540,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:10:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:10:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(542,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:13:40','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(543,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:13:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:16:47','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:16:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(546,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:20:43','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(547,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:20:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(548,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 19:29:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 19:29:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 19:30:46','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 19:30:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(552,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 19:31:45','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 19:31:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(554,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-18 12:21:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(555,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-18 12:28:57','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-18 12:38:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(557,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-18 12:38:55','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(558,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-18 12:38:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(559,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-18 13:02:34','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(560,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-18 18:53:42','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(561,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-19 19:19:06','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(562,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-19 19:40:17','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(563,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-24 12:33:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(564,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-24 12:36:33','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(565,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-24 12:38:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(566,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:43:05','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(567,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:43:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:48:45','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:48:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:50:37','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(571,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:50:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:52:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:52:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:54:06','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(575,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:54:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(576,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:55:08','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:55:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(578,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:56:25','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(579,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:56:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(580,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:57:11','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(581,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:57:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:26:14','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:26:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(584,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:26:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(585,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:27:21','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(586,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:27:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:27:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:30:15','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:30:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:30:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:30:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:32:07','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:32:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(594,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:32:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:34:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(596,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:36:14','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:36:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(598,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:36:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 14:12:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(600,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 14:15:00','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 14:15:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(602,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 14:17:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(603,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:14:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(604,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:14:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(605,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:20:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:20:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:31:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:31:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(609,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:32:29','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(610,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:32:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(611,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:35:07','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(612,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:35:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(613,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:41:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:41:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:42:34','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:42:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(617,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:43:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(618,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:43:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(619,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:44:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:44:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(621,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:45:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(622,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:00:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(623,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:00:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(624,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:01:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(625,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:01:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(626,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizacion de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:04:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:04:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(628,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:04:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(629,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:04:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(630,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:09:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(631,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:09:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(632,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:10:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(633,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:10:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(634,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:19:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(635,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:19:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(636,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:20:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(637,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:20:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(638,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:21:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(639,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:21:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(640,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:22:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(641,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:25:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(642,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:25:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(643,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:26:50','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:26:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(645,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:27:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(646,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:27:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(647,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:28:47','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(648,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:28:49','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(649,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:28:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:28:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(651,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:30:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(652,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:33:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(653,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:33:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:34:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(655,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:35:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(656,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:36:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(657,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:38:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(658,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:38:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(659,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:38:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:38:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(661,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:39:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(662,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:39:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(663,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:40:39','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(664,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:40:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(665,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:40:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(666,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:40:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(667,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:41:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:41:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:41:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:41:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:46:14','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:46:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(673,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:28:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:28:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:31:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:31:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:42:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:42:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(679,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:42:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:42:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(681,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:53:21','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:53:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(683,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:54:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:54:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(685,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:55:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(686,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:55:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(687,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:55:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:55:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(689,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:56:51','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(690,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:56:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(691,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:02:36','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(692,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:02:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(693,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:34:28','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:34:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:41:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:41:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(697,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:43:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(698,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:43:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(699,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:45:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(700,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:45:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:47:29','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:47:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:50:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:50:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:51:28','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:51:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(707,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:52:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(708,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:52:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(709,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:53:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:53:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(711,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:54:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(712,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:54:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(713,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:55:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(714,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:55:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(715,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:56:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(716,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:56:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(717,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:57:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(718,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:57:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:57:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:57:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(721,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:58:47','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:58:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(723,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:59:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(724,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:59:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(725,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:59:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(726,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:59:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(727,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:00:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(728,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:00:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(729,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:01:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(730,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:01:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(731,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:02:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(732,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:02:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(733,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:02:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(734,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:02:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(735,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:06:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(736,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:06:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(737,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:31:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(738,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:31:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(739,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:31:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:31:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(741,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:32:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(742,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:32:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(743,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:33:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(744,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:33:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(745,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:34:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(746,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:34:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(747,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:35:50','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:35:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(749,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:36:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(750,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:36:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(751,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:37:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:37:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(753,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:37:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:37:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(755,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:38:24','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(756,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:38:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(757,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:38:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(758,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:38:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:39:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:39:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(761,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:40:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:40:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 12:23:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 12:23:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(765,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 13:03:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(766,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-25 14:45:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(767,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:22:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:22:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(769,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:25:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(770,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:26:56','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(771,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:26:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(772,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:27:53','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(773,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:27:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(774,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:29:11','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(775,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:29:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(776,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:29:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(777,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:30:16','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(778,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:30:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(779,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:30:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(780,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:36:05','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(781,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:36:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(782,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-26 18:47:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(783,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 18:47:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(784,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:23:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(785,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:23:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(786,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:25:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(787,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:25:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(788,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:26:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(789,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:26:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(790,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:28:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(791,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:28:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(792,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:28:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:28:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:30:28','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(795,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:30:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(796,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:30:51','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(797,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:30:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(798,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:32:14','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:32:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(800,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:33:06','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:33:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(802,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:33:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(803,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:33:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(804,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:33:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(805,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:33:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(806,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:44:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(807,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-27 14:21:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(808,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-27 14:47:43','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(809,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-27 14:53:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(810,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 14:53:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(811,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-27 14:55:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 14:55:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(813,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-27 14:56:46','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(814,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 14:56:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(815,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 15:05:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(816,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-28 15:00:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(817,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:48:54','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:48:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(819,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:56:55','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:56:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(821,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:57:05','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(822,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:57:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(823,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:58:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(824,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:58:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(825,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:06:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(826,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 16:19:34','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(827,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:19:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(828,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 16:21:35','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(829,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:21:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(830,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 16:47:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(831,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:47:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(832,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 17:57:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(833,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 17:57:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(834,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:00:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(835,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:00:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(836,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:02:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(837,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:02:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(838,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:03:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(839,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:03:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(840,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:03:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(841,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:03:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(842,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:03:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(843,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:03:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(844,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:08','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(845,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(846,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(847,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(848,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(849,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(850,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(851,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(852,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:05:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(853,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:05:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(854,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:06:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(855,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:06:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(856,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:06:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(857,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:06:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(858,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:09:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(859,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:09:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(860,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:10:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(861,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:10:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(862,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:10:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(863,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:10:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(864,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:11:29','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(865,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:11:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(866,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:12:06','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(867,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:12:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(868,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:12:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(869,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:12:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(870,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:12:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(871,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:12:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(872,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:15:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(873,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:15:58','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(874,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:15:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(875,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:44:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(876,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 19:06:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(877,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 19:06:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(878,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 19:09:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(879,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 19:09:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(880,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 19:10:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(881,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 12:20:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(882,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:29:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(883,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:29:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(884,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:33:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(885,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:33:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(886,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:33:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(887,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:33:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(888,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:39:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(889,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-31 13:41:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(890,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:41:19','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(891,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 15:52:44','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(892,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 15:52:48','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(893,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:10:17','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(894,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:10:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(895,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:14:31','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(896,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:14:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(897,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:15:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(898,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:19:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(899,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:19:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(900,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:20:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(901,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:41:29','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(902,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:41:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(903,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:42:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(904,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:42:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(905,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:43:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(906,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:44:03','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(907,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:44:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(908,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:45:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(909,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(910,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(911,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(912,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(913,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:46:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(914,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:46:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(915,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:46:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(916,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:46:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(917,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:48:39','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(918,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:48:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(919,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:50:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(920,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:50:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(921,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:51:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(922,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:53:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(923,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:54:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(924,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:54:43','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(925,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:54:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(926,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:54:51','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(927,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:54:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:54:56','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:55:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(930,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:55:03','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(931,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:55:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(932,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:55:07','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(933,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 18:26:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(934,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:03:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-31 19:42:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(936,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:42:22','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(937,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:49:59','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(938,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(939,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:53:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(940,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:53:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(941,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:53:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(942,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:53:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(943,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:03:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(944,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:04:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(945,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:04:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(946,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:05:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(947,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:05:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(948,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:07:56','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(949,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:07:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(950,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:13:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(951,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:13:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(952,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:16:11','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(953,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:16:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(954,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:18:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(955,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:18:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(956,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:25:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(957,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:36:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(958,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:37:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(959,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:37:47','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(960,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:10:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:34:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:34:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:35:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(964,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:35:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(965,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:36:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(966,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-08 14:52:45','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(967,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-10 22:04:30','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(968,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-10 22:11:44','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(969,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-10 22:14:56','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-11 19:01:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(971,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-11 19:01:41','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(972,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-16 13:32:26','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(973,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-17 14:55:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(974,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 13:39:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(975,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:50:05','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(976,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:50:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(977,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:50:50','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(978,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:50:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(979,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:51:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(980,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:52:04','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(981,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:52:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(982,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(983,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:53:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(984,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:53:24','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(985,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:53:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(986,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 14:21:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(987,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 14:21:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(988,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 14:22:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(989,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 14:22:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(990,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 14:24:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(991,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 14:24:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(992,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:25:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(993,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:26:39','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(994,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:26:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(995,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:30:14','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(996,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:30:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(997,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:30:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(998,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:34:59','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(999,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:34:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1000,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:38:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1001,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-24 15:38:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1002,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:38:52','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1003,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 16:03:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1004,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 16:04:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(1005,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 16:04:59','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1006,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 20:28:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1007,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 20:52:38','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1008,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:52:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1009,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:53:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1010,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 20:53:39','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1011,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:53:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1012,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:53:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1013,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 21:09:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1014,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 21:09:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1015,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 21:10:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1016,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 21:19:06','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(1017,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-08-24 21:19:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1018,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-08-24 21:19:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1019,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-25 13:34:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1020,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:36:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1021,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:36:55','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1022,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:37:36','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1023,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:37:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1024,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:38:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1025,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:41:00','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1026,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:41:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1027,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:42:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1028,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:42:38','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1029,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:42:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1030,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:42:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1031,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:49:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1032,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1033,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:50:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1034,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:53:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1035,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-25 13:54:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1036,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:54:18','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1037,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 14:26:48','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1038,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:26:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1039,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 14:28:43','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1040,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:28:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1041,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:31:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1042,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:41:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1043,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-25 20:15:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1044,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-25 20:45:44','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1045,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1046,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:50:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1047,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:50:04','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1048,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-25 20:50:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1049,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-25 20:50:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1050,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:50:19','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1051,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:51:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1052,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:51:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1053,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:52:39','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1054,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:52:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1055,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:53:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1056,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:53:47','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1057,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:53:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1058,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:54:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1059,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:55:37','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1060,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:55:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1061,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:56:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1062,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:59:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1063,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:00:45','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1064,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:00:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1065,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:17:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1066,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:17:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1067,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:18:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1068,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:18:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1069,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:18:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1070,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:18:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1071,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:18:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1072,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-31 19:34:01','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1073,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-31 19:53:56','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1074,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:12:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1075,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:12:08','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1076,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:12:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1077,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:12:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1078,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:13:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1079,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:14:44','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1080,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:14:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1081,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:14:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1082,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:17:40','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1083,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:17:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1084,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:19:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1085,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:22:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1086,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:22:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1087,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:23:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1088,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-31 20:24:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1089,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:24:29','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1090,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-01 15:08:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1091,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:26:53','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1092,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:26:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1093,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:27:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1094,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:27:07','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1095,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:27:34','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1096,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:27:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1097,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:27:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1098,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:28:28','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1099,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:28:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1100,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:28:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1101,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:30:09','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:30:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1103,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:31:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1104,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:32:31','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1105,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:34:48','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1106,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:34:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1107,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:35:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 15:36:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:36:33','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1110,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:37:43','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 16:02:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:02:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1113,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:03:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1114,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 16:08:44','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1115,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:08:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 16:10:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1117,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:10:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1118,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-01 19:27:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1119,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-01 19:59:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1120,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:15:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1121,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:15:27','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1122,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:20:58','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1123,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:20:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1124,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:21:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1125,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:23:13','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1126,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:23:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1127,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:23:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1128,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:24:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:24:16','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:25:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1131,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:25:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1132,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:30:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:30:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1134,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:32:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1135,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:32:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1136,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:36:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1137,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:36:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1138,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:37:09','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:37:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:39:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1141,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:39:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:41:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:41:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1144,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 20:44:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1145,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:44:44','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1146,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 20:44:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1147,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:44:48','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 20:44:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:44:55','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1150,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:46:54','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1151,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:46:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1152,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-04 20:48:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1153,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-04 21:15:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 12:44:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:44:54','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 12:44:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:44:58','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1158,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 12:45:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:45:08','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:49:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1161,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:49:05','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:50:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1163,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:50:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:50:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1165,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:55:13','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:55:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:55:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1168,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:56:36','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:56:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:56:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1171,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-05 13:33:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:42:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:42:04','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1174,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"L\\u00edneas de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:45:34','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:45:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:47:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1177,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1178,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"L\\u00edneas de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:05','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1179,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:29','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1180,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1181,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:36','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1183,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:49','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1186,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:50:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1187,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:53:14','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:53:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:02:01','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:02:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:08:24','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:08:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:10:34','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:10:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:11:14','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:11:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:11:57','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:11:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1199,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:12:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 14:16:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1201,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:16:44','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:33:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:33:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:33:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1205,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:35:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1206,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-05 14:55:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:01:58','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 15:01:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:04:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 15:04:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1211,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 15:23:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1212,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:24:58','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:25:58','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 15:25:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1215,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 15:44:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1216,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:44:18','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1217,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-05 16:07:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1218,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-06 13:30:11','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:34:48','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:34:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1221,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:35:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1222,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:35:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1223,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:35:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:36:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1225,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:36:32','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:36:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:36:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1228,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:42:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:42:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1230,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:49:30','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1231,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:49:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1232,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:51:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:51:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1234,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:52:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1235,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1236,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:53:46','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1237,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:53:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1238,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:54:11','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1239,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:54:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1240,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:54:43','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1241,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:54:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1242,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:55:08','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1243,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:55:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1244,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:55:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:55:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1246,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:55:46','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1247,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:55:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:56:21','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:56:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:57:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:57:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1252,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:57:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1253,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:57:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1254,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:00:43','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:00:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1256,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:01:08','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1257,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:01:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1258,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:01:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1259,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:01:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1260,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:02:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1261,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:02:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1262,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:02:37','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1263,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:02:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1264,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:03:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1265,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:03:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1266,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:03:15','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1267,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:03:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1268,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:03:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1269,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:03:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1270,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:04:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1271,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:04:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1272,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:04:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1273,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:04:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1274,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:04:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:04:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:05:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1277,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:05:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:13:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:14:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:25:12','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:25:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:42:27','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1283,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:42:52','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:43:41','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:44:12','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1286,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:44:37','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1287,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:49:59','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:50:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:50:08','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:50:51','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1292,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:50:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1293,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:50:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1294,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:51:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1295,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:52:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:52:00','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1297,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:52:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:52:01','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:01:45','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:01:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1301,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:02:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:02:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:02:08','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:02:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:03:03','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:03:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1307,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:03:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1308,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 15:03:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:03:45','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1310,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:08:23','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1311,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:08:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1312,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:17:02','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1313,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:17:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1314,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:20:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1315,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:20:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1316,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:22:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:22:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1318,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:23:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:23:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1320,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:24:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:24:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1322,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:27:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:27:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 15:46:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:46:29','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1326,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-07 13:06:05','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Directorio\",\"extension_name\":\"Directorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:43:23','com_modules.module',393,111,'COM_ACTIONLOGS_DISABLED'),(1328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:46:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Directorio\",\"extension_name\":\"Directorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:51:03','com_modules.module',393,111,'COM_ACTIONLOGS_DISABLED'),(1330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1331,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:55:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:55:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Directorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:55:53','com_modules.module',393,111,'COM_ACTIONLOGS_DISABLED'),(1334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"title\":\"Directorio\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:56:08','com_modules.module',393,0,'COM_ACTIONLOGS_DISABLED'),(1335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:59:37','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1336,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 13:59:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1337,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 13:59:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:13:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1339,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:13:52','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:14:13','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:14:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1342,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:14:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1343,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:20:40','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1344,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:20:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1345,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:21:27','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1346,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:21:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:21:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1348,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:31:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1349,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:31:41','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:33:27','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:33:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1352,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:36:20','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:36:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1354,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:37:06','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1355,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:37:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1356,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:40:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1357,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:50:34','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:50:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1359,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:52:03','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:52:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:52:38','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:52:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1363,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:16:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1364,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:22:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:22:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1366,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:24:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1367,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:24:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1368,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:24:46','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1369,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:24:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1370,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:30:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1371,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:30:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1372,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:32:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1373,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:32:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1374,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:35:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1375,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:35:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:37:36','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1377,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:37:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1378,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:38:17','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1379,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:38:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1380,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:38:38','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1381,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:38:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1382,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:45:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1383,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:45:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1384,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:48:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1385,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:48:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1386,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:51:17','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1387,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:51:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:52:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1389,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:52:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1390,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:53:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1391,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:53:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:53:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:53:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:55:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1395,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:55:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1396,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:56:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:56:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:02:11','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:02:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:04:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:04:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1402,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:10:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:10:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:14:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1405,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:14:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:14:49','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:15:58','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(1408,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-07 17:15:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:17:07','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(1410,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:17:32','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1411,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-07 17:17:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-07 17:18:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:18:00','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:20:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:20:44','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:20:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1417,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-11 13:32:41','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:44:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1419,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 13:49:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:49:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 13:52:50','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1422,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:52:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1423,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 13:53:43','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:53:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1425,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:05:27','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:05:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:05:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1428,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:17:22','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1429,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:17:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1430,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:39:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1431,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:39:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:40:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:51:05','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:51:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1435,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:52:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:56:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1437,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:56:45','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1438,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:56:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1439,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:56:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1440,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:58:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1441,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:58:12','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:58:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1443,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:59:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:59:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1445,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:59:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:59:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:03:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 15:03:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1449,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:03:39','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1450,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 15:03:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1451,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:03:54','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1452,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:05:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:05:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:55:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:55:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:55:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 15:59:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 16:00:25','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 16:00:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 16:01:23','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1461,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 16:01:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1462,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-14 22:06:05','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1463,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-14 22:14:02','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:14:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1465,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:14:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1466,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-14 22:15:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:15:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:16:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-14 22:18:24','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:18:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1471,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:18:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1472,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-15 13:13:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 13:16:45','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1474,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 13:16:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1475,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 13:46:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1476,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 13:46:06','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1477,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-15 14:15:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1478,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:16:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:16:18','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1480,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:22:47','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1481,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:22:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:25:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:40:02','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:40:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:41:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:41:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:42:28','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1488,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:42:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:44:07','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1490,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:44:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:45:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:48:55','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1493,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:48:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1494,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:51:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:51:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:52:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1497,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:54:40','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:54:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1499,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:55:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:56:33','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:56:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1502,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:56:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1503,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 15:05:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1504,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 15:05:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 15:06:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1506,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 15:07:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1507,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 15:07:05','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1508,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-15 19:06:15','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1509,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:45:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:45:19','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1511,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:45:49','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:45:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:47:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1514,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:54:18','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1515,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:54:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:54:37','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:54:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1518,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:54:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1519,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:55:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1520,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:57:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1521,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:57:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1522,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:01:14','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:01:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:01:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1525,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:03:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:03:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1527,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:05:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1528,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:05:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1529,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:06:37','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1530,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:06:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:06:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:07:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1533,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:07:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1534,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:07:40','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:08:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1536,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:08:43','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:08:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:08:48','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1539,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:10:22','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:10:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:11:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1542,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:11:06','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1543,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:11:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:11:12','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:11:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1546,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:11:19','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:13:30','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:13:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:13:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:14:46','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:14:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1552,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:14:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:14:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1554,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:17:04','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1555,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:17:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:17:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1557,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:19:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1558,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:19:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1559,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:19:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1560,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:19:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1561,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:20:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1562,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:21:23','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1563,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:21:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1564,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 14:57:56','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1565,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 19:56:59','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1566,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 21:51:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(1567,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 21:52:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:23:42','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:23:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1570,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:23:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1571,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:25:23','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1572,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:25:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:26:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:27:35','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1575,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:27:36','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1576,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:27:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 12:46:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1578,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:47:05','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1579,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 12:47:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1580,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 12:47:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1581,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:49:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:49:23','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:49:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1584,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:49:27','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1585,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:52:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1586,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:52:53','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:59:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:59:51','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 13:00:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:06:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:06:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:19:36','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:19:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1594,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:21:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:21:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1596,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:21:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:21:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1598,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:22:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:22:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1600,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:28:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1601,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:55:00','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1602,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:55:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1603,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-19 15:15:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1604,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 16:21:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1605,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:21:29','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 16:21:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:21:38','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:24:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1609,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:24:56','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1610,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:24:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1611,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:24:59','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1612,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:26:28','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1613,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:26:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:27:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:28:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:28:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1617,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:30:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1618,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:46:49','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1619,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:46:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:47:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1621,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:49:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1622,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:49:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1623,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-20 14:17:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1624,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:49:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1625,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:50:18','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1626,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:50:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:50:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1628,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:50:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1629,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:50:57','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1630,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:51:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1631,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:51:11','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1632,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:51:48','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1633,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:51:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1634,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:53:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1635,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:54:53','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1636,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:54:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1637,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:55:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1638,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:55:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1639,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:55:31','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1640,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:58:35','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1641,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:58:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1642,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:01:00','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1643,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:01:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:01:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1645,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:04:31','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1646,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:04:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1647,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:05:55','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1648,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:05:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1649,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:06:49','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:06:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1651,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:14:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1652,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:14:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1653,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:14:59','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:15:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1655,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:15:39','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1656,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:15:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1657,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:15:44','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1658,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:15:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1659,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:15:50','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:16:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1661,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:16:00','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1662,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:28:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1663,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:28:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1664,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:28:43','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1665,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:31:51','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1666,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:31:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1667,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:31:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:36:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:36:51','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:36:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:53:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:53:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1673,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:59:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:59:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 16:24:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 16:24:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 16:25:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 16:25:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1679,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:42:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:50:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1681,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 19:51:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:51:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1683,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 19:53:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:53:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1685,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:07:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1686,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:07:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1687,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:17:08','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:17:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1689,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:17:29','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1690,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:17:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1691,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:22:22','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1692,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:22:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1693,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:25:49','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:25:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:28:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:28:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1697,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:29:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1698,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:29:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1699,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:34:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1700,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:34:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:39:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:39:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:43:06','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:43:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:43:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:43:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1707,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:47:05','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1708,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:47:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1709,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-21 13:25:29','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:37:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1711,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 13:53:15','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1712,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:53:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1713,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 13:55:06','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1714,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:55:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:57:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1716,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 13:59:47','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1717,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:59:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1718,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:00:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:03:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:03:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1721,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:04:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:05:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1723,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:06:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1724,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:18:12','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1725,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:18:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1726,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:22:37','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1727,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:22:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1728,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:24:01','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1729,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:24:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1730,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:25:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1731,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:25:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1732,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:25:47','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1733,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:25:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1734,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:25:52','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1735,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-21 14:26:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1736,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:26:47','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1737,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-21 14:26:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1738,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:26:55','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1739,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:29:45','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:29:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1741,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:35:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1742,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-22 13:49:01','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1743,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:04:09','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1744,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:04:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1745,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:04:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1746,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:06:01','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1747,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:06:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:06:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1749,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:07:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1750,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:07:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1751,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:08:33','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:08:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1753,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:09:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-22 14:09:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1755,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:09:37','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1756,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-22 14:09:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1757,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:09:48','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1758,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-22 14:14:52','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:15:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:15:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1761,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:15:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-22 14:15:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:25:03','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:25:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1765,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:26:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1766,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:26:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1767,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-25 21:35:03','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1769,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:36','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1770,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1771,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:37','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1772,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1773,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:40','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1774,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1775,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:47','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1776,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1777,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:00','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1778,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1779,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:04','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1780,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1781,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:07','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1782,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1783,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:09','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1784,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:02:13','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1785,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:02:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1786,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:02:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1787,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:04:56','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1788,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:04:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1789,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:05:58','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1790,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:05:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1791,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:08:15','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1792,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:08:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:10:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:20:21','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1795,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:20:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1796,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:20:55','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1797,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:20:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1798,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:23:03','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:23:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1800,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:24:56','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:24:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1802,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:26:27','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1803,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:26:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1804,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:27:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1805,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:28:48','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1806,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:28:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1807,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:29:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1808,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:30:02','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1809,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:30:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1810,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:30:24','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1811,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:30:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:31:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1813,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:31:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1814,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:31:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1815,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:10:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1816,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:10:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1817,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:12:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:12:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1819,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:13:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:13:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1821,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:13:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1822,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:13:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1823,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:31:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1824,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:39:44','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1825,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:39:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1826,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:44:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1827,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:44:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1828,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:45:58','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1829,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:45:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1830,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:47:49','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1831,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:47:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1832,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:49:25','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1833,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:49:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1834,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:50:23','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1835,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:50:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1836,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:51:09','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1837,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:51:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1838,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:51:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1839,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:54:26','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1840,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:54:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1841,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:55:18','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1842,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:55:56','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1843,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-26 12:55:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1844,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:56:12','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1845,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:57:06','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1846,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:57:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1847,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:57:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1848,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-26 12:57:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1849,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:12:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1850,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:14:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1851,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:16:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1852,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:16:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1853,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:17:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1854,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:17:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1855,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:20:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1856,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:23:58','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1857,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:26:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1858,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:26:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1859,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:27:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1860,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:27:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1861,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:30:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1862,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:30:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1863,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-30 15:34:29','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1864,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":244,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,244,'COM_ACTIONLOGS_DISABLED'),(1865,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":236,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,236,'COM_ACTIONLOGS_DISABLED'),(1866,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":237,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,237,'COM_ACTIONLOGS_DISABLED'),(1867,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":238,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,238,'COM_ACTIONLOGS_DISABLED'),(1868,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":239,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,239,'COM_ACTIONLOGS_DISABLED'),(1869,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":245,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,245,'COM_ACTIONLOGS_DISABLED'),(1870,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":241,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,241,'COM_ACTIONLOGS_DISABLED'),(1871,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":242,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,242,'COM_ACTIONLOGS_DISABLED'),(1872,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":243,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,243,'COM_ACTIONLOGS_DISABLED'),(1873,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":234,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,234,'COM_ACTIONLOGS_DISABLED'),(1874,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":232,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,232,'COM_ACTIONLOGS_DISABLED'),(1875,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":233,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,233,'COM_ACTIONLOGS_DISABLED'),(1876,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":235,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 15:35:44','com_installer',393,235,'COM_ACTIONLOGS_DISABLED'),(1877,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.4.1\",\"oldversion\":\"Desconocido\"}','2023-11-30 15:54:40','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(1878,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.4.1\",\"oldversion\":\"4.3.4\"}','2023-11-30 15:54:40','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(1879,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 15:55:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1880,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-30 19:07:18','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1881,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 19:48:44','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1882,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:48:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1883,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:49:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1884,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 19:50:06','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1885,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:50:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1886,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:50:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1887,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 19:52:16','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1888,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:52:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1889,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 19:52:37','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1890,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:52:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1891,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 19:55:53','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1892,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:55:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1893,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-07 16:17:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1894,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-13 15:12:29','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1895,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:28:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1896,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":248,\"name\":\"Regular Labs Library\",\"extension_name\":\"Regular Labs Library\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:29:40','com_installer',393,248,'COM_ACTIONLOGS_DISABLED'),(1897,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":249,\"name\":\"PLG_SYSTEM_REGULARLABS\",\"extension_name\":\"PLG_SYSTEM_REGULARLABS\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:29:40','com_installer',393,249,'COM_ACTIONLOGS_DISABLED'),(1898,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":250,\"name\":\"PKG_REGULARLABS\",\"extension_name\":\"PKG_REGULARLABS\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:29:40','com_installer',393,250,'COM_ACTIONLOGS_DISABLED'),(1899,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":251,\"name\":\"PLG_SYSTEM_SOURCERER\",\"extension_name\":\"PLG_SYSTEM_SOURCERER\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:29:40','com_installer',393,251,'COM_ACTIONLOGS_DISABLED'),(1900,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":252,\"name\":\"PLG_EDITORS-XTD_SOURCERER\",\"extension_name\":\"PLG_EDITORS-XTD_SOURCERER\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:29:40','com_installer',393,252,'COM_ACTIONLOGS_DISABLED'),(1901,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":253,\"name\":\"PKG_SOURCERER\",\"extension_name\":\"PKG_SOURCERER\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:29:40','com_installer',393,253,'COM_ACTIONLOGS_DISABLED'),(1902,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:30:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1903,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:30:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1904,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:32:09','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1905,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:32:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1906,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:34:05','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1907,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:34:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1908,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:44:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1909,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:44:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1910,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:45:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1911,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:45:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1912,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:45:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1913,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:50:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1914,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:50:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1915,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:52:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1916,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:52:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1917,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:55:28','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1918,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:55:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1919,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:55:30','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1920,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:56:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1921,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:56:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1922,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 15:58:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1923,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 15:58:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1924,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:02:09','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1925,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:02:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1926,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:04:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1927,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:04:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:04:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:04:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1930,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:06:38','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1931,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:06:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1932,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:07:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1933,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:07:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1934,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:08:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:08:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1936,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:09:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1937,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:09:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1938,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:11:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1939,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:11:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1940,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:11:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1941,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:11:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1942,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 16:12:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1943,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 16:12:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1944,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-14 15:04:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1945,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-14 15:10:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1946,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-14 15:10:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1947,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-14 15:13:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1948,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-14 15:13:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-14 15:18:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(1950,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-14 15:18:57','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1951,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-14 15:21:24','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1952,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-14 15:21:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1953,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-14 15:23:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1954,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-14 15:23:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1955,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-14 15:26:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1956,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-14 15:26:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1957,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-18 13:07:42','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1958,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:09:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1959,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-18 14:27:39','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1960,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:27:56','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1961,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:27:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1962,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:31:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1963,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:33:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1964,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:33:11','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1965,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:33:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1966,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:33:25','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1967,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:33:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1968,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:33:37','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1969,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:34:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1970,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:34:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1971,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:35:19','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1972,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:35:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1973,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:35:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1974,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:35:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1975,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:36:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1976,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:37:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1977,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:37:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1978,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:37:07','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1979,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:37:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1980,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:37:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1981,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:37:36','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1982,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 14:37:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1983,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:37:46','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1984,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:38:01','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1985,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-18 14:38:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1986,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:38:30','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1987,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-18 14:38:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1988,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:38:38','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1989,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-18 14:38:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1990,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:38:54','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1991,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:39:29','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1992,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:50:41','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(1993,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-12-18 14:50:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1994,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 14:53:51','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(1995,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-12-18 14:53:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1996,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-12-18 14:53:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1997,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 15:04:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1998,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 15:04:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1999,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 15:13:33','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2000,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 15:13:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2001,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 15:15:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2002,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 15:15:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2003,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 15:19:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2004,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-18 21:20:10','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2005,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 21:20:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2006,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 21:20:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2007,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-18 21:23:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2008,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-18 21:28:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2009,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 21:30:51','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(2010,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-18 21:30:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2011,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 21:39:55','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(2012,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-19 13:28:06','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2013,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":254,\"name\":\"Content - Simple Sliders\",\"extension_name\":\"Content - Simple Sliders\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 13:41:27','com_installer',393,254,'COM_ACTIONLOGS_DISABLED'),(2014,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 13:44:25','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2015,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 13:44:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2016,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 13:47:30','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2017,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 13:47:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2018,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 13:52:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2019,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 13:52:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2020,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 13:58:37','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2021,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 13:58:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2022,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 14:08:05','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2023,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:08:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2024,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:21:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2025,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 14:22:33','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(2026,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-19 14:22:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2027,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 14:25:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2028,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:25:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2029,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:25:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2030,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 14:49:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2031,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:49:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2032,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:49:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2033,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 14:50:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2034,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:50:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2035,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:50:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2036,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 14:52:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2037,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:52:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2038,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 14:53:47','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2039,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:53:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2040,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 14:53:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2041,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 15:12:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2042,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-19 15:12:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2043,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 15:14:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2044,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 15:14:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2045,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 15:14:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2046,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 15:14:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2047,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-19 15:15:17','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2048,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-19 15:15:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2049,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-22 13:37:57','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2050,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":254,\"name\":\"Content - Simple Sliders\",\"extension_name\":\"Content - Simple Sliders\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 13:39:29','com_installer',393,254,'COM_ACTIONLOGS_DISABLED'),(2051,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 14:27:08','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2052,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 14:27:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2053,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 14:27:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2054,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 14:28:27','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2055,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 14:28:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2056,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 14:28:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2057,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 14:30:01','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2058,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 14:30:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2059,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 14:30:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2060,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-22 15:03:21','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2061,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:03:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2062,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:03:32','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2063,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:04:50','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2064,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:04:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2065,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:05:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2066,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:07:02','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2067,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:07:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2068,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:07:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2069,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:16:47','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2070,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:16:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2071,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:30:47','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2072,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:30:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2073,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:32:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2074,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-22 15:32:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2075,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:32:38','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2076,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:43:34','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2077,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:43:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2078,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:48:49','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2079,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:48:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2080,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:49:33','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2081,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:49:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2082,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 15:56:27','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2083,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 15:56:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2084,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-22 16:02:44','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2085,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-22 16:02:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2086,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-26 12:55:18','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2087,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 12:57:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2088,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:02:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2089,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:02:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2090,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:13:36','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2091,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:13:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2092,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:16:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2093,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:16:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2094,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:18:05','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2095,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:18:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2096,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:36:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2097,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:36:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2098,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:38:25','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2099,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:38:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2100,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:45:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2101,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:45:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 13:47:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 13:48:38','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2104,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-12-26 13:48:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2105,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-12-26 13:49:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2106,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-26 16:04:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2107,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:29:06','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:29:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:29:22','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2110,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:29:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:30:36','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:30:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:30:59','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2114,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:30:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2115,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:32:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:38:12','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2117,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:38:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2118,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:39:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2119,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:39:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2120,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:40:02','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2121,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:40:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2122,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:40:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2123,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:41:06','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2124,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:41:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2125,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:41:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2126,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:45:46','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2127,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:45:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2128,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:46:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2129,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:46:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2130,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 16:55:53','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2131,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 16:55:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2132,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-26 17:39:57','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2133,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:40:59','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2134,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:40:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2135,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:43:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:43:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2137,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:48:57','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:48:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2139,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:50:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2140,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:50:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2141,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:53:57','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:53:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2143,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:56:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2144,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:56:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2145,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:58:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2146,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:58:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2147,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 17:59:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 17:59:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:14:38','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2150,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:14:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:17:43','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2152,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:17:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2153,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:20:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:20:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:21:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:21:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:25:05','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2158,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:25:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:28:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:28:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2161,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:29:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2162,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:29:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2163,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:35:08','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:35:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2165,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:35:38','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:35:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 18:37:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2168,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 18:38:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-12-26 18:38:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2170,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-26 19:24:02','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2171,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 19:38:55','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-12-26 19:38:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 19:40:34','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 19:40:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 19:40:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2176,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 19:42:45','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2177,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 19:42:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2178,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 19:46:24','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2179,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 19:46:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2180,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 19:46:41','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2181,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 19:46:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-26 19:46:46','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2183,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-26 19:46:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2184,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-27 13:14:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2185,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:25:25','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2186,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:25:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2187,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:27:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:27:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2189,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:29:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2190,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:30:14','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2191,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:30:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:30:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2193,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:30:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:31:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:31:52','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:31:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:32:45','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:32:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2199,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:33:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2200,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:38:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2201,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:38:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:50:39','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:50:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2204,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:52:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2205,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:52:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2206,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:53:51','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2207,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:53:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2208,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 13:54:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2209,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 13:54:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2210,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-27 14:50:34','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2211,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 14:59:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 14:59:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:03:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:03:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:08:21','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:08:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:10:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2218,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:10:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:11:25','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:11:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2221,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:12:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2222,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:12:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:12:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:12:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2225,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:13:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:13:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:14:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2228,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:15:38','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:15:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2230,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:15:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2231,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:20:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:20:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2233,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:22:55','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2234,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:22:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2235,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:26:27','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2236,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:26:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2237,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:31:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2238,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:31:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2239,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:34:07','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2240,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:34:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2241,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:37:27','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:37:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2243,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:39:32','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2244,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:39:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:40:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2246,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:40:58','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2247,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:40:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:41:00','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:41:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:42:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:42:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2252,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-27 15:49:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2253,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-27 15:50:14','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2254,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-12-27 15:50:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-12-27 15:50:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2256,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-12-27 15:51:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2257,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-16 13:19:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2258,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.4.2\",\"oldversion\":\"Desconocido\"}','2024-01-16 13:21:48','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(2259,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.4.2\",\"oldversion\":\"4.4.1\"}','2024-01-16 13:21:48','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(2260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:28:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2261,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:28:12','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:28:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2263,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:28:52','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2264,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:29:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2265,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:29:00','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2266,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:36:27','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2267,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:36:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2268,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:36:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:39:30','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:39:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2271,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:40:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2272,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:44:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2273,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:44:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2274,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:48:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:48:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:49:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2277,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:49:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2278,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:52:37','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:52:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:54:09','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:54:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:55:25','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2283,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:55:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 13:59:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2285,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:59:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 13:59:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2287,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-16 14:00:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:00:26','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-16 14:00:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:00:31','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(2291,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-16 14:00:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2292,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:00:47','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2293,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-16 14:00:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2294,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:00:51','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2295,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-16 14:00:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:00:57','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:02:57','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(2298,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-16 14:02:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:12:27','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 14:12:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:20:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 14:20:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:23:30','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 14:23:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2305,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 14:23:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2306,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 14:31:00','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2307,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-16 14:31:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2308,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-16 20:16:02','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 21:38:47','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2310,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 21:38:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2311,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 21:46:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2312,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 21:46:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2313,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 21:54:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 21:54:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2315,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 21:55:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2316,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 21:55:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2317,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 21:57:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2318,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 21:57:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2319,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 21:58:25','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2320,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 21:58:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2321,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 21:59:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2322,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 21:59:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2323,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 22:01:11','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 22:01:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2325,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 22:01:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2326,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 22:08:29','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2327,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 22:08:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 22:09:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 22:10:22','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 22:10:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-16 22:10:58','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-16 22:10:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 13:18:20','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2334,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-17 13:18:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 13:20:15','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2336,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 13:20:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2337,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-17 13:54:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2338,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 13:58:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 13:58:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 13:59:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 13:59:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2342,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:00:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:00:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:02:06','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:02:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:03:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:03:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:04:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:04:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:06:03','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:06:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2352,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:07:15','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:07:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2354,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:08:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2355,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:08:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2356,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:09:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2357,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:09:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2358,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:10:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2359,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:10:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2360,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:14:52','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2361,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:14:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:16:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:16:47','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2364,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:16:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:16:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2366,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:18:12','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2367,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-17 14:18:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2368,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:23:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2369,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:23:03','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2370,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:23:37','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2371,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 14:23:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2372,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-17 14:24:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2373,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 14:24:01','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2374,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-17 15:51:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2375,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 15:54:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2376,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 15:54:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 15:56:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 15:56:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 15:57:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 15:57:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2381,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 15:58:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2382,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 15:58:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 15:59:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 15:59:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2385,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 16:00:30','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:00:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 16:02:37','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2388,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:02:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2389,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 16:05:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2390,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:05:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2391,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:07:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 16:08:01','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:08:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2394,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:08:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2395,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 16:09:23','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2396,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:09:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:09:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2398,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 16:09:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2399,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 16:09:43','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2400,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-17 16:10:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2401,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 16:10:02','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2402,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 19:19:18','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-17 19:19:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2404,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-17 20:25:40','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2405,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:30:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2406,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:30:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:34:39','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2408,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:34:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:37:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:37:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:38:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:38:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2413,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:38:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2414,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:42:12','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2415,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:42:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:42:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:49:48','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:49:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2419,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:50:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:50:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:50:41','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2422,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:51:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:51:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2424,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:51:55','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:51:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-17 20:52:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2427,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 20:52:10','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2428,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-17 20:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2429,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-17 20:53:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2430,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-17 21:08:55','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2431,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-17 21:08:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2432,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-18 21:04:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:06:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-18 21:06:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2435,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:14:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-18 21:14:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2437,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-18 21:15:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2438,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:16:21','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-18 21:16:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2440,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:16:24','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2441,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-18 21:16:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2442,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:18:11','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-18 21:18:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-18 21:18:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2445,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:18:26','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-18 21:19:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2447,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:19:00','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2448,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-18 21:19:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-18 21:19:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2450,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-18 21:22:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-18 21:22:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2452,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-18 21:31:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2453,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-19 13:19:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2454,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 13:26:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 13:26:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 13:31:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 13:31:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 13:31:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 13:31:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 13:35:42','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2461,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 13:35:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2462,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 13:35:48','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2463,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 13:35:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2464,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 13:37:51','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2465,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 13:37:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2466,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 13:38:56','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-19 13:38:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2468,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-19 15:14:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 15:23:08','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-19 15:23:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 15:42:49','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2472,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 15:42:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 15:44:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2474,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 15:44:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2475,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 15:45:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2476,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 15:46:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2477,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 15:46:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2478,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 15:46:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 15:48:31','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 15:48:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2481,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-19 19:05:52','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2482,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 19:13:51','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2483,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 19:13:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2484,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 19:14:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2485,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 19:14:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 19:15:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 19:15:56','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2488,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 19:15:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 19:16:54','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2490,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 19:16:55','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 19:16:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 19:18:40','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2493,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-19 19:18:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2494,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-19 19:18:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-19 19:19:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2496,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-19 20:48:52','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 20:57:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2498,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 20:57:06','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2499,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 20:57:59','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2500,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 20:57:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:07:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:11:51','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2503,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:11:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2504,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:15:06','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:15:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2506,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:18:46','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2507,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:18:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2508,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:19:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2509,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-19 21:44:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2510,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:44:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2511,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:44:21','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:44:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:47:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:47:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2515,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:47:47','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:48:09','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2517,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:48:09','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2518,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:48:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2519,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:49:39','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2520,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:49:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2521,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 21:53:25','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 21:53:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2523,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 22:16:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 22:16:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2525,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-19 22:16:49','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2526,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 22:16:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-19 22:17:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2528,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-22 13:03:39','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2529,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 13:04:38','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2530,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-22 13:04:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-22 13:05:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2532,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 13:05:23','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2533,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 13:05:49','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 13:05:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2535,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-22 14:28:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2536,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 14:31:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2537,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 14:33:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2538,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 14:33:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2539,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 14:42:39','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 14:42:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2541,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 14:51:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `cql20_action_logs` VALUES (2542,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 14:51:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2543,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 14:54:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2544,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 14:54:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2545,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 14:57:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2546,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 14:57:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 14:59:38','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 14:59:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 15:01:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 15:05:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 15:05:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2552,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 15:06:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 15:06:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2554,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 15:08:45','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2555,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 15:08:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 15:09:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2557,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 15:09:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2558,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 15:09:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2559,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-22 15:09:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2560,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 15:09:30','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2561,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 15:14:33','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2562,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-01-22 15:14:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2563,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 15:29:34','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2564,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 15:29:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2565,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-22 16:15:47','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2566,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 16:23:06','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2567,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 16:23:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 16:32:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 16:32:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 16:32:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2571,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 16:32:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2572,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-22 19:01:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:04:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2574,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:04:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2575,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:04:22','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2576,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:05:58','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:05:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2578,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:06:02','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2579,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:06:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2580,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:06:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2581,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:06:24','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:06:40','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:06:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2584,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:07:12','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2585,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:07:14','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2586,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:07:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:07:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:09:25','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:09:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2590,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:09:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2591,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:09:42','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:11:18','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:11:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2594,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:15:03','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:15:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2596,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:22:46','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:22:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2598,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 19:53:14','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 19:53:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2600,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-01-22 21:56:18','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-22 21:57:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2602,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 21:57:10','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2603,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-22 21:57:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2604,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-22 21:57:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2605,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-01-22 21:57:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2606,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 21:57:28','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(2607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 21:57:28','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2608,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 21:57:28','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(2609,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 21:59:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2610,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 21:59:15','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2611,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:06:48','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2612,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:06:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2613,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:09:01','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:09:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:09:30','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:09:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2617,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:10:17','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2618,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:10:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2619,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:10:50','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:10:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2621,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:11:15','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2622,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:11:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2623,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:12:05','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2624,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:12:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2625,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-22 22:13:28','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2626,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-22 22:13:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-23 13:14:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2628,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-23 13:26:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2629,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-23 13:32:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2630,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-01-23 13:36:51','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2631,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-23 13:36:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2632,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-01-23 13:44:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2633,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-14 20:41:31','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2634,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2024-03-14 20:41:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2635,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":188,\"title\":\"plg_system_updatenotification\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=188\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-14 20:41:44','com_plugins.plugin',393,188,'COM_ACTIONLOGS_DISABLED'),(2636,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-02 22:15:29','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2637,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-03 14:52:01','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2638,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-16 19:28:57','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2639,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-16 19:31:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2640,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-16 19:31:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2641,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-16 19:31:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2642,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-16 19:35:04','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2643,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-16 19:35:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-16 19:35:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2645,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-13 22:11:21','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2646,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-16 13:47:30','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2647,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU\",\"id\":2,\"title\":\"menu-vertical\",\"itemlink\":\"index.php?option=com_menus&task=menu.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2025-05-16 13:56:38','com_menus.menu',393,2,'COM_ACTIONLOGS_DISABLED'),(2648,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":123,\"title\":\"buscador\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=123\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2025-05-16 13:56:58','com_menus.item',393,123,'COM_ACTIONLOGS_DISABLED'),(2649,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"buscador\",\"extension_name\":\"buscador\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2025-05-16 14:01:18','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2025-05-16 14:02:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2651,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2025-05-16 14:02:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2652,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-19 20:03:30','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2653,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-22 22:09:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2654,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2025-05-22 22:10:29','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(2655,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2025-05-22 22:10:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2656,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2025-05-22 22:10:47','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(2657,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-26 21:48:51','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2658,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2025-05-26 21:52:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED');
/*!40000 ALTER TABLE `cql20_action_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_action_logs_extensions`
--
DROP TABLE IF EXISTS `cql20_action_logs_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_action_logs_extensions` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`extension` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_action_logs_extensions`
--
LOCK TABLES `cql20_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `cql20_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `cql20_action_logs_extensions` VALUES (1,'com_banners'),(2,'com_cache'),(3,'com_categories'),(4,'com_config'),(5,'com_contact'),(6,'com_content'),(7,'com_installer'),(8,'com_media'),(9,'com_menus'),(10,'com_messages'),(11,'com_modules'),(12,'com_newsfeeds'),(13,'com_plugins'),(14,'com_redirect'),(15,'com_tags'),(16,'com_templates'),(17,'com_users'),(18,'com_checkin'),(19,'com_scheduler');
/*!40000 ALTER TABLE `cql20_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_action_logs_users`
--
DROP TABLE IF EXISTS `cql20_action_logs_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_action_logs_users` (
`user_id` int unsigned NOT NULL,
`notify` tinyint unsigned NOT NULL,
`extensions` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`user_id`),
KEY `idx_notify` (`notify`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_action_logs_users`
--
LOCK TABLES `cql20_action_logs_users` WRITE;
/*!40000 ALTER TABLE `cql20_action_logs_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_assets`
--
DROP TABLE IF EXISTS `cql20_assets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_assets` (
`id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`parent_id` int NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
`lft` int NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
`rgt` int NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
`level` int unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
`name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_asset_name` (`name`),
KEY `idx_lft_rgt` (`lft`,`rgt`),
KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_assets`
--
LOCK TABLES `cql20_assets` WRITE;
/*!40000 ALTER TABLE `cql20_assets` DISABLE KEYS */;
INSERT INTO `cql20_assets` VALUES (1,0,0,213,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.api\":{\"8\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,24,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(8,1,25,64,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.execute.transition\":{\"6\":1,\"5\":1}}'),(9,1,65,66,1,'com_cpanel','com_cpanel','{}'),(10,1,67,68,1,'com_installer','com_installer','{\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,69,74,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1}}'),(12,11,70,71,2,'com_languages.language.1','English (en-GB)','{}'),(13,1,75,76,1,'com_login','com_login','{}'),(14,1,77,78,1,'com_mails','com_mails','{}'),(15,1,79,80,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,81,86,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1}}'),(17,1,87,88,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,89,166,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1}}'),(19,1,167,170,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(20,1,171,172,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1}}'),(21,1,173,174,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1}}'),(23,1,175,176,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1}}'),(24,1,181,184,1,'com_users','com_users','{\"core.admin\":{\"7\":1}}'),(26,1,185,186,1,'com_wrapper','com_wrapper','{}'),(27,8,26,45,2,'com_content.category.2','Uncategorised','{}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{}'),(30,19,168,169,2,'com_newsfeeds.category.5','Uncategorised','{}'),(32,24,182,183,2,'com_users.category.7','Uncategorised','{}'),(33,1,187,188,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,189,190,1,'com_joomlaupdate','com_joomlaupdate','{}'),(35,1,191,192,1,'com_tags','com_tags','{}'),(36,1,193,194,1,'com_contenthistory','com_contenthistory','{}'),(37,1,195,196,1,'com_ajax','com_ajax','{}'),(38,1,197,198,1,'com_postinstall','com_postinstall','{}'),(39,18,90,91,2,'com_modules.module.1','Main Menu','{}'),(40,18,92,93,2,'com_modules.module.2','Login','{}'),(41,18,94,95,2,'com_modules.module.3','Popular Articles','{}'),(42,18,96,97,2,'com_modules.module.4','Recently Added Articles','{}'),(43,18,98,99,2,'com_modules.module.8','Toolbar','{}'),(44,18,100,101,2,'com_modules.module.9','Notifications','{}'),(45,18,102,103,2,'com_modules.module.10','Logged-in Users','{}'),(46,18,104,105,2,'com_modules.module.12','Admin Menu','{}'),(49,18,110,111,2,'com_modules.module.15','Title','{}'),(50,18,112,113,2,'com_modules.module.16','Login Form','{}'),(51,18,114,115,2,'com_modules.module.17','Breadcrumbs','{}'),(52,18,116,117,2,'com_modules.module.79','Multilanguage status','{}'),(53,18,120,121,2,'com_modules.module.86','Joomla Version','{}'),(54,16,82,83,2,'com_menus.menu.1','Main Menu','{}'),(55,18,124,125,2,'com_modules.module.87','Sample Data','{}'),(56,8,46,63,2,'com_content.workflow.1','COM_WORKFLOW_BASIC_WORKFLOW','{}'),(57,56,47,48,3,'com_content.stage.1','COM_WORKFLOW_BASIC_STAGE','{}'),(58,56,49,50,3,'com_content.transition.1','Unpublish','{}'),(59,56,51,52,3,'com_content.transition.2','Publish','{}'),(60,56,53,54,3,'com_content.transition.3','Trash','{}'),(61,56,55,56,3,'com_content.transition.4','Archive','{}'),(62,56,57,58,3,'com_content.transition.5','Feature','{}'),(63,56,59,60,3,'com_content.transition.6','Unfeature','{}'),(64,56,61,62,3,'com_content.transition.7','Publish & Feature','{}'),(65,1,177,178,1,'com_privacy','com_privacy','{}'),(66,1,179,180,1,'com_actionlogs','com_actionlogs','{}'),(67,18,106,107,2,'com_modules.module.88','Latest Actions','{}'),(68,18,108,109,2,'com_modules.module.89','Privacy Dashboard','{}'),(70,18,118,119,2,'com_modules.module.103','Site','{}'),(71,18,122,123,2,'com_modules.module.104','System','{}'),(72,18,126,127,2,'com_modules.module.91','System Dashboard','{}'),(73,18,128,129,2,'com_modules.module.92','Content Dashboard','{}'),(74,18,130,131,2,'com_modules.module.93','Menus Dashboard','{}'),(75,18,132,133,2,'com_modules.module.94','Components Dashboard','{}'),(76,18,134,135,2,'com_modules.module.95','Users Dashboard','{}'),(77,18,136,137,2,'com_modules.module.99','Frontend Link','{}'),(78,18,138,139,2,'com_modules.module.100','Messages','{}'),(79,18,140,141,2,'com_modules.module.101','Post Install Messages','{}'),(80,18,142,143,2,'com_modules.module.102','User Status','{}'),(82,18,144,145,2,'com_modules.module.105','3rd Party','{}'),(83,18,146,147,2,'com_modules.module.106','Help Dashboard','{}'),(84,18,148,149,2,'com_modules.module.107','Privacy Requests','{}'),(85,18,150,151,2,'com_modules.module.108','Privacy Status','{}'),(86,18,152,153,2,'com_modules.module.96','Popular Articles','{}'),(87,18,154,155,2,'com_modules.module.97','Recently Added Articles','{}'),(88,18,156,157,2,'com_modules.module.98','Logged-in Users','{}'),(89,18,158,159,2,'com_modules.module.90','Login Support','{}'),(90,1,199,200,1,'com_scheduler','com_scheduler','{}'),(91,1,201,202,1,'com_associations','com_associations','{}'),(92,1,203,204,1,'com_categories','com_categories','{}'),(93,1,205,206,1,'com_fields','com_fields','{}'),(94,1,207,208,1,'com_workflow','com_workflow','{}'),(95,1,209,210,1,'com_guidedtours','com_guidedtours','{}'),(96,18,160,161,2,'com_modules.module.109','Guided Tours','{}'),(97,11,72,73,2,'com_languages.language.2','Spanish (es-ES)','{}'),(98,18,162,163,2,'com_modules.module.110','Gantry 5 Particle','{}'),(99,1,211,212,1,'com_gantry5','com_gantry5','{}'),(101,27,27,28,3,'com_content.article.2','Requisitos de admisión','{}'),(102,27,29,30,3,'com_content.article.3','Axiológicos','{}'),(103,27,31,32,3,'com_content.article.4','Objeto de Estudio','{}'),(104,27,33,34,3,'com_content.article.5','Perfiles','{}'),(105,27,35,36,3,'com_content.article.6','Propósito de Formación ','{}'),(106,27,37,38,3,'com_content.article.7','Plan de estudios','{}'),(107,27,39,40,3,'com_content.article.8','Normatividad','{}'),(108,7,16,17,2,'com_contact.field.1','Director de programa','{}'),(109,7,18,19,2,'com_contact.field.2','Correo Institucional','{}'),(110,7,20,21,2,'com_contact.field.3',' Lugar de contacto:','{}'),(111,7,22,23,2,'com_contact.field.4','Telefono','{}'),(112,27,41,42,3,'com_content.article.9','Líneas y Áreas de Investigación','{}'),(113,27,43,44,3,'com_content.article.10','Objetivos del programa','{}'),(116,16,84,85,2,'com_menus.menu.2','menu-vertical','{}'),(117,18,164,165,2,'com_modules.module.112','buscador','{}');
/*!40000 ALTER TABLE `cql20_assets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_associations`
--
DROP TABLE IF EXISTS `cql20_associations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_associations` (
`id` int NOT NULL COMMENT 'A reference to the associated item.',
`context` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
`key` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
PRIMARY KEY (`context`,`id`),
KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_associations`
--
LOCK TABLES `cql20_associations` WRITE;
/*!40000 ALTER TABLE `cql20_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_associations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_banner_clients`
--
DROP TABLE IF EXISTS `cql20_banner_clients`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_banner_clients` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`contact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`extrainfo` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`state` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`own_prefix` tinyint NOT NULL DEFAULT '0',
`metakey_prefix` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`purchase_type` tinyint NOT NULL DEFAULT '-1',
`track_clicks` tinyint NOT NULL DEFAULT '-1',
`track_impressions` tinyint NOT NULL DEFAULT '-1',
PRIMARY KEY (`id`),
KEY `idx_own_prefix` (`own_prefix`),
KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_banner_clients`
--
LOCK TABLES `cql20_banner_clients` WRITE;
/*!40000 ALTER TABLE `cql20_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_banner_tracks`
--
DROP TABLE IF EXISTS `cql20_banner_tracks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_banner_tracks` (
`track_date` datetime NOT NULL,
`track_type` int unsigned NOT NULL,
`banner_id` int unsigned NOT NULL,
`count` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
KEY `idx_track_date` (`track_date`),
KEY `idx_track_type` (`track_type`),
KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_banner_tracks`
--
LOCK TABLES `cql20_banner_tracks` WRITE;
/*!40000 ALTER TABLE `cql20_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_banners`
--
DROP TABLE IF EXISTS `cql20_banners`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_banners` (
`id` int NOT NULL AUTO_INCREMENT,
`cid` int NOT NULL DEFAULT '0',
`type` int NOT NULL DEFAULT '0',
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`imptotal` int NOT NULL DEFAULT '0',
`impmade` int NOT NULL DEFAULT '0',
`clicks` int NOT NULL DEFAULT '0',
`clickurl` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`state` tinyint NOT NULL DEFAULT '0',
`catid` int unsigned NOT NULL DEFAULT '0',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`custombannercode` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`sticky` tinyint unsigned NOT NULL DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0',
`metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`own_prefix` tinyint NOT NULL DEFAULT '0',
`metakey_prefix` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`purchase_type` tinyint NOT NULL DEFAULT '-1',
`track_clicks` tinyint NOT NULL DEFAULT '-1',
`track_impressions` tinyint NOT NULL DEFAULT '-1',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
`reset` datetime DEFAULT NULL,
`created` datetime NOT NULL,
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`created_by` int unsigned NOT NULL DEFAULT '0',
`created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`version` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_state` (`state`),
KEY `idx_own_prefix` (`own_prefix`),
KEY `idx_metakey_prefix` (`metakey_prefix`(100)),
KEY `idx_banner_catid` (`catid`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_banners`
--
LOCK TABLES `cql20_banners` WRITE;
/*!40000 ALTER TABLE `cql20_banners` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_banners` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_categories`
--
DROP TABLE IF EXISTS `cql20_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_categories` (
`id` int NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
`parent_id` int unsigned NOT NULL DEFAULT '0',
`lft` int NOT NULL DEFAULT '0',
`rgt` int NOT NULL DEFAULT '0',
`level` int unsigned NOT NULL DEFAULT '0',
`path` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`published` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`access` int unsigned NOT NULL DEFAULT '0',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`metadesc` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
`metakey` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The keywords for the page.',
`metadata` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
`created_user_id` int unsigned NOT NULL DEFAULT '0',
`created_time` datetime NOT NULL,
`modified_user_id` int unsigned NOT NULL DEFAULT '0',
`modified_time` datetime NOT NULL,
`hits` int unsigned NOT NULL DEFAULT '0',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`version` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `cat_idx` (`extension`,`published`,`access`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_path` (`path`(100)),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_alias` (`alias`(100)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_categories`
--
LOCK TABLES `cql20_categories` WRITE;
/*!40000 ALTER TABLE `cql20_categories` DISABLE KEYS */;
INSERT INTO `cql20_categories` VALUES (1,0,0,0,11,0,'','system','ROOT','root','','',1,NULL,NULL,1,'{}','','','{}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"workflow_id\":\"use_default\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1);
/*!40000 ALTER TABLE `cql20_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_contact_details`
--
DROP TABLE IF EXISTS `cql20_contact_details`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_contact_details` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`con_position` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`suburb` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`state` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`country` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`postcode` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`telephone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`misc` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email_to` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`default_con` tinyint unsigned NOT NULL DEFAULT '0',
`published` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`ordering` int NOT NULL DEFAULT '0',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`user_id` int NOT NULL DEFAULT '0',
`catid` int NOT NULL DEFAULT '0',
`access` int unsigned NOT NULL DEFAULT '0',
`mobile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`webpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`sortname1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`sortname2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`sortname3` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`metadesc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`featured` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Set if contact is featured.',
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
`version` int unsigned NOT NULL DEFAULT '1',
`hits` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`published`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_featured_catid` (`featured`,`catid`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_contact_details`
--
LOCK TABLES `cql20_contact_details` WRITE;
/*!40000 ALTER TABLE `cql20_contact_details` DISABLE KEYS */;
INSERT INTO `cql20_contact_details` VALUES (1,'Formulario de contacto','formulario-de-contacto','Especializacion en ingenieria del software','','','','colombia','57','6616800 Ext. 135','','<ul style=\"list-style: none;\">\r\n<li>\r\n<p class=\"fa fa-user-circle-o\"> </p>\r\n<strong>Director de programa: </strong>Oscar Manuel Agudelo Varela</li>\r\n<li>\r\n<p class=\"fa fa-envelope-o\"> </p>\r\n<strong>Correo Institucional:</strong> <a href=\"mailto: [email protected]\"> [email protected]</a></li>\r\n<li>\r\n<p class=\"fa fa-map-marker\"> </p>\r\n<strong>Lugar de contacto:</strong> Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López</li>\r\n<li>\r\n<p class=\"fa fa-phone\"> </p>\r\n<strong>Teléfono:</strong> 6616800 Ext. 135</li>\r\n</ul>','','[email protected]',0,1,NULL,NULL,1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"0\",\"show_info\":\"0\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"0\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"0\",\"show_user_custom_fields\":[\"-1\"],\"contact_layout\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"1\",\"validate_session\":\"\",\"custom_reply\":\"1\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2023-07-13 19:24:54',393,'','2024-01-22 15:14:33',393,'','','{\"robots\":\"\",\"rights\":\"\"}',0,NULL,NULL,38,1106);
/*!40000 ALTER TABLE `cql20_contact_details` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content`
--
DROP TABLE IF EXISTS `cql20_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_content` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`introtext` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`fulltext` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`state` tinyint NOT NULL DEFAULT '0',
`catid` int unsigned NOT NULL DEFAULT '0',
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
`images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`urls` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`attribs` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`version` int unsigned NOT NULL DEFAULT '1',
`ordering` int NOT NULL DEFAULT '0',
`metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`metadesc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`access` int unsigned NOT NULL DEFAULT '0',
`hits` int unsigned NOT NULL DEFAULT '0',
`metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`featured` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the article.',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_featured_catid` (`featured`,`catid`),
KEY `idx_language` (`language`),
KEY `idx_alias` (`alias`(191))
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_content`
--
LOCK TABLES `cql20_content` WRITE;
/*!40000 ALTER TABLE `cql20_content` DISABLE KEYS */;
INSERT INTO `cql20_content` VALUES (2,101,'Requisitos de admisión','admision','<p style=\"text-align: justify;\">Estos son los pasos que debes seguir para ser estudiante unillanista:</p>\r\n<ul style=\"list-style: none;\">\r\n<li style=\"text-align: justify;\">\r\n<p class=\"fa fa-check-square-o\"> </p>\r\n<strong>Preinscripción: </strong>Diligenciar el formulario de preinscripción ubicado en la parte inferior con los datos básicos del aspirante.</li>\r\n<li style=\"text-align: justify;\">\r\n<p class=\"fa fa-check-square-o\"> </p>\r\n<strong>Recibo de pago: </strong>Descargar e imprimir el recibo de pago del formulario de inscripción que genera la plataforma y realizar el pago en las fechas establecidas .</li>\r\n<li style=\"text-align: justify;\">\r\n<p class=\"fa fa-check-square-o\"> </p>\r\n<strong>Inscripción:</strong> Luego de validarse el pago dentro de las 24 a 48 horas posteriores a ser efectuado, el aspirante deberá consultar su usuario y contraseña en el formulario de preinscripción que se encuentra en la parte inferior, con los cuales podrá acceder al formulario de inscripción, que deberá ser diligenciado totalmente para continuar con el proceso de selección y admisión.</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><a class=\"button button-xlarge\" href=\"https://www.unillanos.edu.co/inscripciones/\" target=\"_blank\" rel=\"noopener\"><strong>conoce mas...</strong></a> </p>','',1,2,'2023-07-06 20:05:25',393,'','2023-12-18 14:27:56',393,NULL,NULL,'2023-07-06 20:05:25',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',96,9,'','',1,1043,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(3,102,'Axiológicos','axiologicos','<h2>MISIÓN</h2>\r\n<p style=\"text-align: justify;\">Formar ciudadanos profesionales éticos, con criterio científico y responsabilidad social, mediante el desarrollo de un currículo flexible e integral que le permita ser competente en el sistema de mercadeo, participando activamente en procesos de transformación y avance económico de la región, bajo la dinámica del consumo local y global.</p>\r\n<h2>VISION</h2>\r\n<p style=\"text-align: justify;\">El Programa de Mercadeo de la Universidad de los Llanos al 2025 es protagonista del desarrollo empresarial de la región, reconocido a nivel nacional como formador de profesionales con calidad y capacidad participativa en procesos de investigación, generador de conocimiento en el área de mercadeo bajo escenarios de reflexión crítica que impacte el desarrollo sostenible.</p>','',1,2,'2023-07-12 19:13:21',393,'','2024-01-22 19:06:02',393,NULL,NULL,'2023-07-12 19:13:21',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',32,8,'','',1,766,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(4,103,'Objeto de Estudio','objeto-de-estudio','<p style=\"text-align: justify;\">En la Universidad de los Llanos, el Programa de Mercadeo tiene como objeto de estudio, de Formación / Transformación: EL SISTEMA DE MARKETING, y como objeto social: EL BIENESTAR DEL SER HUMANO COMO CLIENTE.</p>','',1,2,'2023-07-12 19:19:53',393,'','2024-01-22 19:07:14',393,NULL,NULL,'2023-07-12 19:19:53',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',21,7,'','',1,777,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(5,104,'Perfiles','perfiles','<h2 style=\"text-align: justify;\">Profesional:</h2>\r\n<p style=\"text-align: justify;\">El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar las variables del micro y macro entorno que interviene en el bienestar del ser humano como cliente; aplicar herramientas diagnósticas y de planeación orientadas al marketing; Estimar la estructura de los mercados para garantizar la sostenibilidad de las organizaciones y gestionar los contextos organizacionales para la aplicación en la mezcla de la mercadotecnia con enfoque global, en un ambiente innovador, con valores éticos, responsabilidad social y compromiso con la comunidad.</p>\r\n<h2 style=\"text-align: justify;\">Ocupacional:</h2>\r\n<p style=\"text-align: justify;\">El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar el entorno por cuanto:</p>\r\n<ul>\r\n<li style=\"text-align: justify;\">Realiza análisis del mercado y determina la viabilidad de lanzamiento y posicionamiento de ideas, personas, bienes y servicios, diseñados para satisfacer éticamente las necesidades de los consumidores.</li>\r\n<li style=\"text-align: justify;\">Analiza la mezcla de marketing en las empresas, para estructurar y retroalimentar el portafolio de valores y propone alternativas de mejoramiento.</li>\r\n<li style=\"text-align: justify;\">Dirige o diseña los departamentos de Mercadeo y realiza la evaluación de desempeño de sus miembros.</li>\r\n<li style=\"text-align: justify;\">Tiene una sólida formación teórica y conceptual, que le permite el desarrollo de competencias en la gestión estratégica de marketing con base en la capacidad analítica e investigativa de los mercados, contribuyendo así a la competitividad de las empresas y del entorno donde se desenvuelva</li>\r\n</ul>','',1,2,'2023-07-12 19:24:30',393,'','2024-04-16 19:35:04',393,NULL,NULL,'2023-07-12 19:24:30',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',55,6,'','',1,970,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(6,105,'Propósito de Formación ','proposito-de-formacion','<p>Con base en los principios que orientan el Programa y en concordancia con el PEI de la Universidad de los Llanos, el Programa de Mercadeo tiene como propósitos de formación:</p>\r\n<h2 style=\"text-align: justify;\">Propósito Científico:</h2>\r\n<p style=\"text-align: justify;\">Desarrollar actitudes y aptitudes tendientes a la aprehensión, práctica y generación del conocimiento a través de una cultura investigativa, que promueva la participación e inclusión en proyectos de investigación que generen nuevos conocimientos y conduzcan a dar solución a los problemas de la región y el país.</p>\r\n<h2 style=\"text-align: justify;\">Propósito Técnico:</h2>\r\n<p style=\"text-align: justify;\">Desarrollar habilidades y destrezas relacionas con la formación del estudiante apropiadas para generar competitividad nacional e internacional en el campo del Mercadeo.</p>\r\n<h2 style=\"text-align: justify;\">Propósito Ético Axiológico:</h2>\r\n<p style=\"text-align: justify;\">Desarrollar actitudes éticas y profesionales que le permitan un desempeño basado en el bienestar del cliente y el crecimiento empresarial, fundamentado en el desarrollo sostenible.</p>','',1,2,'2023-07-12 19:26:56',393,'','2024-01-22 19:09:25',393,NULL,NULL,'2023-07-12 19:26:56',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',58,5,'','',1,808,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(7,106,'Plan de estudios','plan-de-estudios','<div class=\"fp-features\">\r\n<div class=\"g-grid\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 01</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Matemáticas.</td>\r\n</tr>\r\n<tr>\r\n<td>Procesos comunicativos.</td>\r\n</tr>\r\n<tr>\r\n<td>Principios de mercadeo.</td>\r\n</tr>\r\n<tr>\r\n<td>Fundamentos de administración.</td>\r\n</tr>\r\n<tr>\r\n<td>Antropología.</td>\r\n</tr>\r\n<tr>\r\n<td>Psicología.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 02</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Estadística I.</td>\r\n</tr>\r\n<tr>\r\n<td>Contabilidad empresarial.</td>\r\n</tr>\r\n<tr>\r\n<td>Estrategias de producto.</td>\r\n</tr>\r\n<tr>\r\n<td>Microeconomía.</td>\r\n</tr>\r\n<tr>\r\n<td>Sociología.</td>\r\n</tr>\r\n<tr>\r\n<td>Pensamiento lógico matemático.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 03</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Estadística II.</td>\r\n</tr>\r\n<tr>\r\n<td>Costos y presupuesto.</td>\r\n</tr>\r\n<tr>\r\n<td>Comportamiento del consumidor.</td>\r\n</tr>\r\n<tr>\r\n<td>Macroeconomía.</td>\r\n</tr>\r\n<tr>\r\n<td>Cátedra democracia y paz.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 04</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Cátedra Orinoquia.</td>\r\n</tr>\r\n<tr>\r\n<td>Investigación cuantitativa de mercados.</td>\r\n</tr>\r\n<tr>\r\n<td>Matemáticas financieras.</td>\r\n</tr>\r\n<tr>\r\n<td>Estrategia de precio.</td>\r\n</tr>\r\n<tr>\r\n<td>Ciencia, tecnología y desarrollo.</td>\r\n</tr>\r\n<tr>\r\n<td>Electiva I.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 05</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Investigación cualitativa de mercados.</td>\r\n</tr>\r\n<tr>\r\n<td>Análisis financiero.</td>\r\n</tr>\r\n<tr>\r\n<td>Distribución y logística.</td>\r\n</tr>\r\n<tr>\r\n<td>Entornos globales.</td>\r\n</tr>\r\n<tr>\r\n<td>Metodología de la investigación.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 06</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Mercadeo agroindustrial.</td>\r\n</tr>\r\n<tr>\r\n<td>Mercadeo internacional.</td>\r\n</tr>\r\n<tr>\r\n<td>Publicidad.</td>\r\n</tr>\r\n<tr>\r\n<td>Mercadeo de servicios.</td>\r\n</tr>\r\n<tr>\r\n<td>Planeación estratégica de marketing.</td>\r\n</tr>\r\n<tr>\r\n<td>Ética.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 07</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Merchandising y promoción de venta.</td>\r\n</tr>\r\n<tr>\r\n<td>Relaciones públicas y organización de eventos.</td>\r\n</tr>\r\n<tr>\r\n<td>Curso de profundización I.</td>\r\n</tr>\r\n<tr>\r\n<td>Gestión de la calidad.</td>\r\n</tr>\r\n<tr>\r\n<td>Electiva II.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 08</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Curso de profundización II.</td>\r\n</tr>\r\n<tr>\r\n<td>Marketing electrónico.</td>\r\n</tr>\r\n<tr>\r\n<td>Derecho empresarial.</td>\r\n</tr>\r\n<tr>\r\n<td>Formulación y evaluación de proyectos.</td>\r\n</tr>\r\n<tr>\r\n<td>Electiva III.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 09</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Curso profundización III.</td>\r\n</tr>\r\n<tr>\r\n<td>Gerencia comercial.</td>\r\n</tr>\r\n<tr>\r\n<td>Servicio al cliente.</td>\r\n</tr>\r\n<tr>\r\n<td>Marketing social.</td>\r\n</tr>\r\n<tr>\r\n<td>Gerencia estratégica de marketing.</td>\r\n</tr>\r\n<tr>\r\n<td>Trabajo de grado.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','',1,2,'2023-07-12 19:31:11',393,'','2024-04-16 19:31:27',393,NULL,NULL,'2023-07-12 19:31:11',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',325,4,'','',1,4942,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(8,107,'Normatividad','normatividad','<table style=\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\">\r\n<tbody>\r\n<tr style=\"height: 27.7986px;\">\r\n<th style=\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\" colspan=\"2\">Título</th>\r\n<th style=\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\" colspan=\"2\">Descripción</th>\r\n</tr>\r\n<tr style=\"background-color: #ecf0f1; height: 66.1632px;\">\r\n<td style=\"width: 2.00904%; height: 66.1632px;\"><a class=\"fa fa-file-pdf-o\" href=\"docus/PEP Mercadeo.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n<td style=\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\"><a href=\"docus/PEP Mercadeo.pdf\" target=\"_blank\" rel=\"noopener\">Proyecto Educativo</a></td>\r\n<td style=\"width: 65.4525%; text-align: justify; height: 66.1632px;\">“Proyecto educativo del programa Mercadeo\"</td>\r\n<td style=\"width: 2.64348%; height: 66.1632px;\"><a class=\"fa fa-download\" href=\"docus/PEP Mercadeo.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff; height: 66.1632px;\">\r\n<td style=\"width: 2.00904%; height: 66.1632px;\"><a class=\"fa fa-file-pdf-o\" href=\"https://unillanos.edu.co/docus/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n<td style=\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\"><a href=\"https://unillanos.edu.co/docus/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\" target=\"_blank\" rel=\"noopener\">Acuerdo Superior 020 de 2021</a></td>\r\n<td style=\"width: 65.4525%; text-align: justify; height: 66.1632px;\">“Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\"</td>\r\n<td style=\"width: 2.64348%; height: 66.1632px;\"><a class=\"fa fa-download\" href=\"https://unillanos.edu.co/docus/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n</tr>\r\n<tr style=\"background-color: #ecf0f1; height: 66.1632px;\">\r\n<td style=\"width: 2.00904%; height: 66.1632px;\"><a class=\"fa fa-file-pdf-o\" href=\"https://drive.google.com/file/d/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2/view\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n<td style=\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\"><a href=\"https://drive.google.com/file/d/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2/view\" target=\"_blank\" rel=\"noopener\">Acuerdo superior 008 de 2020</a></td>\r\n<td style=\"width: 65.4525%; text-align: justify; height: 66.1632px;\">\"Por el cual se establece el régimen de matrículas de los programas de pregrado de la universidad de los llanos\"</td>\r\n<td style=\"width: 2.64348%; height: 66.1632px;\"><a class=\"fa fa-download\" href=\"https://drive.google.com/file/d/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2/view\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>','',1,2,'2023-07-12 21:07:47',393,'','2024-01-23 13:36:51',393,NULL,NULL,'2023-07-12 21:07:47',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',182,3,'','',1,1122,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(9,112,'Líneas y Áreas de Investigación','lineas-y-areas-de-investigacion','<p style=\"text-align: justify;\">Las líneas de investigación que fueron aprobadas para la Facultad de Ciencias Económicas, mediante la Resolución Académica No. 004 de 2015, son las siguientes: </p>\r\n<table style=\"border-collapse: collapse; width: 100.048%; height: 117.8px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.8px;\">\r\n<th style=\"width: 100.064%; height: 20.8px;\" colspan=\"2\">Facultad de ciencias Económicas</th>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<th style=\"width: 50.1235%; height: 20.8px;\">Escuela / departamento</th>\r\n<th style=\"width: 49.9405%; height: 20.8px;\">Nombre de la línea de investigación</th>\r\n</tr>\r\n<tr style=\"height: 13.8px;\">\r\n<th style=\"width: 50.1235%; height: 55.4px;\" rowspan=\"3\">Escuela de economía y Finanzas</th>\r\n<td style=\"width: 49.9405%; height: 13.8px;\">Crecimiento y Desarrollo Socioeconómico Orinoquense</td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<td style=\"width: 49.9405%; height: 20.8px;\">Finanzas Empresariales</td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<td style=\"width: 49.9405%; height: 20.8px;\">Innovación Organizacional </td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<th style=\"width: 50.1235%; height: 20.8px;\">Escuela de Administración y negocios </th>\r\n<td style=\"width: 49.9405%; height: 20.8px;\">Mercadeo en la Mipymes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">Con el fin de apoyar el desarrollo de las Líneas de Investigación, el programa determina en su currículo cuatro Líneas de Profundización, las cuales responden a las principales problemáticas y necesidades de la región y el país en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las Líneas de Profundización, están constituidas por una o más asignaturas de naturaleza teórica y práctica asociadas a programas o proyectos de investigación de los docentes responsables de la línea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigación formativa, se define como un espacio para la revisión crítica de temas de interés específico por áreas del conocimiento; en el cual, bajo la coordinación de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar información actualizada con el contexto local y nacional.</p>\r\n<p style=\"text-align: justify;\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las Líneas de Profundización, cada una con los cursos y la interacción con las Líneas de Investigación.</p>\r\n<p style=\"text-align: justify;\"> </p>\r\n<table style=\"border-collapse: collapse; width: 45.3883%; margin-left: auto; margin-right: auto;\" border=\"1\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<th style=\"width: 31.0836%; text-align: center;\">Líneas de profundización</th>\r\n<th style=\"width: 32.6913%; text-align: center;\"> Cursos</th>\r\n<th style=\"width: 36.1748%; text-align: center;\">Líneas de investigación </th>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Mercadeo Agroindustrial</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- Sistemas de Comercialización</p>\r\n<p>- Desarrollo de valor. agroindustrial.</p>\r\n<p>- Modelos de Marketing para Pymes Agroindustriales.</p>\r\n</td>\r\n<td style=\"width: 36.1748%;\">Crecimiento y Desarrollo Socioeconómico Orinoquense</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Mercadeo Internacional</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- Plan de Marketing Internacional.</p>\r\n<p>- Logística Internacional.</p>\r\n<p>- Finanzas Internacionales.</p>\r\n</td>\r\n<td style=\"width: 36.1748%;\">Finanzas Empresariales</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Mercadeo de Servicios</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- La Economía de los Servicios.</p>\r\n<p>- Mercadeo y desarrollo de servicios.</p>\r\n<p>- Mezcla de Mercadeo del Servicios.</p>\r\n</td>\r\n<td style=\"width: 36.1748%;\"> Innovación Organizacional</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Diseño y Desarrollo Publicitario</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- Diseño Publicitario.</p>\r\n<p>- Análisis de Medios.</p>\r\n<p>- Gerencia de Publicidad. </p>\r\n</td>\r\n<td style=\"width: 36.1748%;\">Mercadeo en las Mipymes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">En el Plan de Estudios se desarrollan con los Cursos de: Profundización I con 3 créditos en el semestre VII. Profundización II con tres créditos en el semestre VIII y Profundización III, con tres créditos en el semestre IX.</p>\r\n<p style=\"text-align: justify;\"> </p>','',1,2,'2023-09-01 15:32:31',393,'','2024-01-22 22:13:28',393,NULL,NULL,'2023-09-01 15:32:31',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',25,2,'','',1,855,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(10,113,'Objetivos del programa','objetivos-del-programa','<h2 style=\"text-align: justify;\">General:</h2>\r\n<p style=\"text-align: justify;\">Formar profesionales en mercadeo en gestión y toma de decisiones del Sistema de Marketing, mediante el desarrollo de actitudes y aptitudes que consoliden la aprehensión del conocimiento, que lo lleven a proponer alternativas a las organizaciones en pro del Bienestar del Ser Humano como Cliente.</p>\r\n<h2 style=\"text-align: justify;\">Específicos:</h2>\r\n<ul>\r\n<li style=\"text-align: justify;\">Formar estudiantes competentes para solucionar los problemas del Sistema de Marketing, en forma creativa y bajo pensamiento flexible.</li>\r\n<li style=\"text-align: justify;\">Desarrollar en el estudiante actitudes éticas bien definidas que le permitan un desempeño basado en el bienestar del cliente y el crecimiento de la empresa bajo los postulados del desarrollo sostenible.</li>\r\n<li style=\"text-align: justify;\">Desarrollar en el estudiante actitudes y aptitudes tendientes a la aprehensión, la práctica y creación del conocimiento a través de la cultura investigativa.</li>\r\n<li style=\"text-align: justify;\">Desarrollar en el estudiante estrategias de autoformación y autogestión para el perfeccionamiento de sus competencias con el fin de garantizar su continuo crecimiento profesional</li>\r\n<li style=\"text-align: justify;\">Formar estudiantes críticos de su entorno y activos en el proceso de construcción del mismo, sin afectar el medio ambiente.</li>\r\n</ul>','',1,2,'2023-09-05 13:53:14',393,'','2024-01-22 19:11:18',393,NULL,NULL,'2023-09-05 13:53:14',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',15,1,'','',1,720,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `cql20_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content_frontpage`
--
DROP TABLE IF EXISTS `cql20_content_frontpage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_content_frontpage` (
`content_id` int NOT NULL DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0',
`featured_up` datetime DEFAULT NULL,
`featured_down` datetime DEFAULT NULL,
PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_content_frontpage`
--
LOCK TABLES `cql20_content_frontpage` WRITE;
/*!40000 ALTER TABLE `cql20_content_frontpage` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content_rating`
--
DROP TABLE IF EXISTS `cql20_content_rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_content_rating` (
`content_id` int NOT NULL DEFAULT '0',
`rating_sum` int unsigned NOT NULL DEFAULT '0',
`rating_count` int unsigned NOT NULL DEFAULT '0',
`lastip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_content_rating`
--
LOCK TABLES `cql20_content_rating` WRITE;
/*!40000 ALTER TABLE `cql20_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_content_rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content_types`
--
DROP TABLE IF EXISTS `cql20_content_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_content_types` (
`type_id` int unsigned NOT NULL AUTO_INCREMENT,
`type_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`table` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`field_mappings` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`router` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`content_history_options` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'JSON string for com_contenthistory options',
PRIMARY KEY (`type_id`),
KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_content_types`
--
LOCK TABLES `cql20_content_types` WRITE;
/*!40000 ALTER TABLE `cql20_content_types` DISABLE KEYS */;
INSERT INTO `cql20_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"ArticleTable\",\"prefix\":\"Joomla\\\\Component\\\\Content\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"ContactTable\",\"prefix\":\"Joomla\\\\Component\\\\Contact\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(3,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"NewsfeedTable\",\"prefix\":\"Joomla\\\\Component\\\\Newsfeeds\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(4,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerDate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}','',''),(5,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(6,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"TagTable\",\"prefix\":\"Joomla\\\\Component\\\\Tags\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(9,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"BannerTable\",\"prefix\":\"Joomla\\\\Component\\\\Banners\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(10,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(11,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"ClientTable\",\"prefix\":\"Joomla\\\\Component\\\\Banners\\\\Administrator\\\\Table\\\\\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(12,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"NoteTable\",\"prefix\":\"Joomla\\\\Component\\\\Users\\\\Administrator\\\\Table\\\\\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(13,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');
/*!40000 ALTER TABLE `cql20_content_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_contentitem_tag_map`
--
DROP TABLE IF EXISTS `cql20_contentitem_tag_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_contentitem_tag_map` (
`type_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`core_content_id` int unsigned NOT NULL COMMENT 'PK from the core content table',
`content_item_id` int NOT NULL COMMENT 'PK from the content type table',
`tag_id` int unsigned NOT NULL COMMENT 'PK from the tag table',
`tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
`type_id` mediumint NOT NULL COMMENT 'PK from the content_type table',
UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
KEY `idx_tag_type` (`tag_id`,`type_id`),
KEY `idx_date_id` (`tag_date`,`tag_id`),
KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_contentitem_tag_map`
--
LOCK TABLES `cql20_contentitem_tag_map` WRITE;
/*!40000 ALTER TABLE `cql20_contentitem_tag_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_contentitem_tag_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_extensions`
--
DROP TABLE IF EXISTS `cql20_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_extensions` (
`extension_id` int NOT NULL AUTO_INCREMENT,
`package_id` int NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.',
`name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`element` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`changelogurl` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`folder` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`client_id` tinyint NOT NULL,
`enabled` tinyint NOT NULL DEFAULT '0',
`access` int unsigned NOT NULL DEFAULT '1',
`protected` tinyint NOT NULL DEFAULT '0' COMMENT 'Flag to indicate if the extension is protected. Protected extensions cannot be disabled.',
`locked` tinyint NOT NULL DEFAULT '0' COMMENT 'Flag to indicate if the extension is locked. Locked extensions cannot be uninstalled.',
`manifest_cache` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`custom_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`ordering` int DEFAULT '0',
`state` int DEFAULT '0',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`extension_id`),
KEY `element_clientid` (`element`,`client_id`),
KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=255 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_extensions`
--
LOCK TABLES `cql20_extensions` WRITE;
/*!40000 ALTER TABLE `cql20_extensions` DISABLE KEYS */;
INSERT INTO `cql20_extensions` VALUES (1,0,'com_wrapper','component','com_wrapper',NULL,'',1,1,1,0,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\\n\\t\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Wrapper\",\"filename\":\"wrapper\"}','','',NULL,NULL,0,0,NULL),(2,0,'com_admin','component','com_admin',NULL,'',1,1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Admin\"}','','',NULL,NULL,0,0,NULL),(3,0,'com_banners','component','com_banners',NULL,'',1,1,1,0,1,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Banners\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}','',NULL,NULL,0,0,NULL),(4,0,'com_cache','component','com_cache',NULL,'',1,1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cache\"}','','',NULL,NULL,0,0,NULL),(5,0,'com_categories','component','com_categories',NULL,'',1,1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Categories\"}','','',NULL,NULL,0,0,NULL),(6,0,'com_checkin','component','com_checkin',NULL,'',1,1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Checkin\"}','','',NULL,NULL,0,0,NULL),(7,0,'com_contact','component','com_contact',NULL,'',1,1,1,0,1,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contact\",\"filename\":\"contact\"}','{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"show_tags\":\"0\",\"show_info\":\"0\",\"show_name\":\"1\",\"show_position\":\"0\",\"show_email\":\"1\",\"add_mailto_link\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"0\",\"show_postcode\":\"0\",\"show_country\":\"0\",\"show_telephone\":\"1\",\"show_mobile\":\"0\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_image\":\"0\",\"image\":\"\",\"show_misc\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_webpage\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_no_contacts\":\"1\",\"show_category_heading_title_text\":\"1\",\"show_subcat_desc\":\"1\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"0\",\"show_cat_tags\":\"0\",\"show_base_description\":\"0\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"0\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"0\",\"filter_field\":\"0\",\"show_pagination_limit\":\"0\",\"show_headings\":\"0\",\"show_image_heading\":\"0\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"0\",\"show_pagination_results\":\"1\",\"contacts_display_num\":\"10\",\"initial_sort\":\"ordering\",\"captcha\":\"recaptcha\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"sef_ids\":1,\"custom_fields_enable\":\"1\"}','',NULL,NULL,0,0,NULL),(8,0,'com_cpanel','component','com_cpanel',NULL,'',1,1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"2007-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cpanel\"}','','',NULL,NULL,0,0,NULL),(9,0,'com_installer','component','com_installer',NULL,'',1,1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Installer\"}','{\"cachetimeout\":\"6\",\"minimum_stability\":\"4\"}','',NULL,NULL,0,0,NULL),(10,0,'com_languages','component','com_languages',NULL,'',1,1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Languages\"}','{\"administrator\":\"es-ES\",\"site\":\"es-ES\"}','',NULL,NULL,0,0,NULL),(11,0,'com_login','component','com_login',NULL,'',1,1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Login\"}','','',NULL,NULL,0,0,NULL),(12,0,'com_media','component','com_media',NULL,'',1,1,0,1,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Media\",\"filename\":\"media\"}','{\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"restrict_uploads_extensions\":\"bmp,gif,jpg,jpeg,png,webp,ico,mp3,m4a,mp4a,ogg,mp4,mp4v,mpeg,mov,odg,odp,ods,odt,pdf,png,ppt,txt,xcf,xls,csv\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png,jpeg,webp\",\"audio_extensions\":\"mp3,m4a,mp4a,ogg\",\"video_extensions\":\"mp4,mp4v,mpeg,mov,webm\",\"doc_extensions\":\"odg,odp,ods,odt,pdf,ppt,txt,xcf,xls,csv\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,image\\/webp,audio\\/ogg,audio\\/mpeg,audio\\/mp4,video\\/mp4,video\\/webm,video\\/mpeg,video\\/quicktime,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\"}','',NULL,NULL,0,0,NULL),(13,0,'com_menus','component','com_menus',NULL,'',1,1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Menus\",\"filename\":\"menus\"}','{\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\"}','',NULL,NULL,0,0,NULL),(14,0,'com_messages','component','com_messages',NULL,'',1,1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Messages\"}','','',NULL,NULL,0,0,NULL),(15,0,'com_modules','component','com_modules',NULL,'',1,1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Modules\",\"filename\":\"modules\"}','','',NULL,NULL,0,0,NULL),(16,0,'com_newsfeeds','component','com_newsfeeds',NULL,'',1,1,1,0,1,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"sef_ids\":1}','',NULL,NULL,0,0,NULL),(17,0,'com_plugins','component','com_plugins',NULL,'',1,1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Plugins\"}','','',NULL,NULL,0,0,NULL),(18,0,'com_templates','component','com_templates',NULL,'',1,1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Templates\"}','{\"template_positions_display\":\"0\",\"upload_limit\":\"10\",\"image_formats\":\"gif,bmp,jpg,jpeg,png,webp\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,sass,json,yaml,twig\",\"font_formats\":\"woff,woff2,ttf,otf,eot,svg\",\"compressed_formats\":\"zip\",\"difference\":\"SideBySide\"}','',NULL,NULL,0,0,NULL),(19,0,'com_content','component','com_content',NULL,'',1,1,0,1,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Content\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"0\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"0\",\"show_category\":\"0\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"1\",\"readmore_limit\":100,\"show_tags\":\"1\",\"record_hits\":\"1\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":0,\"captcha\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_configure_edit_options\":\"1\",\"show_permissions\":\"1\",\"show_associations_edit\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_category_heading_title_text\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":1,\"blog_class_leading\":\"\",\"num_intro_articles\":4,\"blog_class\":\"\",\"num_columns\":1,\"multi_column_order\":\"0\",\"num_links\":4,\"show_subcategory_content\":\"0\",\"link_intro_image\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"display_num\":\"10\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\",\"sef_ids\":1,\"custom_fields_enable\":\"1\",\"workflow_enabled\":\"0\"}','',NULL,NULL,0,0,NULL),(20,0,'com_config','component','com_config',NULL,'',1,1,0,1,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Config\",\"filename\":\"config\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','',NULL,NULL,0,0,NULL),(21,0,'com_redirect','component','com_redirect',NULL,'',1,1,0,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Redirect\"}','','',NULL,NULL,0,0,NULL),(22,0,'com_users','component','com_users',NULL,'',1,1,0,1,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Users\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"0\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"12\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','',NULL,NULL,0,0,NULL),(23,0,'com_finder','component','com_finder',NULL,'',1,1,0,0,1,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Finder\",\"filename\":\"finder\"}','{\"enabled\":\"0\",\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_autosuggest\":\"1\",\"show_suggested_query\":\"1\",\"show_explained_query\":\"1\",\"show_advanced\":\"1\",\"show_advanced_tips\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"sort_order\":\"relevance\",\"sort_direction\":\"desc\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stem\":\"1\",\"stemmer\":\"snowball\",\"enable_logging\":\"0\"}','',NULL,NULL,0,0,NULL),(24,0,'com_joomlaupdate','component','com_joomlaupdate',NULL,'',1,1,0,1,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.3\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Joomlaupdate\"}','{\"updatesource\":\"default\",\"customurl\":\"\"}','',NULL,NULL,0,0,NULL),(25,0,'com_tags','component','com_tags',NULL,'',1,1,1,0,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"2013-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Tags\",\"filename\":\"tags\"}','{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_description\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}','',NULL,NULL,0,0,NULL),(26,0,'com_contenthistory','component','com_contenthistory',NULL,'',1,1,1,0,1,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"2013-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contenthistory\",\"filename\":\"contenthistory\"}','','',NULL,NULL,0,0,NULL),(27,0,'com_ajax','component','com_ajax',NULL,'',1,1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','','',NULL,NULL,0,0,NULL),(28,0,'com_postinstall','component','com_postinstall',NULL,'',1,1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Postinstall\"}','','',NULL,NULL,0,0,NULL),(29,0,'com_fields','component','com_fields',NULL,'',1,1,1,0,1,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL),(30,0,'com_associations','component','com_associations',NULL,'',1,1,1,0,1,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Associations\"}','','',NULL,NULL,0,0,NULL),(31,0,'com_privacy','component','com_privacy',NULL,'',1,1,1,0,1,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Privacy\",\"filename\":\"privacy\"}','','',NULL,NULL,0,0,NULL),(32,0,'com_actionlogs','component','com_actionlogs',NULL,'',1,1,1,0,1,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Actionlogs\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_scheduler\",\"com_tags\",\"com_templates\",\"com_users\"]}','',NULL,NULL,0,0,NULL),(33,0,'com_workflow','component','com_workflow',NULL,'',1,1,0,1,1,'{\"name\":\"com_workflow\",\"type\":\"component\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WORKFLOW_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Workflow\"}','{}','',NULL,NULL,0,0,NULL),(34,0,'com_mails','component','com_mails',NULL,'',1,1,1,1,1,'{\"name\":\"com_mails\",\"type\":\"component\",\"creationDate\":\"2019-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MAILS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Mails\"}','','',NULL,NULL,0,0,NULL),(35,0,'com_scheduler','component','com_scheduler',NULL,'',1,1,1,0,1,'{\"name\":\"com_scheduler\",\"type\":\"component\",\"creationDate\":\"2021-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"COM_SCHEDULER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Scheduler\"}','{}','',NULL,NULL,0,0,NULL),(36,0,'com_guidedtours','component','com_guidedtours',NULL,'',1,1,0,0,1,'{\"name\":\"com_guidedtours\",\"type\":\"component\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"COM_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(37,0,'lib_joomla','library','joomla',NULL,'',0,1,1,1,1,'{\"name\":\"lib_joomla\",\"type\":\"library\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','',NULL,NULL,0,0,NULL),(38,0,'lib_phpass','library','phpass',NULL,'',0,1,1,1,1,'{\"name\":\"lib_phpass\",\"type\":\"library\",\"creationDate\":\"2004-01\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','','',NULL,NULL,0,0,NULL),(39,0,'mod_articles_archive','module','mod_articles_archive',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesArchive\",\"filename\":\"mod_articles_archive\"}','','',NULL,NULL,0,0,NULL),(40,0,'mod_articles_latest','module','mod_articles_latest',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesLatest\",\"filename\":\"mod_articles_latest\"}','','',NULL,NULL,0,0,NULL),(41,0,'mod_articles_popular','module','mod_articles_popular',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesPopular\",\"filename\":\"mod_articles_popular\"}','','',NULL,NULL,0,0,NULL),(42,0,'mod_banners','module','mod_banners',NULL,'',0,1,1,0,1,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Banners\",\"filename\":\"mod_banners\"}','','',NULL,NULL,0,0,NULL),(43,0,'mod_breadcrumbs','module','mod_breadcrumbs',NULL,'',0,1,1,0,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Breadcrumbs\",\"filename\":\"mod_breadcrumbs\"}','','',NULL,NULL,0,0,NULL),(44,0,'mod_custom','module','mod_custom',NULL,'',0,1,1,0,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(45,0,'mod_feed','module','mod_feed',NULL,'',0,1,1,0,1,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(46,0,'mod_footer','module','mod_footer',NULL,'',0,1,1,0,1,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Footer\",\"filename\":\"mod_footer\"}','','',NULL,NULL,0,0,NULL),(47,0,'mod_login','module','mod_login',NULL,'',0,1,1,0,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(48,0,'mod_menu','module','mod_menu',NULL,'',0,1,1,0,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(49,0,'mod_articles_news','module','mod_articles_news',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesNews\",\"filename\":\"mod_articles_news\"}','','',NULL,NULL,0,0,NULL),(50,0,'mod_random_image','module','mod_random_image',NULL,'',0,1,1,0,1,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RandomImage\",\"filename\":\"mod_random_image\"}','','',NULL,NULL,0,0,NULL),(51,0,'mod_related_items','module','mod_related_items',NULL,'',0,1,1,0,1,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RelatedItems\",\"filename\":\"mod_related_items\"}','','',NULL,NULL,0,0,NULL),(52,0,'mod_stats','module','mod_stats',NULL,'',0,1,1,0,1,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Stats\",\"filename\":\"mod_stats\"}','','',NULL,NULL,0,0,NULL),(53,0,'mod_syndicate','module','mod_syndicate',NULL,'',0,1,1,0,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"2006-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Syndicate\",\"filename\":\"mod_syndicate\"}','','',NULL,NULL,0,0,NULL),(54,0,'mod_users_latest','module','mod_users_latest',NULL,'',0,1,1,0,1,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"2009-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\UsersLatest\",\"filename\":\"mod_users_latest\"}','','',NULL,NULL,0,0,NULL),(55,0,'mod_whosonline','module','mod_whosonline',NULL,'',0,1,1,0,1,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Whosonline\",\"filename\":\"mod_whosonline\"}','','',NULL,NULL,0,0,NULL),(56,0,'mod_wrapper','module','mod_wrapper',NULL,'',0,1,1,0,1,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"2004-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Wrapper\",\"filename\":\"mod_wrapper\"}','','',NULL,NULL,0,0,NULL),(57,0,'mod_articles_category','module','mod_articles_category',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategory\",\"filename\":\"mod_articles_category\"}','','',NULL,NULL,0,0,NULL),(58,0,'mod_articles_categories','module','mod_articles_categories',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategories\",\"filename\":\"mod_articles_categories\"}','','',NULL,NULL,0,0,NULL),(59,0,'mod_languages','module','mod_languages',NULL,'',0,1,1,0,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Languages\",\"filename\":\"mod_languages\"}','','',NULL,NULL,0,0,NULL),(60,0,'mod_finder','module','mod_finder',NULL,'',0,1,0,0,1,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Finder\",\"filename\":\"mod_finder\"}','','',NULL,NULL,0,0,NULL),(61,0,'mod_custom','module','mod_custom',NULL,'',1,1,1,0,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(62,0,'mod_feed','module','mod_feed',NULL,'',1,1,1,0,1,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(63,0,'mod_latest','module','mod_latest',NULL,'',1,1,1,0,1,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Latest\",\"filename\":\"mod_latest\"}','','',NULL,NULL,0,0,NULL),(64,0,'mod_logged','module','mod_logged',NULL,'',1,1,1,0,1,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"2005-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Logged\",\"filename\":\"mod_logged\"}','','',NULL,NULL,0,0,NULL),(65,0,'mod_login','module','mod_login',NULL,'',1,1,1,0,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2005-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(66,0,'mod_loginsupport','module','mod_loginsupport',NULL,'',1,1,1,0,1,'{\"name\":\"mod_loginsupport\",\"type\":\"module\",\"creationDate\":\"2019-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_LOGINSUPPORT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Loginsupport\",\"filename\":\"mod_loginsupport\"}','','',NULL,NULL,0,0,NULL),(67,0,'mod_menu','module','mod_menu',NULL,'',1,1,1,0,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(68,0,'mod_popular','module','mod_popular',NULL,'',1,1,1,0,1,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Popular\",\"filename\":\"mod_popular\"}','','',NULL,NULL,0,0,NULL),(69,0,'mod_quickicon','module','mod_quickicon',NULL,'',1,1,1,0,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Quickicon\",\"filename\":\"mod_quickicon\"}','','',NULL,NULL,0,0,NULL),(70,0,'mod_frontend','module','mod_frontend',NULL,'',1,1,1,0,1,'{\"name\":\"mod_frontend\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_FRONTEND_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_frontend\"}','','',NULL,NULL,0,0,NULL),(71,0,'mod_messages','module','mod_messages',NULL,'',1,1,1,0,1,'{\"name\":\"mod_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_messages\"}','','',NULL,NULL,0,0,NULL),(72,0,'mod_post_installation_messages','module','mod_post_installation_messages',NULL,'',1,1,1,0,1,'{\"name\":\"mod_post_installation_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_POST_INSTALLATION_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_post_installation_messages\"}','','',NULL,NULL,0,0,NULL),(73,0,'mod_user','module','mod_user',NULL,'',1,1,1,0,1,'{\"name\":\"mod_user\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_user\"}','','',NULL,NULL,0,0,NULL),(74,0,'mod_title','module','mod_title',NULL,'',1,1,1,0,1,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','',NULL,NULL,0,0,NULL),(75,0,'mod_toolbar','module','mod_toolbar',NULL,'',1,1,1,0,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','',NULL,NULL,0,0,NULL),(76,0,'mod_multilangstatus','module','mod_multilangstatus',NULL,'',1,1,1,0,1,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"2011-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(77,0,'mod_version','module','mod_version',NULL,'',1,1,1,0,1,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"2012-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Version\",\"filename\":\"mod_version\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(78,0,'mod_stats_admin','module','mod_stats_admin',NULL,'',1,1,1,0,1,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\StatsAdmin\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL),(79,0,'mod_tags_popular','module','mod_tags_popular',NULL,'',0,1,1,0,1,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsPopular\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(80,0,'mod_tags_similar','module','mod_tags_similar',NULL,'',0,1,1,0,1,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsSimilar\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(81,0,'mod_sampledata','module','mod_sampledata',NULL,'',1,1,1,0,1,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Sampledata\",\"filename\":\"mod_sampledata\"}','{}','',NULL,NULL,0,0,NULL),(82,0,'mod_latestactions','module','mod_latestactions',NULL,'',1,1,1,0,1,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\LatestActions\",\"filename\":\"mod_latestactions\"}','{}','',NULL,NULL,0,0,NULL),(83,0,'mod_privacy_dashboard','module','mod_privacy_dashboard',NULL,'',1,1,1,0,1,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyDashboard\",\"filename\":\"mod_privacy_dashboard\"}','{}','',NULL,NULL,0,0,NULL),(84,0,'mod_submenu','module','mod_submenu',NULL,'',1,1,1,0,1,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"2006-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Submenu\",\"filename\":\"mod_submenu\"}','{}','',NULL,NULL,0,0,NULL),(85,0,'mod_privacy_status','module','mod_privacy_status',NULL,'',1,1,1,0,1,'{\"name\":\"mod_privacy_status\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_PRIVACY_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyStatus\",\"filename\":\"mod_privacy_status\"}','{}','',NULL,NULL,0,0,NULL),(86,0,'mod_guidedtours','module','mod_guidedtours',NULL,'',1,1,1,0,1,'{\"name\":\"mod_guidedtours\",\"type\":\"module\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"MOD_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\GuidedTours\",\"filename\":\"mod_guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(87,0,'plg_actionlog_joomla','plugin','joomla',NULL,'actionlog',0,1,1,0,1,'{\"name\":\"plg_actionlog_joomla\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Actionlog\\\\Joomla\",\"filename\":\"joomla\"}','{}','',NULL,NULL,1,0,NULL),(88,0,'plg_api-authentication_basic','plugin','basic',NULL,'api-authentication',0,0,1,0,1,'{\"name\":\"plg_api-authentication_basic\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_BASIC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Basic\",\"filename\":\"basic\"}','{}','',NULL,NULL,1,0,NULL),(89,0,'plg_api-authentication_token','plugin','token',NULL,'api-authentication',0,1,1,0,1,'{\"name\":\"plg_api-authentication_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,2,0,NULL),(90,0,'plg_authentication_cookie','plugin','cookie',NULL,'authentication',0,1,1,0,1,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"2013-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Cookie\",\"filename\":\"cookie\"}','','',NULL,NULL,1,0,NULL),(91,0,'plg_authentication_joomla','plugin','joomla',NULL,'authentication',0,1,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(92,0,'plg_authentication_ldap','plugin','ldap',NULL,'authentication',0,0,1,0,1,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Ldap\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','',NULL,NULL,3,0,NULL),(93,0,'plg_behaviour_taggable','plugin','taggable',NULL,'behaviour',0,1,1,0,1,'{\"name\":\"plg_behaviour_taggable\",\"type\":\"plugin\",\"creationDate\":\"2015-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_BEHAVIOUR_TAGGABLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Taggable\",\"filename\":\"taggable\"}','{}','',NULL,NULL,1,0,NULL),(94,0,'plg_behaviour_versionable','plugin','versionable',NULL,'behaviour',0,1,1,0,1,'{\"name\":\"plg_behaviour_versionable\",\"type\":\"plugin\",\"creationDate\":\"2015-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_BEHAVIOUR_VERSIONABLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Versionable\",\"filename\":\"versionable\"}','{}','',NULL,NULL,2,0,NULL),(95,0,'plg_captcha_recaptcha','plugin','recaptcha',NULL,'captcha',0,1,1,0,1,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"2011-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Captcha\\\\ReCaptcha\",\"filename\":\"recaptcha\"}','{\"version\":\"2.0\",\"public_key\":\"6LcDMBopAAAAAKdwDndl5soUc1jM3lo1Hfdz_EfO\",\"private_key\":\"6LcDMBopAAAAALR-w08YuwqxyVr-V2cPoC-HSamN\",\"theme2\":\"light\",\"size\":\"normal\",\"tabindex\":0,\"callback\":\"\",\"expired_callback\":\"\",\"error_callback\":\"\"}','',NULL,NULL,1,0,''),(96,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible',NULL,'captcha',0,0,1,0,1,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"2017-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Captcha\\\\InvisibleReCaptcha\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','',NULL,NULL,2,0,NULL),(97,0,'plg_content_confirmconsent','plugin','confirmconsent',NULL,'content',0,0,1,0,1,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\ConfirmConsent\",\"filename\":\"confirmconsent\"}','{}','',NULL,NULL,1,0,NULL),(98,0,'plg_content_contact','plugin','contact',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"2014-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(99,0,'plg_content_emailcloak','plugin','emailcloak',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\EmailCloak\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','',NULL,NULL,3,0,NULL),(100,0,'plg_content_fields','plugin','fields',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,4,0,NULL),(101,0,'plg_content_finder','plugin','finder',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"2011-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,5,0,NULL),(102,0,'plg_content_joomla','plugin','joomla',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,6,0,NULL),(103,0,'plg_content_loadmodule','plugin','loadmodule',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\LoadModule\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','',NULL,NULL,7,0,NULL),(104,0,'plg_content_pagebreak','plugin','pagebreak',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageBreak\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','',NULL,NULL,8,0,NULL),(105,0,'plg_content_pagenavigation','plugin','pagenavigation',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"2006-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageNavigation\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','',NULL,NULL,9,0,NULL),(106,0,'plg_content_vote','plugin','vote',NULL,'content',0,0,1,0,1,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Vote\",\"filename\":\"vote\"}','','',NULL,NULL,10,0,NULL),(107,0,'plg_editors-xtd_article','plugin','article',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"2009-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Article\",\"filename\":\"article\"}','','',NULL,NULL,1,0,NULL),(108,0,'plg_editors-xtd_contact','plugin','contact',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"2016-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(109,0,'plg_editors-xtd_fields','plugin','fields',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,3,0,NULL),(110,0,'plg_editors-xtd_image','plugin','image',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Image\",\"filename\":\"image\"}','','',NULL,NULL,4,0,NULL),(111,0,'plg_editors-xtd_menu','plugin','menu',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Menu\",\"filename\":\"menu\"}','','',NULL,NULL,5,0,NULL),(112,0,'plg_editors-xtd_module','plugin','module',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"2015-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Module\",\"filename\":\"module\"}','','',NULL,NULL,6,0,NULL),(113,0,'plg_editors-xtd_pagebreak','plugin','pagebreak',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\PageBreak\",\"filename\":\"pagebreak\"}','','',NULL,NULL,7,0,NULL),(114,0,'plg_editors-xtd_readmore','plugin','readmore',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\ReadMore\",\"filename\":\"readmore\"}','','',NULL,NULL,8,0,NULL),(115,0,'plg_editors_codemirror','plugin','codemirror',NULL,'editors',0,1,1,0,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2021 by Marijn Haverbeke <[email protected]> and others\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"5.65.15\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\CodeMirror\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','',NULL,NULL,1,0,NULL),(116,0,'plg_editors_none','plugin','none',NULL,'editors',0,1,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"2005-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\None\",\"filename\":\"none\"}','','',NULL,NULL,2,0,NULL),(117,0,'plg_editors_tinymce','plugin','tinymce',NULL,'editors',0,1,1,0,1,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-08\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"5.10.9\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\TinyMCE\",\"filename\":\"tinymce\"}','{\"configuration\":{\"toolbars\":{\"2\":{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]},\"1\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"formatselect\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},\"0\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styleselect\",\"|\",\"formatselect\",\"fontselect\",\"fontsizeselect\",\"|\",\"searchreplace\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"image\",\"|\",\"code\",\"|\",\"forecolor\",\"backcolor\",\"|\",\"fullscreen\",\"|\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"emoticons\",\"media\",\"hr\",\"ltr\",\"rtl\",\"|\",\"cut\",\"copy\",\"paste\",\"pastetext\",\"|\",\"visualchars\",\"visualblocks\",\"nonbreaking\",\"blockquote\",\"template\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]}},\"setoptions\":{\"2\":{\"access\":[\"1\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"1\":{\"access\":[\"6\",\"2\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"0\":{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}}},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}','',NULL,NULL,3,0,NULL),(118,0,'plg_extension_finder','plugin','finder',NULL,'extension',0,1,1,0,1,'{\"name\":\"plg_extension_finder\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,1,0,NULL),(119,0,'plg_extension_joomla','plugin','joomla',NULL,'extension',0,1,1,0,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(120,0,'plg_extension_namespacemap','plugin','namespacemap',NULL,'extension',0,1,1,1,1,'{\"name\":\"plg_extension_namespacemap\",\"type\":\"plugin\",\"creationDate\":\"2017-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_NAMESPACEMAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\NamespaceMap\",\"filename\":\"namespacemap\"}','{}','',NULL,NULL,3,0,NULL),(121,0,'plg_fields_calendar','plugin','calendar',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Calendar\",\"filename\":\"calendar\"}','','',NULL,NULL,1,0,NULL),(122,0,'plg_fields_checkboxes','plugin','checkboxes',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Checkboxes\",\"filename\":\"checkboxes\"}','','',NULL,NULL,2,0,NULL),(123,0,'plg_fields_color','plugin','color',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Color\",\"filename\":\"color\"}','','',NULL,NULL,3,0,NULL),(124,0,'plg_fields_editor','plugin','editor',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Editor\",\"filename\":\"editor\"}','{\"buttons\":0,\"width\":\"100%\",\"height\":\"250px\",\"filter\":\"JComponentHelper::filterText\"}','',NULL,NULL,4,0,NULL),(125,0,'plg_fields_imagelist','plugin','imagelist',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Imagelist\",\"filename\":\"imagelist\"}','','',NULL,NULL,5,0,NULL),(126,0,'plg_fields_integer','plugin','integer',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Integer\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','',NULL,NULL,6,0,NULL),(127,0,'plg_fields_list','plugin','list',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\ListField\",\"filename\":\"list\"}','','',NULL,NULL,7,0,NULL),(128,0,'plg_fields_media','plugin','media',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Media\",\"filename\":\"media\"}','','',NULL,NULL,8,0,NULL),(129,0,'plg_fields_radio','plugin','radio',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Radio\",\"filename\":\"radio\"}','','',NULL,NULL,9,0,NULL),(130,0,'plg_fields_sql','plugin','sql',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\SQL\",\"filename\":\"sql\"}','','',NULL,NULL,10,0,NULL),(131,0,'plg_fields_subform','plugin','subform',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_subform\",\"type\":\"plugin\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FIELDS_SUBFORM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Subform\",\"filename\":\"subform\"}','','',NULL,NULL,11,0,NULL),(132,0,'plg_fields_text','plugin','text',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Text\",\"filename\":\"text\"}','','',NULL,NULL,12,0,NULL),(133,0,'plg_fields_textarea','plugin','textarea',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Textarea\",\"filename\":\"textarea\"}','{\"rows\":10,\"cols\":10,\"maxlength\":\"\",\"filter\":\"JComponentHelper::filterText\"}','',NULL,NULL,13,0,NULL),(134,0,'plg_fields_url','plugin','url',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Url\",\"filename\":\"url\"}','','',NULL,NULL,14,0,NULL),(135,0,'plg_fields_user','plugin','user',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\User\",\"filename\":\"user\"}','','',NULL,NULL,15,0,NULL),(136,0,'plg_fields_usergrouplist','plugin','usergrouplist',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\UsergroupList\",\"filename\":\"usergrouplist\"}','','',NULL,NULL,16,0,NULL),(137,0,'plg_filesystem_local','plugin','local',NULL,'filesystem',0,1,1,0,1,'{\"name\":\"plg_filesystem_local\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FILESYSTEM_LOCAL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Filesystem\\\\Local\",\"filename\":\"local\"}','{}','',NULL,NULL,1,0,NULL),(138,0,'plg_finder_categories','plugin','categories',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Categories\",\"filename\":\"categories\"}','','',NULL,NULL,1,0,NULL),(139,0,'plg_finder_contacts','plugin','contacts',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Contacts\",\"filename\":\"contacts\"}','','',NULL,NULL,2,0,NULL),(140,0,'plg_finder_content','plugin','content',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Content\",\"filename\":\"content\"}','','',NULL,NULL,3,0,NULL),(141,0,'plg_finder_newsfeeds','plugin','newsfeeds',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','','',NULL,NULL,4,0,NULL),(142,0,'plg_finder_tags','plugin','tags',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"2013-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Tags\",\"filename\":\"tags\"}','','',NULL,NULL,5,0,NULL),(143,0,'plg_installer_folderinstaller','plugin','folderinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_folderinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Folder\",\"filename\":\"folderinstaller\"}','','',NULL,NULL,2,0,NULL),(144,0,'plg_installer_override','plugin','override',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_override\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_OVERRIDE_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Override\",\"filename\":\"override\"}','','',NULL,NULL,4,0,NULL),(145,0,'plg_installer_packageinstaller','plugin','packageinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Package\",\"filename\":\"packageinstaller\"}','','',NULL,NULL,1,0,NULL),(146,0,'plg_installer_urlinstaller','plugin','urlinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_urlinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Url\",\"filename\":\"urlinstaller\"}','','',NULL,NULL,3,0,NULL),(147,0,'plg_installer_webinstaller','plugin','webinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Web\",\"filename\":\"webinstaller\"}','{\"tab_position\":\"1\"}','',NULL,NULL,5,0,NULL),(148,0,'plg_media-action_crop','plugin','crop',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_crop\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_CROP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Crop\",\"filename\":\"crop\"}','{}','',NULL,NULL,1,0,NULL),(149,0,'plg_media-action_resize','plugin','resize',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_resize\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_RESIZE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Resize\",\"filename\":\"resize\"}','{}','',NULL,NULL,2,0,NULL),(150,0,'plg_media-action_rotate','plugin','rotate',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_rotate\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_ROTATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Rotate\",\"filename\":\"rotate\"}','{}','',NULL,NULL,3,0,NULL),(151,0,'plg_privacy_actionlogs','plugin','actionlogs',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Actionlogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,1,0,NULL),(152,0,'plg_privacy_consents','plugin','consents',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Consents\",\"filename\":\"consents\"}','{}','',NULL,NULL,2,0,NULL),(153,0,'plg_privacy_contact','plugin','contact',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(154,0,'plg_privacy_content','plugin','content',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(155,0,'plg_privacy_message','plugin','message',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Message\",\"filename\":\"message\"}','{}','',NULL,NULL,5,0,NULL),(156,0,'plg_privacy_user','plugin','user',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\User\",\"filename\":\"user\"}','{}','',NULL,NULL,6,0,NULL),(157,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,1,0,NULL),(158,0,'plg_quickicon_extensionupdate','plugin','extensionupdate',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Extensionupdate\",\"filename\":\"extensionupdate\"}','','',NULL,NULL,2,0,NULL),(159,0,'plg_quickicon_overridecheck','plugin','overridecheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_overridecheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_OVERRIDECHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\OverrideCheck\",\"filename\":\"overridecheck\"}','','',NULL,NULL,3,0,NULL),(160,0,'plg_quickicon_downloadkey','plugin','downloadkey',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_downloadkey\",\"type\":\"plugin\",\"creationDate\":\"2019-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_DOWNLOADKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Downloadkey\",\"filename\":\"downloadkey\"}','','',NULL,NULL,4,0,NULL),(161,0,'plg_quickicon_privacycheck','plugin','privacycheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PrivacyCheck\",\"filename\":\"privacycheck\"}','{}','',NULL,NULL,5,0,NULL),(162,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PhpVersionCheck\",\"filename\":\"phpversioncheck\"}','','',NULL,NULL,6,0,NULL),(163,0,'plg_sampledata_blog','plugin','blog',NULL,'sampledata',0,1,1,0,1,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\Blog\",\"filename\":\"blog\"}','','',NULL,NULL,1,0,NULL),(164,0,'plg_sampledata_multilang','plugin','multilang',NULL,'sampledata',0,1,1,0,1,'{\"name\":\"plg_sampledata_multilang\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SAMPLEDATA_MULTILANG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\MultiLanguage\",\"filename\":\"multilang\"}','','',NULL,NULL,2,0,NULL),(165,0,'plg_system_accessibility','plugin','accessibility',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_accessibility\",\"type\":\"plugin\",\"creationDate\":\"2020-02-15\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_ACCESSIBILITY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Accessibility\",\"filename\":\"accessibility\"}','{\"section\":\"site\",\"useEmojis\":\"true\"}','',NULL,NULL,1,0,''),(166,0,'plg_system_actionlogs','plugin','actionlogs',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ActionLogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,2,0,NULL),(167,0,'plg_system_cache','plugin','cache',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"2007-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Cache\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','',NULL,NULL,3,0,NULL),(168,0,'plg_system_debug','plugin','debug',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Debug\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','',NULL,NULL,4,0,NULL),(169,0,'plg_system_fields','plugin','fields',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,5,0,NULL),(170,0,'plg_system_highlight','plugin','highlight',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Highlight\",\"filename\":\"highlight\"}','','',NULL,NULL,6,0,NULL),(171,0,'plg_system_httpheaders','plugin','httpheaders',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_httpheaders\",\"type\":\"plugin\",\"creationDate\":\"2017-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_HTTPHEADERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Httpheaders\",\"filename\":\"httpheaders\"}','{}','',NULL,NULL,7,0,NULL),(172,0,'plg_system_jooa11y','plugin','jooa11y',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_jooa11y\",\"type\":\"plugin\",\"creationDate\":\"2022-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_JOOA11Y_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Jooa11y\",\"filename\":\"jooa11y\"}','{\"showAlways\":0,\"checkRoot\":\"main\",\"readabilityRoot\":\"main\",\"containerIgnore\":\"\"}','',NULL,NULL,8,0,''),(173,0,'plg_system_languagecode','plugin','languagecode',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"2011-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageCode\",\"filename\":\"languagecode\"}','','',NULL,NULL,9,0,NULL),(174,0,'plg_system_languagefilter','plugin','languagefilter',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"2010-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageFilter\",\"filename\":\"languagefilter\"}','','',NULL,NULL,10,0,NULL),(175,0,'plg_system_log','plugin','log',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Log\",\"filename\":\"log\"}','','',NULL,NULL,11,0,NULL),(176,0,'plg_system_logout','plugin','logout',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Logout\",\"filename\":\"logout\"}','','',NULL,NULL,12,0,NULL),(177,0,'plg_system_logrotation','plugin','logrotation',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LogRotation\",\"filename\":\"logrotation\"}','{\"lastrun\":1777066498}','',NULL,NULL,13,0,NULL),(178,0,'plg_system_privacyconsent','plugin','privacyconsent',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,14,0,NULL),(179,0,'plg_system_redirect','plugin','redirect',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Redirect\",\"filename\":\"redirect\"}','','',NULL,NULL,15,0,NULL),(180,0,'plg_system_remember','plugin','remember',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Remember\",\"filename\":\"remember\"}','','',NULL,NULL,16,0,NULL),(181,0,'plg_system_schedulerunner','plugin','schedulerunner',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_schedulerunner\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_SCHEDULERUNNER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ScheduleRunner\",\"filename\":\"schedulerunner\"}','{}','',NULL,NULL,17,0,NULL),(182,0,'plg_system_sef','plugin','sef',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Sef\",\"filename\":\"sef\"}','','',NULL,NULL,18,0,NULL),(183,0,'plg_system_sessiongc','plugin','sessiongc',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"2018-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\SessionGC\",\"filename\":\"sessiongc\"}','','',NULL,NULL,19,0,NULL),(184,0,'plg_system_shortcut','plugin','shortcut',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_shortcut\",\"type\":\"plugin\",\"creationDate\":\"2022-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_SHORTCUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Shortcut\",\"filename\":\"shortcut\"}','{}','',NULL,NULL,0,0,NULL),(185,0,'plg_system_skipto','plugin','skipto',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_skipto\",\"type\":\"plugin\",\"creationDate\":\"2020-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_SKIPTO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Skipto\",\"filename\":\"skipto\"}','{}','',NULL,NULL,20,0,NULL),(186,0,'plg_system_stats','plugin','stats',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"2013-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Stats\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"2547acc640ce079b47b2d2b0409b7fd00647928a\",\"interval\":12}','',NULL,NULL,21,0,NULL),(187,0,'plg_system_task_notification','plugin','tasknotification',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_task_notification\",\"type\":\"plugin\",\"creationDate\":\"2021-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_TASK_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\TaskNotification\",\"filename\":\"tasknotification\"}','','',NULL,NULL,22,0,NULL),(188,0,'plg_system_updatenotification','plugin','updatenotification',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"2015-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\UpdateNotification\",\"filename\":\"updatenotification\"}','{\"lastrun\":1710431067}','',NULL,NULL,23,0,NULL),(189,0,'plg_system_webauthn','plugin','webauthn',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2019-07-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_WEBAUTHN_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Webauthn\",\"filename\":\"webauthn\"}','{}','',NULL,NULL,24,0,NULL),(190,0,'plg_task_check_files','plugin','checkfiles',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_check_files\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_CHECK_FILES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Checkfiles\",\"filename\":\"checkfiles\"}','{}','',NULL,NULL,1,0,NULL),(191,0,'plg_task_demo_tasks','plugin','demotasks',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_demo_tasks\",\"type\":\"plugin\",\"creationDate\":\"2021-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_DEMO_TASKS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\DemoTasks\",\"filename\":\"demotasks\"}','{}','',NULL,NULL,2,0,NULL),(192,0,'plg_task_requests','plugin','requests',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_requests\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_REQUESTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Requests\",\"filename\":\"requests\"}','{}','',NULL,NULL,3,0,NULL),(193,0,'plg_task_site_status','plugin','sitestatus',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_site_status\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_SITE_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SiteStatus\",\"filename\":\"sitestatus\"}','{}','',NULL,NULL,4,0,NULL),(194,0,'plg_multifactorauth_totp','plugin','totp',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Totp\",\"filename\":\"totp\"}','','',NULL,NULL,1,0,NULL),(195,0,'plg_multifactorauth_yubikey','plugin','yubikey',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Yubikey\",\"filename\":\"yubikey\"}','','',NULL,NULL,2,0,NULL),(196,0,'plg_multifactorauth_webauthn','plugin','webauthn',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_WEBAUTHN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Webauthn\",\"filename\":\"webauthn\"}','','',NULL,NULL,3,0,NULL),(197,0,'plg_multifactorauth_email','plugin','email',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_email\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_EMAIL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Email\",\"filename\":\"email\"}','','',NULL,NULL,4,0,NULL),(198,0,'plg_multifactorauth_fixed','plugin','fixed',NULL,'multifactorauth',0,0,1,0,1,'{\"name\":\"plg_multifactorauth_fixed\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_FIXED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Fixed\",\"filename\":\"fixed\"}','','',NULL,NULL,5,0,NULL),(199,0,'plg_user_contactcreator','plugin','contactcreator',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"2009-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\ContactCreator\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"4\",\"autopublish\":\"0\"}','',NULL,NULL,1,0,NULL),(200,0,'plg_user_joomla','plugin','joomla',NULL,'user',0,1,1,0,1,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Joomla\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}','',NULL,NULL,2,0,NULL),(201,0,'plg_user_profile','plugin','profile',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Profile\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','',NULL,NULL,3,0,NULL),(202,0,'plg_user_terms','plugin','terms',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Terms\",\"filename\":\"terms\"}','{}','',NULL,NULL,4,0,NULL),(203,0,'plg_user_token','plugin','token',NULL,'user',0,1,1,0,1,'{\"name\":\"plg_user_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,5,0,NULL),(204,0,'plg_webservices_banners','plugin','banners',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_banners\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Banners\",\"filename\":\"banners\"}','{}','',NULL,NULL,1,0,NULL),(205,0,'plg_webservices_config','plugin','config',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_config\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Config\",\"filename\":\"config\"}','{}','',NULL,NULL,2,0,NULL),(206,0,'plg_webservices_contact','plugin','contact',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_contact\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(207,0,'plg_webservices_content','plugin','content',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_content\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(208,0,'plg_webservices_installer','plugin','installer',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_installer\",\"type\":\"plugin\",\"creationDate\":\"2020-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Installer\",\"filename\":\"installer\"}','{}','',NULL,NULL,5,0,NULL),(209,0,'plg_webservices_languages','plugin','languages',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_languages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Languages\",\"filename\":\"languages\"}','{}','',NULL,NULL,6,0,NULL),(210,0,'plg_webservices_media','plugin','media',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_media\",\"type\":\"plugin\",\"creationDate\":\"2021-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"PLG_WEBSERVICES_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Media\",\"filename\":\"media\"}','{}','',NULL,NULL,7,0,NULL),(211,0,'plg_webservices_menus','plugin','menus',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_menus\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Menus\",\"filename\":\"menus\"}','{}','',NULL,NULL,7,0,NULL),(212,0,'plg_webservices_messages','plugin','messages',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_messages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Messages\",\"filename\":\"messages\"}','{}','',NULL,NULL,8,0,NULL),(213,0,'plg_webservices_modules','plugin','modules',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_modules\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Modules\",\"filename\":\"modules\"}','{}','',NULL,NULL,9,0,NULL),(214,0,'plg_webservices_newsfeeds','plugin','newsfeeds',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{}','',NULL,NULL,10,0,NULL),(215,0,'plg_webservices_plugins','plugin','plugins',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_plugins\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Plugins\",\"filename\":\"plugins\"}','{}','',NULL,NULL,11,0,NULL),(216,0,'plg_webservices_privacy','plugin','privacy',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_privacy\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Privacy\",\"filename\":\"privacy\"}','{}','',NULL,NULL,12,0,NULL),(217,0,'plg_webservices_redirect','plugin','redirect',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_redirect\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Redirect\",\"filename\":\"redirect\"}','{}','',NULL,NULL,13,0,NULL),(218,0,'plg_webservices_tags','plugin','tags',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_tags\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Tags\",\"filename\":\"tags\"}','{}','',NULL,NULL,14,0,NULL),(219,0,'plg_webservices_templates','plugin','templates',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_templates\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Templates\",\"filename\":\"templates\"}','{}','',NULL,NULL,15,0,NULL),(220,0,'plg_webservices_users','plugin','users',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_users\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Users\",\"filename\":\"users\"}','{}','',NULL,NULL,16,0,NULL),(221,0,'plg_workflow_featuring','plugin','featuring',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_featuring\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_FEATURING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Featuring\",\"filename\":\"featuring\"}','{}','',NULL,NULL,1,0,NULL),(222,0,'plg_workflow_notification','plugin','notification',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_notification\",\"type\":\"plugin\",\"creationDate\":\"2020-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Notification\",\"filename\":\"notification\"}','{}','',NULL,NULL,2,0,NULL),(223,0,'plg_workflow_publishing','plugin','publishing',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_publishing\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_PUBLISHING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Publishing\",\"filename\":\"publishing\"}','{}','',NULL,NULL,3,0,NULL),(224,0,'plg_system_guidedtours','plugin','guidedtours',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_guidedtours\",\"type\":\"plugin\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"PLG_SYSTEM_GUIDEDTOURS_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\GuidedTours\",\"filename\":\"guidedtours\"}','{}','',NULL,NULL,15,0,NULL),(225,0,'atum','template','atum',NULL,'',1,1,1,0,1,'{\"name\":\"atum\",\"type\":\"template\",\"creationDate\":\"2016-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ATUM_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','','',NULL,NULL,0,0,NULL),(226,0,'cassiopeia','template','cassiopeia',NULL,'',0,1,1,0,1,'{\"name\":\"cassiopeia\",\"type\":\"template\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_CASSIOPEIA_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','{\"logoFile\":\"\",\"fluidContainer\":\"0\",\"sidebarLeftWidth\":\"3\",\"sidebarRightWidth\":\"3\"}','',NULL,NULL,0,0,NULL),(227,0,'files_joomla','file','joomla',NULL,'',0,1,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.2\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(228,0,'English (en-GB) Language Pack','package','pkg_en-GB',NULL,'',0,1,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.2.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','',NULL,NULL,0,0,NULL),(229,228,'English (en-GB)','language','en-GB',NULL,'',0,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.2\",\"description\":\"en-GB site language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(230,228,'English (en-GB)','language','en-GB',NULL,'',1,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.2\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(231,228,'English (en-GB)','language','en-GB',NULL,'',3,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.2\",\"description\":\"en-GB api language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(232,235,'Spanish (es-ES)','language','es-ES','','',1,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.0.1\",\"description\":\"<p>Spanish [es-ES] language pack (administrator) for Joomla!<\\/p><p><\\/p><p>Paquete de idioma espa\\u00f1ol [es-ES] (administrador) para Joomla!<\\/p>\",\"group\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(233,235,'Spanish (es-ES)','language','es-ES','','',3,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.0.1\",\"description\":\"Idioma es-ES de la api\",\"group\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(234,235,'Spanish (es-ES)','language','es-ES','','',0,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.0.1\",\"description\":\"<p>Spanish [es-ES] language pack (site) for Joomla!<\\/p><p><\\/p><p>Paquete de idioma espa\\u00f1ol [es-ES] (sitio) para Joomla!<\\/p>\",\"group\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(235,0,'Spanish (es-ES) Language Pack','package','pkg_es-ES','','',0,1,1,0,0,'{\"name\":\"Spanish (es-ES) Language Pack\",\"type\":\"package\",\"creationDate\":\"2023\\/10\\/25\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.0.1\",\"description\":\"<div style=\\\"text-align: left;\\\"><h2>Successfully installed the Joomla! 4.4.0 Spanish es-ES Language Pack (v1)<\\/h2><p><\\/p><p>Please report any bugs or issues at the Spanish Translation Team using the mail: [email protected]<\\/p><p>If you wanna help with translations matters the site is at: <a href=\'https:\\/\\/joomlaes.org\\/traduccion\' target=\'_blank\' rel=\'noopener noreferrer\'>JomlaES.org<\\/a> Contact Us!<\\/p><p><\\/p><p>Translated by: The Spanish Translation Team [es-ES]<\\/p><h2>El paquete del idioma en espa\\u00f1ol es-ES (v1) para Joomla! 4.4.0 se ha instalado correctamente.<\\/h2><p><\\/p><p>Por favor, reporte cualquier bug o asunto relacionado a nuestra direcci\\u00f3n de correo electr\\u00f3nico: [email protected]<\\/p><p>Si quiere colaborar con el trabajo de traducci\\u00f3n estamos en: <a href=\'https:\\/\\/joomlaes.org\\/traduccion\' target=\'_blank\' rel=\'noopener noreferrer\'>JomlaES.org<\\/a> \\u00a1Contacte con nosotros!<\\/p><p><\\/p><p>Traducci\\u00f3n: Spanish Translation Team [es-ES]<\\/p><\\/div>\",\"group\":\"\",\"filename\":\"pkg_es-ES\"}','{}','',NULL,NULL,0,0,NULL),(236,243,'plg_system_gantry5','plugin','gantry5','','system',0,1,1,0,0,'{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"PLG_SYSTEM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"production\":\"0\",\"use_assignments\":\"1\",\"use_media_folder\":\"0\",\"asset_timestamps\":\"1\",\"asset_timestamps_period\":\"7\",\"compile_yaml\":\"1\",\"compile_twig\":\"1\"}','',NULL,NULL,0,0,NULL),(237,243,'plg_quickicon_gantry5','plugin','gantry5','','quickicon',0,1,1,0,0,'{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"context\":\"mod_quickicon\"}','',NULL,NULL,0,0,NULL),(238,243,'plg_gantry5_preset','plugin','preset','','gantry5',0,0,1,0,0,'{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}','{\"preset\":\"presets\",\"reset\":\"reset-settings\"}','',NULL,NULL,0,0,NULL),(239,243,'mod_gantry5_particle','module','mod_gantry5_particle','','',0,1,0,0,0,'{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}','{\"owncache\":\"0\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(241,243,'gantry5_nucleus','file','gantry5_nucleus','','',0,1,0,0,0,'{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(242,243,'com_gantry5','component','com_gantry5','','',1,1,0,0,0,'{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL),(243,0,'pkg_gantry5','package','pkg_gantry5','','',0,1,1,0,0,'{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}','{}','',NULL,NULL,0,0,NULL),(244,0,'g5_helium','template','g5_helium','','',0,1,1,0,0,'{\"name\":\"g5_helium\",\"type\":\"template\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"TPL_G5_HELIUM_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}','[]','',NULL,NULL,0,0,NULL),(245,243,'Gantry 5 Framework','library','gantry5','','',0,1,1,0,0,'{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL),(246,0,'plg_quickicon_eos','plugin','eos',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_eos\",\"type\":\"plugin\",\"creationDate\":\"2023-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"PLG_QUICKICON_EOS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Eos\",\"filename\":\"eos\"}','','',NULL,NULL,7,0,NULL),(247,0,'plg_behaviour_compat','plugin','compat',NULL,'behaviour',0,1,1,0,1,'{\"name\":\"plg_behaviour_compat\",\"type\":\"plugin\",\"creationDate\":\"2023-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"PLG_COMPAT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Compat\",\"filename\":\"compat\"}','{}','',NULL,NULL,-1,0,NULL),(248,250,'Regular Labs Library','library','regularlabs','','',0,1,1,0,0,'{\"name\":\"Regular Labs Library\",\"type\":\"library\",\"creationDate\":\"December 2023\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2023 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"23.12.10783\",\"description\":\"Regular Labs Library - used by Regular Labs extensions\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Library\",\"filename\":\"regularlabs\"}','{}','',NULL,NULL,0,0,NULL),(249,250,'PLG_SYSTEM_REGULARLABS','plugin','regularlabs','','system',0,1,1,0,0,'{\"name\":\"PLG_SYSTEM_REGULARLABS\",\"type\":\"plugin\",\"creationDate\":\"December 2023\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2023 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"23.12.10783\",\"description\":\"PLG_SYSTEM_REGULARLABS_DESC\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Plugin\\\\System\\\\RegularLabs\",\"filename\":\"regularlabs\"}','{\"combine_admin_menu\":\"0\",\"max_list_count\":\"10000\"}','',NULL,NULL,0,0,NULL),(250,0,'PKG_REGULARLABS','package','pkg_regularlabs','','',0,1,1,0,0,'{\"name\":\"PKG_REGULARLABS\",\"type\":\"package\",\"creationDate\":\"December 2023\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2023 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"23.12.10783\",\"description\":\"\",\"group\":\"\",\"filename\":\"pkg_regularlabs\"}','{}','',NULL,NULL,0,0,NULL),(251,253,'PLG_SYSTEM_SOURCERER','plugin','sourcerer','','system',0,1,1,0,0,'{\"name\":\"PLG_SYSTEM_SOURCERER\",\"type\":\"plugin\",\"creationDate\":\"December 2023\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2023 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"10.0.4\",\"description\":\"PLG_SYSTEM_SOURCERER_DESC\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Plugin\\\\System\\\\Sourcerer\",\"filename\":\"sourcerer\"}','{\"enable_css\":\"1\",\"enable_js\":\"1\",\"enable_php\":\"1\",\"forbidden_php\":\"dl, escapeshellarg, escapeshellcmd, exec, passthru, popen, proc_close, proc_open, shell_exec, symlink, system\",\"forbidden_tags\":\"\",\"@wizard\":\"0\",\"button_text\":\"Code\",\"enable_frontend\":\"1\",\"color_code\":\"1\",\"syntax_word\":\"source\",\"tag_characters\":\"{.}\",\"trim\":\"0\",\"enable_in_head\":\"0\",\"remove_from_search\":\"0\",\"include_path\":\"\\/\",\"tmp_path\":\"\",\"place_comments\":\"1\"}','',NULL,NULL,0,0,NULL),(252,253,'PLG_EDITORS-XTD_SOURCERER','plugin','sourcerer','','editors-xtd',0,1,1,0,0,'{\"name\":\"PLG_EDITORS-XTD_SOURCERER\",\"type\":\"plugin\",\"creationDate\":\"December 2023\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2023 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"10.0.4\",\"description\":\"PLG_EDITORS-XTD_SOURCERER_DESC\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Plugin\\\\EditorButton\\\\Sourcerer\",\"filename\":\"sourcerer\"}','[]','',NULL,NULL,0,0,NULL),(253,0,'PKG_SOURCERER','package','pkg_sourcerer','','',0,1,1,0,0,'{\"name\":\"PKG_SOURCERER\",\"type\":\"package\",\"creationDate\":\"December 2023\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2023 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"10.0.4\",\"description\":\"\",\"group\":\"\",\"filename\":\"pkg_sourcerer\"}','{}','',NULL,NULL,0,0,NULL),(254,0,'Content - Simple Sliders','plugin','simplesliders','','content',0,1,1,0,0,'{\"name\":\"Content - Simple Sliders\",\"type\":\"plugin\",\"creationDate\":\"30 November 2023\",\"author\":\"Les Arbres Design\",\"copyright\":\"Les Arbres Design 2020-2023\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.lesarbresdesign.info\",\"version\":\"2.00\",\"description\":\"Simple Accordian Sliders\",\"group\":\"\",\"filename\":\"simplesliders\"}','{}','',NULL,NULL,0,0,NULL);
/*!40000 ALTER TABLE `cql20_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields`
--
DROP TABLE IF EXISTS `cql20_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_fields` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0',
`context` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`group_id` int unsigned NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`default_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`state` tinyint NOT NULL DEFAULT '0',
`required` tinyint NOT NULL DEFAULT '0',
`only_use_in_subform` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`ordering` int NOT NULL DEFAULT '0',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`fieldparams` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`created_time` datetime NOT NULL,
`created_user_id` int unsigned NOT NULL DEFAULT '0',
`modified_time` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`access` int NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_created_user_id` (`created_user_id`),
KEY `idx_access` (`access`),
KEY `idx_context` (`context`(191)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_fields`
--
LOCK TABLES `cql20_fields` WRITE;
/*!40000 ALTER TABLE `cql20_fields` DISABLE KEYS */;
INSERT INTO `cql20_fields` VALUES (1,108,'com_contact.contact',0,'Director de programa','director-de-programa','Director de programa','','text','','',0,0,0,NULL,NULL,0,'{\"hint\":\"\",\"class\":\"\",\"label_class\":\"\",\"show_on\":\"2\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"0\",\"maxlength\":\"\"}','*','2023-07-15 16:50:03',393,'2023-07-17 12:33:01',393,1),(2,109,'com_contact.contact',0,'Correo Institucional','correo-institucional','Correo Institucional','','text','','',0,0,0,NULL,NULL,0,'{\"hint\":\"\",\"class\":\"fa fa-envelope-o\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"\",\"maxlength\":\"\"}','*','2023-07-15 17:04:00',393,'2023-07-15 17:04:00',393,1),(3,110,'com_contact.contact',0,' Lugar de contacto:','lugar-de-contacto',' Lugar de contacto','','text','','',0,0,0,NULL,NULL,0,'{\"hint\":\"\",\"class\":\"\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"safehtml\",\"maxlength\":\"\"}','*','2023-07-15 17:06:17',393,'2023-07-15 18:00:03',393,1),(4,111,'com_contact.contact',0,'Telefono','telefono','Telefono','','text','','',0,0,0,NULL,NULL,0,'{\"hint\":\"\",\"class\":\"fa fa-phone\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"\",\"maxlength\":\"\"}','*','2023-07-15 17:06:47',393,'2023-07-15 17:06:47',393,1);
/*!40000 ALTER TABLE `cql20_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields_categories`
--
DROP TABLE IF EXISTS `cql20_fields_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_fields_categories` (
`field_id` int NOT NULL DEFAULT '0',
`category_id` int NOT NULL DEFAULT '0',
PRIMARY KEY (`field_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_fields_categories`
--
LOCK TABLES `cql20_fields_categories` WRITE;
/*!40000 ALTER TABLE `cql20_fields_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_fields_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields_groups`
--
DROP TABLE IF EXISTS `cql20_fields_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_fields_groups` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0',
`context` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`state` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`ordering` int NOT NULL DEFAULT '0',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`access` int NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_created_by` (`created_by`),
KEY `idx_access` (`access`),
KEY `idx_context` (`context`(191)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_fields_groups`
--
LOCK TABLES `cql20_fields_groups` WRITE;
/*!40000 ALTER TABLE `cql20_fields_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields_values`
--
DROP TABLE IF EXISTS `cql20_fields_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_fields_values` (
`field_id` int unsigned NOT NULL,
`item_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
`value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
KEY `idx_field_id` (`field_id`),
KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_fields_values`
--
LOCK TABLES `cql20_fields_values` WRITE;
/*!40000 ALTER TABLE `cql20_fields_values` DISABLE KEYS */;
INSERT INTO `cql20_fields_values` VALUES (1,'1','Oscar Manuel Agudelo Varela'),(2,'1','[email protected]'),(3,'1','Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López'),(4,'1','6616800 Ext. 135');
/*!40000 ALTER TABLE `cql20_fields_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_filters`
--
DROP TABLE IF EXISTS `cql20_finder_filters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_filters` (
`filter_id` int unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`state` tinyint NOT NULL DEFAULT '1',
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`map_count` int unsigned NOT NULL DEFAULT '0',
`data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_filters`
--
LOCK TABLES `cql20_finder_filters` WRITE;
/*!40000 ALTER TABLE `cql20_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_links`
--
DROP TABLE IF EXISTS `cql20_finder_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_links` (
`link_id` int unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`route` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`indexdate` datetime NOT NULL,
`md5sum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`published` tinyint NOT NULL DEFAULT '1',
`state` int NOT NULL DEFAULT '1',
`access` int NOT NULL DEFAULT '0',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`publish_start_date` datetime DEFAULT NULL,
`publish_end_date` datetime DEFAULT NULL,
`start_date` datetime DEFAULT NULL,
`end_date` datetime DEFAULT NULL,
`list_price` double unsigned NOT NULL DEFAULT '0',
`sale_price` double unsigned NOT NULL DEFAULT '0',
`type_id` int NOT NULL,
`object` mediumblob,
PRIMARY KEY (`link_id`),
KEY `idx_type` (`type_id`),
KEY `idx_title` (`title`(100)),
KEY `idx_md5` (`md5sum`),
KEY `idx_url` (`url`(75)),
KEY `idx_language` (`language`),
KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_links`
--
LOCK TABLES `cql20_finder_links` WRITE;
/*!40000 ALTER TABLE `cql20_finder_links` DISABLE KEYS */;
INSERT INTO `cql20_finder_links` VALUES (2,'index.php?option=com_content&view=article&id=2','index.php?option=com_content&view=article&id=2:admision&catid=2','Requisitos de admisión',' Estos son los pasos que debes seguir para ser estudiante unillanista: Preinscripción: Diligenciar el formulario de preinscripción ubicado en la parte inferior con los datos básicos del aspirante. Recibo de pago: Descargar e imprimir el recibo de pago del formulario de inscripción que genera la plataforma y realizar el pago en las fechas establecidas . Inscripción: Luego de validarse el pago dentro de las 24 a 48 horas posteriores a ser efectuado, el aspirante deberá consultar su usuario y contraseña en el formulario de preinscripción que se encuentra en la parte inferior, con los cuales podrá acceder al formulario de inscripción, que deberá ser diligenciado totalmente para continuar con el proceso de selección y admisión. conoce mas... ','2023-12-18 14:27:56','e67bbb732aa50b85641fcdbc1ff95d4c',1,1,1,'*','2023-07-06 20:05:25',NULL,'2023-07-06 20:05:25',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:760:\" Estos son los pasos que debes seguir para ser estudiante unillanista: Preinscripción: Diligenciar el formulario de preinscripción ubicado en la parte inferior con los datos básicos del aspirante. Recibo de pago: Descargar e imprimir el recibo de pago del formulario de inscripción que genera la plataforma y realizar el pago en las fechas establecidas . Inscripción: Luego de validarse el pago dentro de las 24 a 48 horas posteriores a ser efectuado, el aspirante deberá consultar su usuario y contraseña en el formulario de preinscripción que se encuentra en la parte inferior, con los cuales podrá acceder al formulario de inscripción, que deberá ser diligenciado totalmente para continuar con el proceso de selección y admisión. conoce mas... \";i:3;a:25:{s:2:\"id\";i:2;s:5:\"alias\";s:8:\"admision\";s:7:\"summary\";s:1300:\"<p style=\"text-align: justify;\">Estos son los pasos que debes seguir para ser estudiante unillanista:</p>\r\n<ul style=\"list-style: none;\">\r\n<li style=\"text-align: justify;\">\r\n<p class=\"fa fa-check-square-o\"> </p>\r\n<strong>Preinscripción: </strong>Diligenciar el formulario de preinscripción ubicado en la parte inferior con los datos básicos del aspirante.</li>\r\n<li style=\"text-align: justify;\">\r\n<p class=\"fa fa-check-square-o\"> </p>\r\n<strong>Recibo de pago: </strong>Descargar e imprimir el recibo de pago del formulario de inscripción que genera la plataforma y realizar el pago en las fechas establecidas .</li>\r\n<li style=\"text-align: justify;\">\r\n<p class=\"fa fa-check-square-o\"> </p>\r\n<strong>Inscripción:</strong> Luego de validarse el pago dentro de las 24 a 48 horas posteriores a ser efectuado, el aspirante deberá consultar su usuario y contraseña en el formulario de preinscripción que se encuentra en la parte inferior, con los cuales podrá acceder al formulario de inscripción, que deberá ser diligenciado totalmente para continuar con el proceso de selección y admisión.</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><a class=\"button button-xlarge\" href=\"https://www.unillanos.edu.co/inscripciones/\" target=\"_blank\" rel=\"noopener\"><strong>conoce mas...</strong></a> </p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2023-12-18 14:27:56\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:96;s:8:\"ordering\";i:9;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:10:\"2:admision\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-07-06 20:05:25\";i:10;N;i:11;s:63:\"index.php?option=com_content&view=article&id=2:admision&catid=2\";i:12;N;i:13;s:19:\"2023-07-06 20:05:25\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:23:\"Requisitos de admisión\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=2\";}'),(3,'index.php?option=com_content&view=article&id=3','index.php?option=com_content&view=article&id=3:axiologicos&catid=2','Axiológicos',' MISIÓN Formar ciudadanos profesionales éticos, con criterio científico y responsabilidad social, mediante el desarrollo de un currículo flexible e integral que le permita ser competente en el sistema de mercadeo, participando activamente en procesos de transformación y avance económico de la región, bajo la dinámica del consumo local y global. VISION El Programa de Mercadeo de la Universidad de los Llanos al 2025 es protagonista del desarrollo empresarial de la región, reconocido a nivel nacional como formador de profesionales con calidad y capacidad participativa en procesos de investigación, generador de conocimiento en el área de mercadeo bajo escenarios de reflexión crítica que impacte el desarrollo sostenible. ','2024-01-22 19:06:02','2bfd2b39f131c23718231f2028a8b9e8',1,1,1,'*','2023-07-12 19:13:21',NULL,'2023-07-12 19:13:21',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:739:\" MISIÓN Formar ciudadanos profesionales éticos, con criterio científico y responsabilidad social, mediante el desarrollo de un currículo flexible e integral que le permita ser competente en el sistema de mercadeo, participando activamente en procesos de transformación y avance económico de la región, bajo la dinámica del consumo local y global. VISION El Programa de Mercadeo de la Universidad de los Llanos al 2025 es protagonista del desarrollo empresarial de la región, reconocido a nivel nacional como formador de profesionales con calidad y capacidad participativa en procesos de investigación, generador de conocimiento en el área de mercadeo bajo escenarios de reflexión crítica que impacte el desarrollo sostenible. \";i:3;a:25:{s:2:\"id\";i:3;s:5:\"alias\";s:11:\"axiologicos\";s:7:\"summary\";s:830:\"<h2>MISIÓN</h2>\r\n<p style=\"text-align: justify;\">Formar ciudadanos profesionales éticos, con criterio científico y responsabilidad social, mediante el desarrollo de un currículo flexible e integral que le permita ser competente en el sistema de mercadeo, participando activamente en procesos de transformación y avance económico de la región, bajo la dinámica del consumo local y global.</p>\r\n<h2>VISION</h2>\r\n<p style=\"text-align: justify;\">El Programa de Mercadeo de la Universidad de los Llanos al 2025 es protagonista del desarrollo empresarial de la región, reconocido a nivel nacional como formador de profesionales con calidad y capacidad participativa en procesos de investigación, generador de conocimiento en el área de mercadeo bajo escenarios de reflexión crítica que impacte el desarrollo sostenible.</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-22 19:06:02\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:32;s:8:\"ordering\";i:8;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:13:\"3:axiologicos\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-07-12 19:13:21\";i:10;N;i:11;s:66:\"index.php?option=com_content&view=article&id=3:axiologicos&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:13:21\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:12:\"Axiológicos\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=3\";}'),(4,'index.php?option=com_content&view=article&id=4','index.php?option=com_content&view=article&id=4:objeto-de-estudio&catid=2','Objeto de Estudio',' En la Universidad de los Llanos, el Programa de Mercadeo tiene como objeto de estudio, de Formación / Transformación: EL SISTEMA DE MARKETING, y como objeto social: EL BIENESTAR DEL SER HUMANO COMO CLIENTE. ','2024-01-22 19:07:14','ed1c08f9b93f4af64fc323d8b2ad724d',1,1,1,'*','2023-07-12 19:19:53',NULL,'2023-07-12 19:19:53',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:210:\" En la Universidad de los Llanos, el Programa de Mercadeo tiene como objeto de estudio, de Formación / Transformación: EL SISTEMA DE MARKETING, y como objeto social: EL BIENESTAR DEL SER HUMANO COMO CLIENTE. \";i:3;a:25:{s:2:\"id\";i:4;s:5:\"alias\";s:17:\"objeto de estudio\";s:7:\"summary\";s:244:\"<p style=\"text-align: justify;\">En la Universidad de los Llanos, el Programa de Mercadeo tiene como objeto de estudio, de Formación / Transformación: EL SISTEMA DE MARKETING, y como objeto social: EL BIENESTAR DEL SER HUMANO COMO CLIENTE.</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-22 19:07:14\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:21;s:8:\"ordering\";i:7;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:19:\"4:objeto-de-estudio\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-07-12 19:19:53\";i:10;N;i:11;s:72:\"index.php?option=com_content&view=article&id=4:objeto-de-estudio&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:19:53\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:17:\"Objeto de Estudio\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=4\";}'),(5,'index.php?option=com_content&view=article&id=5','index.php?option=com_content&view=article&id=5:perfiles&catid=2','Perfiles',' Profesional: El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar las variables del micro y macro entorno que interviene en el bienestar del ser humano como cliente; aplicar herramientas diagnósticas y de planeación orientadas al marketing; Estimar la estructura de los mercados para garantizar la sostenibilidad de las organizaciones y gestionar los contextos organizacionales para la aplicación en la mezcla de la mercadotecnia con enfoque global, en un ambiente innovador, con valores éticos, responsabilidad social y compromiso con la comunidad. Ocupacional: El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar el entorno por cuanto: Realiza análisis del mercado y determina la viabilidad de lanzamiento y posicionamiento de ideas, personas, bienes y servicios, diseñados para satisfacer éticamente las necesidades de los consumidores. Analiza la mezcla de marketing en las empresas, para estructurar y retroalimentar el portafolio de valores y propone alternativas de mejoramiento. Dirige o diseña los departamentos de Mercadeo y realiza la evaluación de desempeño de sus miembros. Tiene una sólida formación teórica y conceptual, que le permite el desarrollo de competencias en la gestión estratégica de marketing con base en la capacidad analítica e investigativa de los mercados, contribuyendo así a la competitividad de las empresas y del entorno donde se desenvuelva ','2024-04-16 19:35:04','dad2423b447f5f302954afe0d00e5ba6',1,1,1,'*','2023-07-12 19:24:30',NULL,'2023-07-12 19:24:30',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:1484:\" Profesional: El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar las variables del micro y macro entorno que interviene en el bienestar del ser humano como cliente; aplicar herramientas diagnósticas y de planeación orientadas al marketing; Estimar la estructura de los mercados para garantizar la sostenibilidad de las organizaciones y gestionar los contextos organizacionales para la aplicación en la mezcla de la mercadotecnia con enfoque global, en un ambiente innovador, con valores éticos, responsabilidad social y compromiso con la comunidad. Ocupacional: El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar el entorno por cuanto: Realiza análisis del mercado y determina la viabilidad de lanzamiento y posicionamiento de ideas, personas, bienes y servicios, diseñados para satisfacer éticamente las necesidades de los consumidores. Analiza la mezcla de marketing en las empresas, para estructurar y retroalimentar el portafolio de valores y propone alternativas de mejoramiento. Dirige o diseña los departamentos de Mercadeo y realiza la evaluación de desempeño de sus miembros. Tiene una sólida formación teórica y conceptual, que le permite el desarrollo de competencias en la gestión estratégica de marketing con base en la capacidad analítica e investigativa de los mercados, contribuyendo así a la competitividad de las empresas y del entorno donde se desenvuelva \";i:3;a:25:{s:2:\"id\";i:5;s:5:\"alias\";s:8:\"perfiles\";s:7:\"summary\";s:1804:\"<h2 style=\"text-align: justify;\">Profesional:</h2>\r\n<p style=\"text-align: justify;\">El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar las variables del micro y macro entorno que interviene en el bienestar del ser humano como cliente; aplicar herramientas diagnósticas y de planeación orientadas al marketing; Estimar la estructura de los mercados para garantizar la sostenibilidad de las organizaciones y gestionar los contextos organizacionales para la aplicación en la mezcla de la mercadotecnia con enfoque global, en un ambiente innovador, con valores éticos, responsabilidad social y compromiso con la comunidad.</p>\r\n<h2 style=\"text-align: justify;\">Ocupacional:</h2>\r\n<p style=\"text-align: justify;\">El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar el entorno por cuanto:</p>\r\n<ul>\r\n<li style=\"text-align: justify;\">Realiza análisis del mercado y determina la viabilidad de lanzamiento y posicionamiento de ideas, personas, bienes y servicios, diseñados para satisfacer éticamente las necesidades de los consumidores.</li>\r\n<li style=\"text-align: justify;\">Analiza la mezcla de marketing en las empresas, para estructurar y retroalimentar el portafolio de valores y propone alternativas de mejoramiento.</li>\r\n<li style=\"text-align: justify;\">Dirige o diseña los departamentos de Mercadeo y realiza la evaluación de desempeño de sus miembros.</li>\r\n<li style=\"text-align: justify;\">Tiene una sólida formación teórica y conceptual, que le permite el desarrollo de competencias en la gestión estratégica de marketing con base en la capacidad analítica e investigativa de los mercados, contribuyendo así a la competitividad de las empresas y del entorno donde se desenvuelva</li>\r\n</ul>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-04-16 19:35:04\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:55;s:8:\"ordering\";i:6;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:10:\"5:perfiles\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-07-12 19:24:30\";i:10;N;i:11;s:63:\"index.php?option=com_content&view=article&id=5:perfiles&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:24:30\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:8:\"Perfiles\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=5\";}'),(6,'index.php?option=com_content&view=article&id=6','index.php?option=com_content&view=article&id=6:proposito-de-formacion&catid=2','Propósito de Formación ',' Con base en los principios que orientan el Programa y en concordancia con el PEI de la Universidad de los Llanos, el Programa de Mercadeo tiene como propósitos de formación: Propósito Científico: Desarrollar actitudes y aptitudes tendientes a la aprehensión, práctica y generación del conocimiento a través de una cultura investigativa, que promueva la participación e inclusión en proyectos de investigación que generen nuevos conocimientos y conduzcan a dar solución a los problemas de la región y el país. Propósito Técnico: Desarrollar habilidades y destrezas relacionas con la formación del estudiante apropiadas para generar competitividad nacional e internacional en el campo del Mercadeo. Propósito Ético Axiológico: Desarrollar actitudes éticas y profesionales que le permitan un desempeño basado en el bienestar del cliente y el crecimiento empresarial, fundamentado en el desarrollo sostenible. ','2024-01-22 19:09:25','d97b7801222178cc1aaa7029d8fe36db',1,1,1,'*','2023-07-12 19:26:56',NULL,'2023-07-12 19:26:56',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:929:\" Con base en los principios que orientan el Programa y en concordancia con el PEI de la Universidad de los Llanos, el Programa de Mercadeo tiene como propósitos de formación: Propósito Científico: Desarrollar actitudes y aptitudes tendientes a la aprehensión, práctica y generación del conocimiento a través de una cultura investigativa, que promueva la participación e inclusión en proyectos de investigación que generen nuevos conocimientos y conduzcan a dar solución a los problemas de la región y el país. Propósito Técnico: Desarrollar habilidades y destrezas relacionas con la formación del estudiante apropiadas para generar competitividad nacional e internacional en el campo del Mercadeo. Propósito Ético Axiológico: Desarrollar actitudes éticas y profesionales que le permitan un desempeño basado en el bienestar del cliente y el crecimiento empresarial, fundamentado en el desarrollo sostenible. \";i:3;a:25:{s:2:\"id\";i:6;s:5:\"alias\";s:22:\"proposito de formacion\";s:7:\"summary\";s:1162:\"<p>Con base en los principios que orientan el Programa y en concordancia con el PEI de la Universidad de los Llanos, el Programa de Mercadeo tiene como propósitos de formación:</p>\r\n<h2 style=\"text-align: justify;\">Propósito Científico:</h2>\r\n<p style=\"text-align: justify;\">Desarrollar actitudes y aptitudes tendientes a la aprehensión, práctica y generación del conocimiento a través de una cultura investigativa, que promueva la participación e inclusión en proyectos de investigación que generen nuevos conocimientos y conduzcan a dar solución a los problemas de la región y el país.</p>\r\n<h2 style=\"text-align: justify;\">Propósito Técnico:</h2>\r\n<p style=\"text-align: justify;\">Desarrollar habilidades y destrezas relacionas con la formación del estudiante apropiadas para generar competitividad nacional e internacional en el campo del Mercadeo.</p>\r\n<h2 style=\"text-align: justify;\">Propósito Ético Axiológico:</h2>\r\n<p style=\"text-align: justify;\">Desarrollar actitudes éticas y profesionales que le permitan un desempeño basado en el bienestar del cliente y el crecimiento empresarial, fundamentado en el desarrollo sostenible.</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-22 19:09:25\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:58;s:8:\"ordering\";i:5;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:24:\"6:proposito-de-formacion\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-07-12 19:26:56\";i:10;N;i:11;s:77:\"index.php?option=com_content&view=article&id=6:proposito-de-formacion&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:26:56\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:25:\"Propósito de Formación \";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=6\";}'),(7,'index.php?option=com_content&view=article&id=7','index.php?option=com_content&view=article&id=7:plan-de-estudios&catid=2','Plan de estudios',' {slider title=\"semestre 01\" class=\"blue\"} Cursos. Matemáticas. Procesos comunicativos. Principios de mercadeo. Fundamentos de administración. Antropología. Psicología. {/sliders} {slider title=\"semestre 02\" class=\"red\"} Cursos. Estadística I. Contabilidad empresarial. Estrategias de producto. Microeconomía. Sociología. Pensamiento lógico matemático. {/sliders} {slider title=\"semestre 03\" class=\"blue\"} Cursos. Estadística II. Costos y presupuesto. Comportamiento del consumidor. Macroeconomía. Cátedra democracia y paz. {/sliders} {slider title=\"semestre 04\" class=\"red\"} Cursos. Cátedra Orinoquia. Investigación cuantitativa de mercados. Matemáticas financieras. Estrategia de precio. Ciencia, tecnología y desarrollo. Electiva I. {/sliders} {slider title=\"semestre 05\" class=\"blue\"} Cursos. Investigación cualitativa de mercados. Análisis financiero. Distribución y logística. Entornos globales. Metodología de la investigación. {/sliders} {slider title=\"semestre 06\" class=\"red\"} Cursos. Mercadeo agroindustrial. Mercadeo internacional. Publicidad. Mercadeo de servicios. Planeación estratégica de marketing. Ética. {/sliders} {slider title=\"semestre 07\" class=\"blue\"} Cursos. Merchandising y promoción de venta. Relaciones públicas y organización de eventos. Curso de profundización I. Gestión de la calidad. Electiva II. {/sliders} {slider title=\"semestre 08\" class=\"red\"} Cursos. Curso de profundización II. Marketing electrónico. Derecho empresarial. Formulación y evaluación de proyectos. Electiva III. {/sliders} {slider title=\"semestre 09\" class=\"blue\"} Cursos. Curso profundización III. Gerencia comercial. Servicio al cliente. Marketing social. Gerencia estratégica de marketing. Trabajo de grado. {/sliders} ','2024-04-16 19:31:27','33be49113360f9495321f58af5dd52f5',1,1,1,'*','2023-07-12 19:31:11',NULL,'2023-07-12 19:31:11',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:1761:\" {slider title=\"semestre 01\" class=\"blue\"} Cursos. Matemáticas. Procesos comunicativos. Principios de mercadeo. Fundamentos de administración. Antropología. Psicología. {/sliders} {slider title=\"semestre 02\" class=\"red\"} Cursos. Estadística I. Contabilidad empresarial. Estrategias de producto. Microeconomía. Sociología. Pensamiento lógico matemático. {/sliders} {slider title=\"semestre 03\" class=\"blue\"} Cursos. Estadística II. Costos y presupuesto. Comportamiento del consumidor. Macroeconomía. Cátedra democracia y paz. {/sliders} {slider title=\"semestre 04\" class=\"red\"} Cursos. Cátedra Orinoquia. Investigación cuantitativa de mercados. Matemáticas financieras. Estrategia de precio. Ciencia, tecnología y desarrollo. Electiva I. {/sliders} {slider title=\"semestre 05\" class=\"blue\"} Cursos. Investigación cualitativa de mercados. Análisis financiero. Distribución y logística. Entornos globales. Metodología de la investigación. {/sliders} {slider title=\"semestre 06\" class=\"red\"} Cursos. Mercadeo agroindustrial. Mercadeo internacional. Publicidad. Mercadeo de servicios. Planeación estratégica de marketing. Ética. {/sliders} {slider title=\"semestre 07\" class=\"blue\"} Cursos. Merchandising y promoción de venta. Relaciones públicas y organización de eventos. Curso de profundización I. Gestión de la calidad. Electiva II. {/sliders} {slider title=\"semestre 08\" class=\"red\"} Cursos. Curso de profundización II. Marketing electrónico. Derecho empresarial. Formulación y evaluación de proyectos. Electiva III. {/sliders} {slider title=\"semestre 09\" class=\"blue\"} Cursos. Curso profundización III. Gerencia comercial. Servicio al cliente. Marketing social. Gerencia estratégica de marketing. Trabajo de grado. {/sliders} \";i:3;a:25:{s:2:\"id\";i:7;s:5:\"alias\";s:16:\"plan de estudios\";s:7:\"summary\";s:4989:\"<div class=\"fp-features\">\r\n<div class=\"g-grid\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 01</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Matemáticas.</td>\r\n</tr>\r\n<tr>\r\n<td>Procesos comunicativos.</td>\r\n</tr>\r\n<tr>\r\n<td>Principios de mercadeo.</td>\r\n</tr>\r\n<tr>\r\n<td>Fundamentos de administración.</td>\r\n</tr>\r\n<tr>\r\n<td>Antropología.</td>\r\n</tr>\r\n<tr>\r\n<td>Psicología.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 02</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Estadística I.</td>\r\n</tr>\r\n<tr>\r\n<td>Contabilidad empresarial.</td>\r\n</tr>\r\n<tr>\r\n<td>Estrategias de producto.</td>\r\n</tr>\r\n<tr>\r\n<td>Microeconomía.</td>\r\n</tr>\r\n<tr>\r\n<td>Sociología.</td>\r\n</tr>\r\n<tr>\r\n<td>Pensamiento lógico matemático.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 03</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Estadística II.</td>\r\n</tr>\r\n<tr>\r\n<td>Costos y presupuesto.</td>\r\n</tr>\r\n<tr>\r\n<td>Comportamiento del consumidor.</td>\r\n</tr>\r\n<tr>\r\n<td>Macroeconomía.</td>\r\n</tr>\r\n<tr>\r\n<td>Cátedra democracia y paz.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 04</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Cátedra Orinoquia.</td>\r\n</tr>\r\n<tr>\r\n<td>Investigación cuantitativa de mercados.</td>\r\n</tr>\r\n<tr>\r\n<td>Matemáticas financieras.</td>\r\n</tr>\r\n<tr>\r\n<td>Estrategia de precio.</td>\r\n</tr>\r\n<tr>\r\n<td>Ciencia, tecnología y desarrollo.</td>\r\n</tr>\r\n<tr>\r\n<td>Electiva I.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 05</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Investigación cualitativa de mercados.</td>\r\n</tr>\r\n<tr>\r\n<td>Análisis financiero.</td>\r\n</tr>\r\n<tr>\r\n<td>Distribución y logística.</td>\r\n</tr>\r\n<tr>\r\n<td>Entornos globales.</td>\r\n</tr>\r\n<tr>\r\n<td>Metodología de la investigación.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 06</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Mercadeo agroindustrial.</td>\r\n</tr>\r\n<tr>\r\n<td>Mercadeo internacional.</td>\r\n</tr>\r\n<tr>\r\n<td>Publicidad.</td>\r\n</tr>\r\n<tr>\r\n<td>Mercadeo de servicios.</td>\r\n</tr>\r\n<tr>\r\n<td>Planeación estratégica de marketing.</td>\r\n</tr>\r\n<tr>\r\n<td>Ética.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 07</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Merchandising y promoción de venta.</td>\r\n</tr>\r\n<tr>\r\n<td>Relaciones públicas y organización de eventos.</td>\r\n</tr>\r\n<tr>\r\n<td>Curso de profundización I.</td>\r\n</tr>\r\n<tr>\r\n<td>Gestión de la calidad.</td>\r\n</tr>\r\n<tr>\r\n<td>Electiva II.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 08</strong>\" class=\"red\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Curso de profundización II.</td>\r\n</tr>\r\n<tr>\r\n<td>Marketing electrónico.</td>\r\n</tr>\r\n<tr>\r\n<td>Derecho empresarial.</td>\r\n</tr>\r\n<tr>\r\n<td>Formulación y evaluación de proyectos.</td>\r\n</tr>\r\n<tr>\r\n<td>Electiva III.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-color: #ffffff;\">\r\n<div class=\"card-block\">{slider title=\"<strong>semestre 09</strong>\" class=\"blue\"}\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Cursos.</th>\r\n</tr>\r\n<tr>\r\n<td>Curso profundización III.</td>\r\n</tr>\r\n<tr>\r\n<td>Gerencia comercial.</td>\r\n</tr>\r\n<tr>\r\n<td>Servicio al cliente.</td>\r\n</tr>\r\n<tr>\r\n<td>Marketing social.</td>\r\n</tr>\r\n<tr>\r\n<td>Gerencia estratégica de marketing.</td>\r\n</tr>\r\n<tr>\r\n<td>Trabajo de grado.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{/sliders}</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-04-16 19:31:27\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:325;s:8:\"ordering\";i:4;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:18:\"7:plan-de-estudios\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-07-12 19:31:11\";i:10;N;i:11;s:71:\"index.php?option=com_content&view=article&id=7:plan-de-estudios&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:31:11\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:16:\"Plan de estudios\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=7\";}'),(8,'index.php?option=com_content&view=article&id=8','index.php?option=com_content&view=article&id=8:normatividad&catid=2','Normatividad',' Título Descripción Proyecto Educativo “Proyecto educativo del programa Mercadeo\" Acuerdo Superior 020 de 2021 “Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\" Acuerdo superior 008 de 2020 \"Por el cual se establece el régimen de matrículas de los programas de pregrado de la universidad de los llanos\" ','2024-01-23 13:36:51','1565ddb71b862ffbbc1aa4018ae52d10',1,1,1,'*','2023-07-12 21:07:47',NULL,'2023-07-12 21:07:47',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:375:\" Título Descripción Proyecto Educativo “Proyecto educativo del programa Mercadeo\" Acuerdo Superior 020 de 2021 “Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\" Acuerdo superior 008 de 2020 \"Por el cual se establece el régimen de matrículas de los programas de pregrado de la universidad de los llanos\" \";i:3;a:25:{s:2:\"id\";i:8;s:5:\"alias\";s:12:\"normatividad\";s:7:\"summary\";s:3087:\"<table style=\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\">\r\n<tbody>\r\n<tr style=\"height: 27.7986px;\">\r\n<th style=\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\" colspan=\"2\">Título</th>\r\n<th style=\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\" colspan=\"2\">Descripción</th>\r\n</tr>\r\n<tr style=\"background-color: #ecf0f1; height: 66.1632px;\">\r\n<td style=\"width: 2.00904%; height: 66.1632px;\"><a class=\"fa fa-file-pdf-o\" href=\"docus/PEP Mercadeo.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n<td style=\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\"><a href=\"docus/PEP Mercadeo.pdf\" target=\"_blank\" rel=\"noopener\">Proyecto Educativo</a></td>\r\n<td style=\"width: 65.4525%; text-align: justify; height: 66.1632px;\">“Proyecto educativo del programa Mercadeo\"</td>\r\n<td style=\"width: 2.64348%; height: 66.1632px;\"><a class=\"fa fa-download\" href=\"docus/PEP Mercadeo.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff; height: 66.1632px;\">\r\n<td style=\"width: 2.00904%; height: 66.1632px;\"><a class=\"fa fa-file-pdf-o\" href=\"https://unillanos.edu.co/docus/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n<td style=\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\"><a href=\"https://unillanos.edu.co/docus/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\" target=\"_blank\" rel=\"noopener\">Acuerdo Superior 020 de 2021</a></td>\r\n<td style=\"width: 65.4525%; text-align: justify; height: 66.1632px;\">“Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\"</td>\r\n<td style=\"width: 2.64348%; height: 66.1632px;\"><a class=\"fa fa-download\" href=\"https://unillanos.edu.co/docus/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n</tr>\r\n<tr style=\"background-color: #ecf0f1; height: 66.1632px;\">\r\n<td style=\"width: 2.00904%; height: 66.1632px;\"><a class=\"fa fa-file-pdf-o\" href=\"https://drive.google.com/file/d/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2/view\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n<td style=\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\"><a href=\"https://drive.google.com/file/d/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2/view\" target=\"_blank\" rel=\"noopener\">Acuerdo superior 008 de 2020</a></td>\r\n<td style=\"width: 65.4525%; text-align: justify; height: 66.1632px;\">\"Por el cual se establece el régimen de matrículas de los programas de pregrado de la universidad de los llanos\"</td>\r\n<td style=\"width: 2.64348%; height: 66.1632px;\"><a class=\"fa fa-download\" href=\"https://drive.google.com/file/d/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2/view\" target=\"_blank\" rel=\"noopener\"> </a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-23 13:36:51\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:182;s:8:\"ordering\";i:3;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:14:\"8:normatividad\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-07-12 21:07:47\";i:10;N;i:11;s:67:\"index.php?option=com_content&view=article&id=8:normatividad&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 21:07:47\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:12:\"Normatividad\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=8\";}'),(9,'index.php?option=com_contact&view=contact&id=1','index.php?option=com_contact&view=contact&id=1:formulario-de-contacto&catid=4:uncategorised','Formulario de contacto',' Director de programa: Oscar Manuel Agudelo Varela Correo Institucional: [email protected] Lugar de contacto: Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López Teléfono: 6616800 Ext. 135 ','2024-01-22 15:14:33','8a69abc587c9fa7224832776b00dc8f1',1,1,1,'*',NULL,NULL,'2023-07-13 19:24:54',NULL,0,0,2,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:241:\" Director de programa: Oscar Manuel Agudelo Varela Correo Institucional: [email protected] Lugar de contacto: Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López Teléfono: 6616800 Ext. 135 \";i:3;a:33:{s:2:\"id\";i:1;s:5:\"alias\";s:22:\"formulario de contacto\";s:8:\"position\";s:42:\"Especializacion en ingenieria del software\";s:7:\"address\";s:0:\"\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-22 15:14:33\";s:11:\"modified_by\";i:393;s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";s:25:\"{\"robots\":\"\",\"rights\":\"\"}\";s:9:\"sortname1\";s:0:\"\";s:9:\"sortname2\";s:0:\"\";s:9:\"sortname3\";s:0:\"\";s:4:\"city\";s:0:\"\";s:6:\"region\";s:0:\"\";s:7:\"country\";s:8:\"colombia\";s:3:\"zip\";s:2:\"57\";s:9:\"telephone\";s:17:\"6616800 Ext. 135\";s:3:\"fax\";s:0:\"\";s:7:\"summary\";s:579:\"<ul style=\"list-style: none;\">\r\n<li>\r\n<p class=\"fa fa-user-circle-o\"> </p>\r\n<strong>Director de programa: </strong>Oscar Manuel Agudelo Varela</li>\r\n<li>\r\n<p class=\"fa fa-envelope-o\"> </p>\r\n<strong>Correo Institucional:</strong> <a href=\"mailto: [email protected]\"> [email protected]</a></li>\r\n<li>\r\n<p class=\"fa fa-map-marker\"> </p>\r\n<strong>Lugar de contacto:</strong> Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López</li>\r\n<li>\r\n<p class=\"fa fa-phone\"> </p>\r\n<strong>Teléfono:</strong> 6616800 Ext. 135</li>\r\n</ul>\";s:5:\"email\";s:25:\"[email protected]\";s:6:\"mobile\";s:0:\"\";s:7:\"webpage\";s:0:\"\";s:8:\"ordering\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":41:{s:21:\"show_contact_category\";s:0:\"\";s:17:\"show_contact_list\";s:0:\"\";s:9:\"show_tags\";s:1:\"0\";s:9:\"show_info\";s:1:\"0\";s:9:\"show_name\";s:0:\"\";s:13:\"show_position\";s:0:\"\";s:10:\"show_email\";s:0:\"\";s:15:\"add_mailto_link\";s:0:\"\";s:19:\"show_street_address\";s:0:\"\";s:11:\"show_suburb\";s:0:\"\";s:10:\"show_state\";s:0:\"\";s:13:\"show_postcode\";s:0:\"\";s:12:\"show_country\";s:0:\"\";s:14:\"show_telephone\";s:0:\"\";s:11:\"show_mobile\";s:0:\"\";s:8:\"show_fax\";s:0:\"\";s:12:\"show_webpage\";s:0:\"\";s:10:\"show_image\";s:0:\"\";s:9:\"show_misc\";s:1:\"0\";s:11:\"allow_vcard\";s:0:\"\";s:13:\"show_articles\";s:0:\"\";s:20:\"articles_display_num\";s:0:\"\";s:12:\"show_profile\";s:1:\"0\";s:23:\"show_user_custom_fields\";a:1:{i:0;s:2:\"-1\";}s:14:\"contact_layout\";s:0:\"\";s:10:\"show_links\";s:0:\"\";s:10:\"linka_name\";s:0:\"\";s:5:\"linka\";s:0:\"\";s:10:\"linkb_name\";s:0:\"\";s:5:\"linkb\";s:0:\"\";s:10:\"linkc_name\";s:0:\"\";s:5:\"linkc\";s:0:\"\";s:10:\"linkd_name\";s:0:\"\";s:5:\"linkd\";s:0:\"\";s:10:\"linke_name\";s:0:\"\";s:5:\"linke\";s:0:\"\";s:15:\"show_email_form\";s:0:\"\";s:15:\"show_email_copy\";s:1:\"1\";s:16:\"validate_session\";s:0:\"\";s:12:\"custom_reply\";s:1:\"1\";s:8:\"redirect\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:5:\"catid\";i:4;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:24:\"1:formulario-de-contacto\";s:7:\"catslug\";s:15:\"4:uncategorised\";s:4:\"name\";N;s:6:\"layout\";s:7:\"contact\";}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:15:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:8:\"position\";i:4;s:7:\"address\";i:5;s:4:\"city\";i:6;s:6:\"region\";i:7;s:7:\"country\";i:8;s:3:\"zip\";i:9;s:9:\"telephone\";i:10;s:3:\"fax\";i:11;s:5:\"email\";i:12;s:6:\"mobile\";i:13;s:7:\"webpage\";i:14;s:4:\"user\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;N;i:10;N;i:11;s:91:\"index.php?option=com_contact&view=contact&id=1:formulario-de-contacto&catid=4:uncategorised\";i:12;N;i:13;s:19:\"2023-07-13 19:24:54\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Contact\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:10;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:7:\"Country\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"colombia\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:12;}}}i:16;s:22:\"Formulario de contacto\";i:17;i:2;i:18;s:46:\"index.php?option=com_contact&view=contact&id=1\";}'),(10,'index.php?option=com_content&view=article&id=9','index.php?option=com_content&view=article&id=9:lineas-y-areas-de-investigacion&catid=2','Líneas y Áreas de Investigación',' Las líneas de investigación que fueron aprobadas para la Facultad de Ciencias Económicas, mediante la Resolución Académica No. 004 de 2015, son las siguientes: Facultad de ciencias Económicas Escuela / departamento Nombre de la línea de investigación Escuela de economía y Finanzas Crecimiento y Desarrollo Socioeconómico Orinoquense Finanzas Empresariales Innovación Organizacional Escuela de Administración y negocios Mercadeo en la Mipymes Con el fin de apoyar el desarrollo de las Líneas de Investigación, el programa determina en su currículo cuatro Líneas de Profundización, las cuales responden a las principales problemáticas y necesidades de la región y el país en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las Líneas de Profundización, están constituidas por una o más asignaturas de naturaleza teórica y práctica asociadas a programas o proyectos de investigación de los docentes responsables de la línea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigación formativa, se define como un espacio para la revisión crítica de temas de interés específico por áreas del conocimiento; en el cual, bajo la coordinación de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar información actualizada con el contexto local y nacional. En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las Líneas de Profundización, cada una con los cursos y la interacción con las Líneas de Investigación. Líneas de profundización Cursos Líneas de investigación Mercadeo Agroindustrial - Sistemas de Comercialización - Desarrollo de valor. agroindustrial. - Modelos de Marketing para Pymes Agroindustriales. Crecimiento y Desarrollo Socioeconómico Orinoquense Mercadeo Internacional - Plan de Marketing Internacional. - Logística Internacional. - Finanzas Internacionales. Finanzas Empresariales Mercadeo de Servicios - La Economía de los Servicios. - Mercadeo y desarrollo de servicios. - Mezcla de Mercadeo del Servicios. Innovación Organizacional Diseño y Desarrollo Publicitario - Diseño Publicitario. - Análisis de Medios. - Gerencia de Publicidad. Mercadeo en las Mipymes En el Plan de Estudios se desarrollan con los Cursos de: Profundización I con 3 créditos en el semestre VII. Profundización II con tres créditos en el semestre VIII y Profundización III, con tres créditos en el semestre IX. ','2024-01-22 22:13:28','9da40f80f23476a2e7cd6f4b3bf6a430',1,1,1,'*','2023-09-01 15:32:31',NULL,'2023-09-01 15:32:31',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:2598:\" Las líneas de investigación que fueron aprobadas para la Facultad de Ciencias Económicas, mediante la Resolución Académica No. 004 de 2015, son las siguientes: Facultad de ciencias Económicas Escuela / departamento Nombre de la línea de investigación Escuela de economía y Finanzas Crecimiento y Desarrollo Socioeconómico Orinoquense Finanzas Empresariales Innovación Organizacional Escuela de Administración y negocios Mercadeo en la Mipymes Con el fin de apoyar el desarrollo de las Líneas de Investigación, el programa determina en su currículo cuatro Líneas de Profundización, las cuales responden a las principales problemáticas y necesidades de la región y el país en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las Líneas de Profundización, están constituidas por una o más asignaturas de naturaleza teórica y práctica asociadas a programas o proyectos de investigación de los docentes responsables de la línea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigación formativa, se define como un espacio para la revisión crítica de temas de interés específico por áreas del conocimiento; en el cual, bajo la coordinación de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar información actualizada con el contexto local y nacional. En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las Líneas de Profundización, cada una con los cursos y la interacción con las Líneas de Investigación. Líneas de profundización Cursos Líneas de investigación Mercadeo Agroindustrial - Sistemas de Comercialización - Desarrollo de valor. agroindustrial. - Modelos de Marketing para Pymes Agroindustriales. Crecimiento y Desarrollo Socioeconómico Orinoquense Mercadeo Internacional - Plan de Marketing Internacional. - Logística Internacional. - Finanzas Internacionales. Finanzas Empresariales Mercadeo de Servicios - La Economía de los Servicios. - Mercadeo y desarrollo de servicios. - Mezcla de Mercadeo del Servicios. Innovación Organizacional Diseño y Desarrollo Publicitario - Diseño Publicitario. - Análisis de Medios. - Gerencia de Publicidad. Mercadeo en las Mipymes En el Plan de Estudios se desarrollan con los Cursos de: Profundización I con 3 créditos en el semestre VII. Profundización II con tres créditos en el semestre VIII y Profundización III, con tres créditos en el semestre IX. \";i:3;a:25:{s:2:\"id\";i:9;s:5:\"alias\";s:31:\"lineas y areas de investigacion\";s:7:\"summary\";s:4574:\"<p style=\"text-align: justify;\">Las líneas de investigación que fueron aprobadas para la Facultad de Ciencias Económicas, mediante la Resolución Académica No. 004 de 2015, son las siguientes: </p>\r\n<table style=\"border-collapse: collapse; width: 100.048%; height: 117.8px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.8px;\">\r\n<th style=\"width: 100.064%; height: 20.8px;\" colspan=\"2\">Facultad de ciencias Económicas</th>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<th style=\"width: 50.1235%; height: 20.8px;\">Escuela / departamento</th>\r\n<th style=\"width: 49.9405%; height: 20.8px;\">Nombre de la línea de investigación</th>\r\n</tr>\r\n<tr style=\"height: 13.8px;\">\r\n<th style=\"width: 50.1235%; height: 55.4px;\" rowspan=\"3\">Escuela de economía y Finanzas</th>\r\n<td style=\"width: 49.9405%; height: 13.8px;\">Crecimiento y Desarrollo Socioeconómico Orinoquense</td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<td style=\"width: 49.9405%; height: 20.8px;\">Finanzas Empresariales</td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<td style=\"width: 49.9405%; height: 20.8px;\">Innovación Organizacional </td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<th style=\"width: 50.1235%; height: 20.8px;\">Escuela de Administración y negocios </th>\r\n<td style=\"width: 49.9405%; height: 20.8px;\">Mercadeo en la Mipymes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">Con el fin de apoyar el desarrollo de las Líneas de Investigación, el programa determina en su currículo cuatro Líneas de Profundización, las cuales responden a las principales problemáticas y necesidades de la región y el país en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las Líneas de Profundización, están constituidas por una o más asignaturas de naturaleza teórica y práctica asociadas a programas o proyectos de investigación de los docentes responsables de la línea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigación formativa, se define como un espacio para la revisión crítica de temas de interés específico por áreas del conocimiento; en el cual, bajo la coordinación de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar información actualizada con el contexto local y nacional.</p>\r\n<p style=\"text-align: justify;\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las Líneas de Profundización, cada una con los cursos y la interacción con las Líneas de Investigación.</p>\r\n<p style=\"text-align: justify;\"> </p>\r\n<table style=\"border-collapse: collapse; width: 45.3883%; margin-left: auto; margin-right: auto;\" border=\"1\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<th style=\"width: 31.0836%; text-align: center;\">Líneas de profundización</th>\r\n<th style=\"width: 32.6913%; text-align: center;\"> Cursos</th>\r\n<th style=\"width: 36.1748%; text-align: center;\">Líneas de investigación </th>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Mercadeo Agroindustrial</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- Sistemas de Comercialización</p>\r\n<p>- Desarrollo de valor. agroindustrial.</p>\r\n<p>- Modelos de Marketing para Pymes Agroindustriales.</p>\r\n</td>\r\n<td style=\"width: 36.1748%;\">Crecimiento y Desarrollo Socioeconómico Orinoquense</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Mercadeo Internacional</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- Plan de Marketing Internacional.</p>\r\n<p>- Logística Internacional.</p>\r\n<p>- Finanzas Internacionales.</p>\r\n</td>\r\n<td style=\"width: 36.1748%;\">Finanzas Empresariales</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Mercadeo de Servicios</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- La Economía de los Servicios.</p>\r\n<p>- Mercadeo y desarrollo de servicios.</p>\r\n<p>- Mezcla de Mercadeo del Servicios.</p>\r\n</td>\r\n<td style=\"width: 36.1748%;\"> Innovación Organizacional</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 31.0836%;\">Diseño y Desarrollo Publicitario</td>\r\n<td style=\"width: 32.6913%;\">\r\n<p>- Diseño Publicitario.</p>\r\n<p>- Análisis de Medios.</p>\r\n<p>- Gerencia de Publicidad. </p>\r\n</td>\r\n<td style=\"width: 36.1748%;\">Mercadeo en las Mipymes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">En el Plan de Estudios se desarrollan con los Cursos de: Profundización I con 3 créditos en el semestre VII. Profundización II con tres créditos en el semestre VIII y Profundización III, con tres créditos en el semestre IX.</p>\r\n<p style=\"text-align: justify;\"> </p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-22 22:13:28\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:25;s:8:\"ordering\";i:2;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:33:\"9:lineas-y-areas-de-investigacion\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-09-01 15:32:31\";i:10;N;i:11;s:86:\"index.php?option=com_content&view=article&id=9:lineas-y-areas-de-investigacion&catid=2\";i:12;N;i:13;s:19:\"2023-09-01 15:32:31\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:34:\"Líneas y Áreas de Investigación\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=9\";}'),(11,'index.php?option=com_content&view=article&id=10','index.php?option=com_content&view=article&id=10:objetivos-del-programa&catid=2','Objetivos del programa',' General: Formar profesionales en mercadeo en gestión y toma de decisiones del Sistema de Marketing, mediante el desarrollo de actitudes y aptitudes que consoliden la aprehensión del conocimiento, que lo lleven a proponer alternativas a las organizaciones en pro del Bienestar del Ser Humano como Cliente. Específicos: Formar estudiantes competentes para solucionar los problemas del Sistema de Marketing, en forma creativa y bajo pensamiento flexible. Desarrollar en el estudiante actitudes éticas bien definidas que le permitan un desempeño basado en el bienestar del cliente y el crecimiento de la empresa bajo los postulados del desarrollo sostenible. Desarrollar en el estudiante actitudes y aptitudes tendientes a la aprehensión, la práctica y creación del conocimiento a través de la cultura investigativa. Desarrollar en el estudiante estrategias de autoformación y autogestión para el perfeccionamiento de sus competencias con el fin de garantizar su continuo crecimiento profesional Formar estudiantes críticos de su entorno y activos en el proceso de construcción del mismo, sin afectar el medio ambiente. ','2024-01-22 19:11:18','cda16ecae73d179dba8b90bfcbe39b90',1,1,1,'*','2023-09-05 13:53:14',NULL,'2023-09-05 13:53:14',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:1130:\" General: Formar profesionales en mercadeo en gestión y toma de decisiones del Sistema de Marketing, mediante el desarrollo de actitudes y aptitudes que consoliden la aprehensión del conocimiento, que lo lleven a proponer alternativas a las organizaciones en pro del Bienestar del Ser Humano como Cliente. Específicos: Formar estudiantes competentes para solucionar los problemas del Sistema de Marketing, en forma creativa y bajo pensamiento flexible. Desarrollar en el estudiante actitudes éticas bien definidas que le permitan un desempeño basado en el bienestar del cliente y el crecimiento de la empresa bajo los postulados del desarrollo sostenible. Desarrollar en el estudiante actitudes y aptitudes tendientes a la aprehensión, la práctica y creación del conocimiento a través de la cultura investigativa. Desarrollar en el estudiante estrategias de autoformación y autogestión para el perfeccionamiento de sus competencias con el fin de garantizar su continuo crecimiento profesional Formar estudiantes críticos de su entorno y activos en el proceso de construcción del mismo, sin afectar el medio ambiente. \";i:3;a:25:{s:2:\"id\";i:10;s:5:\"alias\";s:22:\"objetivos del programa\";s:7:\"summary\";s:1450:\"<h2 style=\"text-align: justify;\">General:</h2>\r\n<p style=\"text-align: justify;\">Formar profesionales en mercadeo en gestión y toma de decisiones del Sistema de Marketing, mediante el desarrollo de actitudes y aptitudes que consoliden la aprehensión del conocimiento, que lo lleven a proponer alternativas a las organizaciones en pro del Bienestar del Ser Humano como Cliente.</p>\r\n<h2 style=\"text-align: justify;\">Específicos:</h2>\r\n<ul>\r\n<li style=\"text-align: justify;\">Formar estudiantes competentes para solucionar los problemas del Sistema de Marketing, en forma creativa y bajo pensamiento flexible.</li>\r\n<li style=\"text-align: justify;\">Desarrollar en el estudiante actitudes éticas bien definidas que le permitan un desempeño basado en el bienestar del cliente y el crecimiento de la empresa bajo los postulados del desarrollo sostenible.</li>\r\n<li style=\"text-align: justify;\">Desarrollar en el estudiante actitudes y aptitudes tendientes a la aprehensión, la práctica y creación del conocimiento a través de la cultura investigativa.</li>\r\n<li style=\"text-align: justify;\">Desarrollar en el estudiante estrategias de autoformación y autogestión para el perfeccionamiento de sus competencias con el fin de garantizar su continuo crecimiento profesional</li>\r\n<li style=\"text-align: justify;\">Formar estudiantes críticos de su entorno y activos en el proceso de construcción del mismo, sin afectar el medio ambiente.</li>\r\n</ul>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-22 19:11:18\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:15;s:8:\"ordering\";i:1;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"10:objetivos-del-programa\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2023-09-05 13:53:14\";i:10;N;i:11;s:78:\"index.php?option=com_content&view=article&id=10:objetivos-del-programa&catid=2\";i:12;N;i:13;s:19:\"2023-09-05 13:53:14\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:22:\"Objetivos del programa\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=10\";}');
/*!40000 ALTER TABLE `cql20_finder_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_links_terms`
--
DROP TABLE IF EXISTS `cql20_finder_links_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_links_terms` (
`link_id` int unsigned NOT NULL,
`term_id` int unsigned NOT NULL,
`weight` float unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_links_terms`
--
LOCK TABLES `cql20_finder_links_terms` WRITE;
/*!40000 ALTER TABLE `cql20_finder_links_terms` DISABLE KEYS */;
INSERT INTO `cql20_finder_links_terms` VALUES (9,1,0.17),(2,3,0.17),(10,4,0.07),(3,4,0.17),(2,5,1.04004),(3,5,1.04004),(4,5,1.04004),(5,5,1.04004),(6,5,1.04004),(7,5,1.04004),(8,5,1.04004),(10,5,1.04004),(11,5,1.04004),(5,7,0.37331),(11,7,0.37331),(10,8,1.11993),(9,9,0.77314),(4,9,0.95976),(8,9,1.02641),(11,9,1.02641),(2,9,1.0664),(6,9,1.14638),(3,9,1.21303),(7,9,2.07948),(5,9,2.14613),(10,9,4.69216),(4,10,0.14),(7,10,0.14),(9,10,0.24),(2,10,0.28),(3,10,0.28),(8,10,0.28),(6,10,0.56),(10,10,0.7),(5,10,0.84),(11,10,2),(10,12,0.74662),(7,14,1.11993),(10,15,0.74662),(7,15,1.97321),(5,16,0.46669),(7,16,0.46669),(5,18,0.32669),(7,18,0.32669),(11,18,0.32669),(10,20,0.04669),(7,20,0.14007),(10,21,0.09331),(7,21,0.27993),(10,23,0.51331),(10,25,0.46669),(10,26,0.56007),(7,26,0.98679),(10,30,1.11993),(7,30,3.35979),(3,31,0.32669),(4,31,0.32669),(11,31,0.65338),(10,32,0.37331),(4,35,0.04669),(2,35,0.14007),(3,35,0.18676),(7,35,0.32683),(6,35,0.37352),(11,35,0.37352),(5,35,0.56028),(10,35,0.90045),(7,36,0.23331),(9,65,0.14),(9,66,0.57),(9,68,1.33),(9,71,0.42),(9,72,0.32669),(9,74,0.37331),(10,74,0.74662),(9,75,0.25327),(9,76,2.34652),(9,77,0.28),(9,78,0.37331),(2,79,0.04669),(3,79,0.04669),(5,79,0.04669),(9,79,0.04669),(6,79,0.09338),(9,80,0.38),(9,81,0.38),(9,82,0.37331),(10,82,0.74662),(9,85,0.51331),(9,86,0.60669),(9,87,0.42),(9,88,0.23331),(9,89,0.23331),(3,92,0.37331),(4,92,0.37331),(8,92,0.37331),(9,92,0.37331),(5,92,0.74662),(6,92,0.74662),(10,92,1.11993),(11,92,1.97321),(9,93,0.28),(9,94,0.18669),(9,95,0.37331),(9,97,1.14),(9,98,0.14),(2,102,0.23331),(9,104,0.07),(4,104,0.17),(9,105,0.32669),(9,106,0.14),(9,107,0.28),(9,108,0.23331),(9,109,0.18669),(9,110,0.28),(2,113,0.09331),(3,113,0.09331),(5,113,0.09331),(7,113,0.09331),(3,116,1.4666),(3,117,1.24661),(3,121,0.32669),(7,121,0.32669),(3,122,0.42),(5,122,0.42),(3,123,0.18669),(5,123,0.18669),(6,123,0.18669),(11,123,0.18669),(10,123,0.37338),(4,123,0.56007),(11,124,0.14),(3,124,0.28),(2,124,0.42),(6,124,0.42),(5,124,0.56),(10,124,1.12),(11,125,0.56),(10,126,0.74662),(4,129,0.27993),(8,129,0.27993),(3,129,0.46655),(5,129,0.55986),(2,129,0.65317),(6,129,0.74648),(11,129,0.9331),(10,129,1.02641),(4,130,0.09331),(9,130,0.15996),(2,130,0.37324),(3,130,0.37324),(5,130,0.55986),(6,130,0.55986),(11,130,0.83979),(10,130,1.02641),(4,133,0.42),(5,133,0.42),(6,133,1.86),(3,134,0.28),(11,134,0.84),(3,136,0.28),(5,136,0.28),(3,139,0.37331),(6,140,0.60669),(7,140,0.60669),(10,140,1.82007),(4,141,0.09331),(7,141,0.18662),(8,141,0.18662),(2,141,0.27993),(3,141,0.37324),(6,141,0.46655),(11,141,0.46655),(5,141,1.30634),(10,141,1.30634),(11,142,0.14),(2,142,0.28),(5,142,0.7),(10,142,1.54),(3,144,0.28),(4,144,0.28),(6,144,0.28),(10,144,0.28),(5,144,0.56),(8,144,0.56),(3,145,0.14),(4,145,0.14),(11,145,0.28),(2,145,0.42),(6,145,0.42),(8,145,0.42),(5,145,0.98),(10,145,0.98),(3,149,0.28),(3,151,0.37331),(6,151,0.37331),(10,151,0.37331),(5,152,0.51331),(10,152,0.51331),(6,154,0.37331),(11,154,0.37331),(5,155,0.14),(8,155,0.14),(10,155,0.28),(6,156,0.46669),(7,156,0.46669),(2,157,0.32669),(10,157,0.32669),(11,157,0.32669),(10,162,0.14),(3,162,0.28),(5,162,0.28),(11,162,0.42),(2,162,0.56),(6,162,0.56),(6,166,0.28),(10,166,0.28),(3,166,0.56),(3,168,0.14),(4,168,0.14),(5,168,0.14),(11,168,0.14),(2,168,0.42),(9,169,0.63996),(3,172,0.09331),(5,172,0.09331),(6,172,0.09331),(11,172,0.09331),(10,172,0.18662),(3,173,0.51331),(4,173,0.51331),(6,173,0.51331),(10,173,0.51331),(5,173,1.02662),(8,173,1.02662),(5,238,0.46669),(5,239,0.46669),(6,239,0.46669),(7,239,0.46669),(11,239,0.93338),(3,239,1.40007),(10,239,2.80014),(10,241,0.32669),(4,241,2.05348),(4,244,2.04),(2,245,0.09331),(10,245,0.09331),(11,245,0.18662),(5,253,0.17),(3,254,0.04669),(5,254,0.04669),(2,254,0.09338),(10,254,0.09338),(6,254,0.18676),(11,254,0.18676),(10,275,0.18669),(3,275,0.37338),(11,275,0.37338),(5,276,0.18669),(6,276,0.18669),(10,276,0.18669),(10,278,0.37338),(2,287,0.28),(5,292,0.28),(5,294,0.74662),(10,296,1.21338),(5,305,0.42),(10,318,0.7),(10,326,0.32669),(5,328,0.04669),(10,328,0.14007),(5,329,0.51331),(5,331,0.65331),(11,331,0.65331),(6,333,0.18669),(2,333,0.37338),(11,333,0.37338),(10,333,0.56007),(5,333,1.12014),(5,335,1.97321),(7,337,0.37331),(3,337,0.74662),(5,339,0.51331),(11,339,0.51331),(6,340,0.60669),(11,340,0.60669),(3,340,1.21338),(6,342,0.42),(7,342,0.42),(10,342,0.42),(2,346,0.09331),(5,346,0.09331),(8,346,0.18662),(10,346,0.37324),(5,347,0.42),(7,347,0.42),(10,347,1.68),(7,353,0.32669),(5,354,0.14),(6,354,0.14),(10,354,0.28),(10,357,0.79992),(6,380,0.17),(6,384,0.23331),(6,393,1.53993),(11,393,1.53993),(5,394,0.32669),(11,400,0.23331),(6,401,1.2),(6,402,0.32669),(5,403,0.23331),(10,407,0.32669),(11,413,2.22),(6,416,0.60669),(6,418,0.18669),(10,418,0.18669),(7,419,0.51331),(11,419,0.51331),(6,422,0.42),(11,422,0.42),(6,424,1.2),(6,425,2.28),(7,430,0.37331),(11,431,0.14),(6,433,0.37331),(5,434,0.14),(11,434,0.14),(7,435,0.46669),(7,443,0.17),(8,444,0.17),(8,445,2.96),(10,448,0.42),(10,449,0.46669),(10,455,0.18669),(8,455,0.37338),(10,467,0.28),(8,469,0.65338),(8,470,0.74662),(8,480,0.84),(5,482,0.46669),(10,482,0.46669),(8,484,0.23331),(11,484,0.23331),(10,495,0.42),(8,495,0.84),(8,496,0.46669),(8,507,0.51331),(8,510,0.28),(9,526,0.24),(9,527,0.63996),(9,530,1.2),(9,531,0.80004),(2,532,1.86676),(9,532,2.46679),(2,533,1.0666),(2,534,1.27992),(2,535,0.84),(2,540,0.56),(2,541,0.28),(3,544,0.37331),(10,544,0.37331),(11,544,0.37331),(2,546,0.46669),(2,547,0.37331),(2,548,1.13339),(5,575,0.23331),(7,583,0.23331),(8,583,0.23331),(10,587,0.09331),(3,592,0.28),(4,592,0.28),(5,592,0.28),(7,592,0.28),(8,596,0.28),(7,599,0.32669),(11,602,0.51331),(5,603,0.60669),(10,605,0.93338),(7,615,0.42),(3,617,0.7),(5,617,0.7),(5,619,0.65338),(5,628,0.74662),(6,630,0.46669),(3,631,0.46669),(6,631,0.46669),(2,635,0.46669),(6,635,0.46669),(11,635,1.40007),(10,636,0.51331),(11,636,1.02662),(6,641,0.46669),(5,645,0.32669),(10,645,0.32669),(6,647,0.28),(11,647,0.28),(7,663,0.42),(6,666,0.60669),(5,670,0.60669),(6,671,0.42),(10,673,0.56),(5,679,0.74662),(11,687,0.32669),(6,688,0.51331),(3,691,0.09331),(5,691,0.09331),(6,691,0.09331),(11,691,0.09331),(11,692,0.09331),(7,694,0.46669),(5,698,0.32669),(3,706,0.18669),(5,721,0.37331),(7,721,0.37331),(10,721,0.37331),(10,727,0.28),(7,739,0.56),(5,743,0.56),(10,743,0.56),(11,743,0.56),(3,744,0.46669),(5,744,0.93338),(10,749,1.12),(7,749,2.52),(10,758,0.56007),(7,772,0.69993),(3,781,0.60669),(6,781,0.60669),(7,781,1.82007),(10,781,5.72022),(7,805,0.56),(8,818,0.28),(5,821,0.46669),(3,823,0.56),(6,823,0.56),(10,823,0.56),(11,823,1.12),(7,835,0.42),(5,853,0.42),(6,855,0.32669),(11,855,0.32669),(10,863,0.14),(11,863,0.14),(7,864,0.51331),(5,865,0.56),(4,866,0.28),(5,866,0.28),(11,866,0.28),(6,879,0.32669),(7,916,0.65331),(6,926,0.46669),(7,950,0.46669),(7,954,0.46669),(3,956,0.28),(5,956,0.28),(10,981,0.46669),(10,983,0.37331),(7,983,0.74662),(7,991,0.65331),(10,991,0.65331),(7,996,0.46669),(10,1000,1.30662),(3,1004,0.65331),(4,1004,0.65331),(5,1007,0.42),(5,1008,0.46669),(11,1009,0.37331),(5,1023,0.14),(3,1034,0.23331),(2,1052,0.32669),(10,1053,1.49324),(7,1054,0.51331),(7,1062,1.95993),(10,1062,4.57317),(5,1066,0.56),(11,1066,0.56),(3,1069,0.46669),(2,1072,0.28),(10,1072,0.84),(11,1073,0.46669),(5,1082,0.56),(11,1088,0.18669),(6,1102,0.28),(11,1102,0.28),(7,1105,0.60669),(3,1113,0.09331),(5,1113,0.18662),(7,1115,0.32669),(6,1118,0.32669),(10,1122,0.93338),(10,1126,2.92),(10,1132,0.37331),(7,1138,0.37331),(10,1141,0.46669),(6,1146,0.23331),(6,1162,0.42),(10,1174,0.51331),(6,1178,0.28),(10,1179,0.46669),(5,1191,0.46669),(7,1191,0.46669),(6,1192,0.37331),(10,1192,0.37331),(11,1192,0.37331),(7,1198,0.51331),(5,1205,0.32669),(8,1211,0.84),(10,1213,0.46669),(5,1241,0.42),(10,1241,0.42),(6,1250,0.14),(11,1253,0.37331),(3,1254,0.42),(5,1306,0.37331),(3,1330,0.32669),(10,1371,0.37331),(10,1373,0.56),(7,1385,0.51331),(11,1385,0.51331),(4,1398,0.42),(10,1398,0.84),(11,1398,0.84),(5,1398,1.26),(7,1398,1.68),(5,1400,0.65331),(6,1400,0.65331),(3,1413,0.51331),(6,1413,0.51331),(7,1413,1.02662),(11,1414,0.32669),(5,1414,0.98007),(10,1421,0.28),(3,1434,0.42),(3,1445,0.23331),(10,1445,0.23331),(10,1448,1.02662),(3,1450,0.32669),(5,1482,0.42),(5,1483,0.32669),(11,1506,0.37331),(7,1512,0.51331),(5,1520,0.74662),(7,1520,0.74662),(5,1554,0.65331),(3,1555,0.46669),(6,1555,0.46669),(11,1555,0.46669),(6,1559,0.84),(11,1559,1.26),(5,1562,0.42),(6,1562,0.42),(11,1562,0.42),(10,1574,0.21),(10,1576,0.17),(10,1579,0.42),(10,1580,0.6666),(10,1584,1.7334),(10,1585,0.8),(2,1587,0.14),(10,1587,0.14),(3,1589,0.37331),(10,1592,1.30662),(5,1596,0.28),(4,1607,0.42),(5,1607,0.42),(6,1607,0.42),(11,1607,0.84),(5,1632,0.56),(10,1689,0.14),(7,1689,0.28),(11,1704,0.37331),(10,1719,0.37331),(5,1731,0.42),(10,1734,0.56),(3,1780,0.32669),(10,1780,0.32669),(10,1786,0.14),(3,1799,0.37331),(10,1806,0.46662),(11,1824,0.34),(11,1832,0.51331),(10,1838,0.23331),(2,1838,0.46662),(8,1840,0.37331),(2,1860,0.56),(5,1864,0.37331),(2,1893,0.42),(10,1916,0.28),(7,1927,1.02662),(10,1929,0.23331),(2,1952,0.23331),(4,1959,0.23331),(5,1959,0.23331),(6,1959,0.23331),(7,1984,0.37331),(3,2001,0.28),(3,2002,0.42),(10,2002,0.42),(10,2003,0.74662),(10,2010,0.60669),(11,2034,0.60669),(11,2065,0.23331),(3,2097,0.46669),(7,2124,0.51331),(10,2136,0.28),(10,2149,0.23331),(7,2179,2.09979),(7,2196,0.28),(5,2230,0.60669),(6,2230,0.60669),(11,2230,0.60669),(6,2240,0.28),(11,2240,0.28),(3,2254,0.46669),(10,2288,0.23331),(5,2298,0.28),(10,2305,0.42),(5,2343,0.23331),(10,2348,0.28),(5,2367,0.32669),(7,2368,0.46669),(2,2437,0.51331),(2,2443,1.53993),(2,2445,0.74676),(8,2449,0.37331),(2,2453,0.56),(11,2516,0.51331),(3,2527,0.51331),(10,2550,0.23331),(6,2626,0.42),(5,2661,0.7),(7,2705,0.46669),(7,2722,0.14),(10,2751,0.14),(3,2755,0.56),(2,2772,0.23331),(10,2781,0.42),(6,2782,0.46669),(5,2837,0.65331),(2,2851,0.14),(2,2852,0.14),(2,2863,0.23331),(8,2879,0.51331),(8,2882,0.46669),(8,2883,0.32669),(8,2887,0.18669),(3,2907,0.37331),(11,2930,0.14),(6,3018,0.51331),(10,3018,1.02662),(11,3018,1.02662),(11,3038,0.37331),(10,3041,0.98007),(7,3143,0.65331),(10,3143,1.30662),(2,3150,0.32669),(5,3266,0.28),(5,3275,0.46669),(2,3289,0.28),(2,3290,0.42),(2,3291,0.42),(2,3292,0.46669),(2,3293,0.23331),(2,3294,0.42),(2,3295,0.56),(2,3296,0.42),(2,3297,0.42),(2,3298,0.28),(2,3299,0.37331),(2,3300,0.74662),(2,3301,0.23331),(2,3302,0.14),(2,3303,0.23331),(2,3304,0.51331),(2,3305,1.95993),(2,3306,0.28),(2,3307,0.46669),(2,3308,0.32669),(2,3309,0.51331),(2,3310,0.32669),(2,3311,0.42),(8,3321,0.21),(8,3322,0.21),(7,3326,0.93345),(7,3328,2.52),(7,3331,2.09979),(7,3333,0.14),(7,3334,0.14),(7,3335,0.14),(7,3336,0.14),(7,3337,0.14),(7,3338,0.14),(7,3339,0.14),(7,3340,0.14),(7,3341,0.14),(7,3342,0.56),(7,3343,2.94021),(5,3349,0.46669),(11,3349,0.46669),(6,3466,0.56),(7,3494,1.02662),(7,3600,0.65338),(7,3601,0.46669),(7,3631,0.37331),(3,3662,0.28),(11,3771,0.18669),(6,3927,0.14),(5,3931,0.51331),(10,3971,0.14),(10,3979,0.18669),(11,4032,0.46669),(3,4087,0.60669),(7,4089,0.56),(10,4107,0.37331),(7,4177,0.46669),(10,4181,0.51331),(10,4193,0.51331),(10,4230,0.32669),(7,4237,0.56),(7,4238,0.28),(7,4239,0.32669),(4,4242,0.37331),(8,4242,0.37331),(11,4242,0.37331),(6,4242,0.74662),(3,4242,1.11993),(5,4242,1.11993),(7,4242,1.49324),(10,4242,2.98648),(10,4258,0.7),(10,4283,0.7),(11,4303,0.46669),(5,4312,0.46669),(5,4367,0.51331),(7,4367,1.02662),(7,4370,0.42),(10,4370,0.42),(7,4371,0.60669),(7,4372,0.60669),(5,4386,0.46669),(7,4394,0.37331),(3,4395,0.28),(7,4401,0.51331),(5,4433,0.23331),(5,4435,0.42),(6,4443,0.56),(9,4448,0.63996),(7,4449,0.56),(7,4450,0.28),(4,4452,0.32669),(5,4452,0.32669),(6,4452,0.32669),(7,4452,0.32669),(11,4452,0.65338),(7,4453,0.51331),(7,4454,0.60669),(7,4455,0.46669),(10,4455,0.46669),(7,4456,0.23331),(3,4459,0.37331),(11,4459,0.37331),(3,4460,0.42),(3,4461,0.32669),(3,4462,0.56),(6,4466,0.51331),(11,4466,1.02662),(6,4467,0.42),(11,4467,0.84),(6,4468,0.37331),(6,4469,0.37331),(6,4470,0.46669),(6,4471,0.46669),(11,4471,0.46669),(11,4473,0.32669),(11,4474,0.32669),(11,4475,0.46669),(11,4476,0.42),(11,4477,0.32669),(11,4478,0.28),(11,4479,0.7),(5,4481,0.32669),(5,4482,0.56),(5,4483,0.28),(5,4484,0.51331),(5,4485,0.42),(5,4486,0.51331),(10,4487,0.28),(5,4487,0.56),(5,4488,0.46669),(5,4489,0.7),(5,4490,0.65338),(5,4491,0.46669),(5,4492,0.46669),(10,4495,0.56),(10,4496,0.28),(10,4497,0.65338),(10,4498,0.51331),(10,4499,0.28),(10,4500,0.51331),(10,4501,0.51331),(10,4502,0.56),(10,4503,0.46669),(10,4504,0.46669),(10,4505,0.42),(10,4506,0.46669),(10,4507,0.42),(10,4508,0.51331),(10,4509,0.23331),(10,4510,0.51331),(10,4511,0.42),(10,4512,0.28),(10,4513,0.09331),(10,4514,1.12),(10,4515,0.23331),(8,4516,0.42),(5,4517,0.32669),(5,4518,0.60669);
/*!40000 ALTER TABLE `cql20_finder_links_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_logging`
--
DROP TABLE IF EXISTS `cql20_finder_logging`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_logging` (
`searchterm` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`md5sum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`query` blob NOT NULL,
`hits` int NOT NULL DEFAULT '1',
`results` int NOT NULL DEFAULT '0',
PRIMARY KEY (`md5sum`),
KEY `searchterm` (`searchterm`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_logging`
--
LOCK TABLES `cql20_finder_logging` WRITE;
/*!40000 ALTER TABLE `cql20_finder_logging` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_logging` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_taxonomy`
--
DROP TABLE IF EXISTS `cql20_finder_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_taxonomy` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int unsigned NOT NULL DEFAULT '0',
`lft` int NOT NULL DEFAULT '0',
`rgt` int NOT NULL DEFAULT '0',
`level` int unsigned NOT NULL DEFAULT '0',
`path` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`state` tinyint unsigned NOT NULL DEFAULT '1',
`access` tinyint unsigned NOT NULL DEFAULT '1',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_state` (`state`),
KEY `idx_access` (`access`),
KEY `idx_path` (`path`(100)),
KEY `idx_level` (`level`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_alias` (`alias`(100)),
KEY `idx_language` (`language`),
KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_taxonomy`
--
LOCK TABLES `cql20_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `cql20_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `cql20_finder_taxonomy` VALUES (1,0,0,23,0,'','ROOT','root',1,1,'*'),(2,1,1,6,1,'type','Type','type',1,1,''),(3,2,2,3,2,'type/article','Article','article',1,1,''),(4,1,7,10,1,'author','Author','author',1,1,''),(5,4,8,9,2,'author/administrador','Administrador','administrador',1,1,''),(6,1,11,14,1,'category','Category','category',1,1,''),(7,6,12,13,2,'category/uncategorised','Uncategorised','uncategorised',1,1,'*'),(8,1,15,18,1,'language','Language','language',1,1,''),(9,8,16,17,2,'language/faef360113599eb6a0282d981cc199d8','*','faef360113599eb6a0282d981cc199d8',1,1,''),(10,2,4,5,2,'type/contact','Contact','contact',1,1,''),(11,1,19,22,1,'country','Country','country',1,1,''),(12,11,20,21,2,'country/colombia','colombia','colombia',1,1,'');
/*!40000 ALTER TABLE `cql20_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_taxonomy_map`
--
DROP TABLE IF EXISTS `cql20_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_taxonomy_map` (
`link_id` int unsigned NOT NULL,
`node_id` int unsigned NOT NULL,
PRIMARY KEY (`link_id`,`node_id`),
KEY `link_id` (`link_id`),
KEY `node_id` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_taxonomy_map`
--
LOCK TABLES `cql20_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `cql20_finder_taxonomy_map` DISABLE KEYS */;
INSERT INTO `cql20_finder_taxonomy_map` VALUES (2,3),(2,5),(2,7),(2,9),(3,3),(3,5),(3,7),(3,9),(4,3),(4,5),(4,7),(4,9),(5,3),(5,5),(5,7),(5,9),(6,3),(6,5),(6,7),(6,9),(7,3),(7,5),(7,7),(7,9),(8,3),(8,5),(8,7),(8,9),(9,7),(9,9),(9,10),(9,12),(10,3),(10,5),(10,7),(10,9),(11,3),(11,5),(11,7),(11,9);
/*!40000 ALTER TABLE `cql20_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_terms`
--
DROP TABLE IF EXISTS `cql20_finder_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_terms` (
`term_id` int unsigned NOT NULL AUTO_INCREMENT,
`term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`common` tinyint unsigned NOT NULL DEFAULT '0',
`phrase` tinyint unsigned NOT NULL DEFAULT '0',
`weight` float unsigned NOT NULL DEFAULT '0',
`soundex` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`links` int NOT NULL DEFAULT '0',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`term_id`),
UNIQUE KEY `idx_term_language` (`term`,`language`),
KEY `idx_stem` (`stem`),
KEY `idx_term_phrase` (`term`,`phrase`),
KEY `idx_stem_phrase` (`stem`,`phrase`),
KEY `idx_soundex_phrase` (`soundex`,`phrase`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=4519 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_terms`
--
LOCK TABLES `cql20_finder_terms` WRITE;
/*!40000 ALTER TABLE `cql20_finder_terms` DISABLE KEYS */;
INSERT INTO `cql20_finder_terms` VALUES (1,'1','1',0,0,0.1,'',141,'*'),(2,'13','13',0,0,0.2,'',47,'*'),(3,'2','2',0,0,0.1,'',233,'*'),(4,'3','3',0,0,0.1,'',164,'*'),(5,'administrador','administrador',0,0,0.8667,'A3523636',809,'*'),(6,'ambiental','ambiental',0,0,0.6,'A51534',76,'*'),(7,'ambiente','ambiente',0,0,0.5333,'A5153',26,'*'),(8,'créditos','créditos',0,0,0.5333,'C632',147,'*'),(9,'de','de',0,0,0.1333,'D000',844,'*'),(10,'del','del',0,0,0.2,'D400',506,'*'),(11,'desastres','desastres',0,0,0.6,'D2362',8,'*'),(12,'economía','economía',0,0,0.5333,'E250',67,'*'),(13,'educación','educación',0,0,0.6,'E325',162,'*'),(14,'electiva','electiva',0,0,0.5333,'E4231',150,'*'),(15,'estudios','estudios',0,0,0.5333,'E232',481,'*'),(16,'evaluación','evaluación',0,0,0.6667,'E1425',67,'*'),(17,'geográfico','geográfico',0,0,0.6667,'G612',2,'*'),(18,'gestión','gestión',0,0,0.4667,'G350',112,'*'),(19,'hombre','hombre',0,0,0.4,'H516',8,'*'),(20,'i','i',0,0,0.0667,'I000',244,'*'),(21,'ii','ii',0,0,0.1333,'I000',194,'*'),(22,'impacto','impacto',0,0,0.4667,'I5123',18,'*'),(23,'información','información',0,0,0.7333,'I516525',70,'*'),(24,'manejo','manejo',0,0,0.4,'M200',46,'*'),(25,'naturaleza','naturaleza',0,0,0.6667,'N3642',21,'*'),(26,'plan','plan',0,0,0.2667,'P450',458,'*'),(27,'política','política',0,0,0.5333,'P432',15,'*'),(28,'productivos','productivos',0,0,0.7333,'P632312',27,'*'),(29,'riesgo','riesgo',0,0,0.4,'R200',8,'*'),(30,'semestre','semestre',0,0,0.5333,'S5236',333,'*'),(31,'sistema','sistema',0,0,0.4667,'S350',32,'*'),(32,'sistemas','sistemas',0,0,0.5333,'S352',204,'*'),(33,'sociedad','sociedad',0,0,0.5333,'S300',37,'*'),(34,'total','total',0,0,0.3333,'T400',78,'*'),(35,'y','y',0,0,0.0667,'Y000',624,'*'),(36,'ética','ética',0,0,0.3333,'é320',83,'*'),(64,'0278','0278',0,0,0.4,'',33,'*'),(65,'12','12',0,0,0.2,'',130,'*'),(66,'135','135',0,0,0.3,'',79,'*'),(67,'311','311',0,0,0.3,'',33,'*'),(68,'6616800','6616800',0,0,0.7,'',79,'*'),(69,'892','892',0,0,0.3,'',33,'*'),(70,'ada','ada',0,0,0.2,'A300',33,'*'),(71,'barcelona','barcelona',0,0,0.6,'B6245',79,'*'),(72,'básicas','básicas',0,0,0.4667,'B200',144,'*'),(73,'cel','cel',0,0,0.2,'C400',33,'*'),(74,'ciencias','ciencias',0,0,0.5333,'C520',191,'*'),(75,'co','co',0,0,0.1333,'C000',81,'*'),(76,'contacto','contacto',0,0,0.5333,'C5323',66,'*'),(77,'correo','correo',0,0,0.4,'C600',69,'*'),(78,'director','director',0,0,0.5333,'D6236',68,'*'),(79,'e','e',0,0,0.0667,'E000',175,'*'),(80,'edu','edu',0,0,0.2,'E300',80,'*'),(81,'ext','ext',0,0,0.2,'E230',79,'*'),(82,'facultad','facultad',0,0,0.5333,'F243',133,'*'),(83,'gambiental','gambiental',0,0,0.6667,'G51534',33,'*'),(84,'hernández','hernández',0,0,0.6,'H6532',33,'*'),(85,'ingenierías','ingenierías',0,0,0.7333,'I52562',79,'*'),(86,'institucional','institucional',0,0,0.8667,'I523254',134,'*'),(87,'kilometro','kilometro',0,0,0.6,'K4536',79,'*'),(88,'lugar','lugar',0,0,0.3333,'L260',66,'*'),(89,'lópez','lópez',0,0,0.3333,'L120',79,'*'),(90,'naisly','naisly',0,0,0.4,'N240',33,'*'),(91,'profesora','profesora',0,0,0.6,'P6126',33,'*'),(92,'programa','programa',0,0,0.5333,'P6265',416,'*'),(93,'puerto','puerto',0,0,0.4,'P630',79,'*'),(94,'sede','sede',0,0,0.2667,'S300',79,'*'),(95,'teléfono','teléfono',0,0,0.5333,'T415',66,'*'),(96,'tovar','tovar',0,0,0.3333,'T160',33,'*'),(97,'unillanos','unillanos',0,0,0.6,'U5452',135,'*'),(98,'vía','vía',0,0,0.2,'V000',79,'*'),(99,'directorio','directorio',0,0,0.6667,'D6236',4,'*'),(100,'faculta','faculta',0,0,0.4667,'F243',1,'*'),(102,'datos','datos',0,0,0.3333,'D200',8,'*'),(103,'celular','celular',0,0,0.4667,'C460',38,'*'),(104,'4','4',0,0,0.1,'',135,'*'),(105,'agudelo','agudelo',0,0,0.4667,'A234',46,'*'),(106,'eis','eis',0,0,0.2,'E200',34,'*'),(107,'manuel','manuel',0,0,0.4,'M400',53,'*'),(108,'oscar','oscar',0,0,0.3333,'O260',46,'*'),(109,'piso','piso',0,0,0.2667,'P200',46,'*'),(110,'varela','varela',0,0,0.4,'V640',46,'*'),(111,'2026','2026',0,0,0.4,'',1,'*'),(112,'actuales','actuales',0,0,0.5333,'A2342',3,'*'),(113,'al','al',0,0,0.1333,'A400',219,'*'),(114,'aplicando','aplicando',0,0,0.6,'A14253',1,'*'),(115,'atender','atender',0,0,0.4667,'A3536',2,'*'),(116,'axiologicos','axiologicos',0,0,0.7333,'A242',32,'*'),(117,'axiológicos','axiológicos',0,0,0.7333,'A242',32,'*'),(118,'año','año',0,0,0.2,'A000',10,'*'),(119,'brindando','brindando',0,0,0.6,'B65353',3,'*'),(120,'busca','busca',0,0,0.3333,'B200',4,'*'),(121,'calidad','calidad',0,0,0.4667,'C430',94,'*'),(122,'capacidad','capacidad',0,0,0.6,'C123',73,'*'),(123,'como','como',0,0,0.2667,'C500',114,'*'),(124,'con','con',0,0,0.2,'C500',274,'*'),(125,'construcción','construcción',0,0,0.8,'C523625',31,'*'),(126,'contexto','contexto',0,0,0.5333,'C5323',50,'*'),(127,'desempeñarse','desempeñarse',0,0,0.8,'D25162',19,'*'),(128,'eficientemente','eficientemente',0,0,0.9333,'E125353',2,'*'),(129,'el','el',0,0,0.1333,'E400',504,'*'),(130,'en','en',0,0,0.1333,'E500',597,'*'),(131,'especialistas','especialistas',0,0,0.8667,'E2124232',19,'*'),(132,'especialización','especialización',0,0,1,'E212425',232,'*'),(133,'formación','formación',0,0,0.6,'F6525',223,'*'),(134,'formar','formar',0,0,0.4,'F656',63,'*'),(135,'garanticen','garanticen',0,0,0.6667,'G65325',3,'*'),(136,'global','global',0,0,0.4,'G414',8,'*'),(137,'ingeniería','ingeniería',0,0,0.6667,'I5256',165,'*'),(138,'innovadoras','innovadoras',0,0,0.7333,'I51362',5,'*'),(139,'integral','integral',0,0,0.5333,'I53264',82,'*'),(140,'internacional','internacional',0,0,0.8667,'I5365254',40,'*'),(141,'la','la',0,0,0.1333,'L000',618,'*'),(142,'las','las',0,0,0.2,'L200',292,'*'),(143,'lideren','lideren',0,0,0.4667,'L365',1,'*'),(144,'llanos','llanos',0,0,0.4,'L520',249,'*'),(145,'los','los',0,0,0.2,'L200',509,'*'),(146,'líder','líder',0,0,0.3333,'L360',18,'*'),(147,'manera','manera',0,0,0.4,'M600',28,'*'),(148,'mejores','mejores',0,0,0.4667,'M262',9,'*'),(149,'misión','misión',0,0,0.4,'M250',37,'*'),(150,'métodos','métodos',0,0,0.4667,'M320',21,'*'),(151,'nacional','nacional',0,0,0.5333,'N254',56,'*'),(152,'necesidades','necesidades',0,0,0.7333,'N232',46,'*'),(153,'participen','participen',0,0,0.6667,'P63215',2,'*'),(154,'permitan','permitan',0,0,0.5333,'P6535',29,'*'),(155,'por','por',0,0,0.2,'P600',343,'*'),(156,'principios','principios',0,0,0.6667,'P65212',34,'*'),(157,'proceso','proceso',0,0,0.4667,'P620',38,'*'),(158,'productivo','productivo',0,0,0.6667,'P63231',6,'*'),(159,'propende','propende',0,0,0.5333,'P6153',3,'*'),(160,'propias','propias',0,0,0.4667,'P612',10,'*'),(161,'prácticas','prácticas',0,0,0.6,'P6232',16,'*'),(162,'que','que',0,0,0.2,'Q000',318,'*'),(163,'realidad','realidad',0,0,0.5333,'R430',14,'*'),(164,'reconocida','reconocida',0,0,0.6667,'R2523',11,'*'),(165,'regional','regional',0,0,0.5333,'R254',38,'*'),(166,'región','región',0,0,0.4,'R250',81,'*'),(167,'sector','sector',0,0,0.4,'S360',29,'*'),(168,'ser','ser',0,0,0.2,'S600',53,'*'),(169,'software','software',0,0,0.5333,'S136',120,'*'),(170,'soluciones','soluciones',0,0,0.6667,'S4252',40,'*'),(171,'teorías','teorías',0,0,0.4667,'T620',8,'*'),(172,'un','un',0,0,0.1333,'U500',182,'*'),(173,'universidad','universidad',0,0,0.7333,'U51623',245,'*'),(174,'visión','visión',0,0,0.4,'V250',40,'*'),(238,'aplicación','aplicación',0,0,0.6667,'A1425',26,'*'),(239,'desarrollo','desarrollo',0,0,0.6667,'D264',209,'*'),(240,'eficiente','eficiente',0,0,0.6,'E1253',4,'*'),(241,'estudio','estudio',0,0,0.4667,'E230',55,'*'),(242,'identifica','identifica',0,0,0.6667,'I35312',3,'*'),(243,'metodologías','metodologías',0,0,0.8,'M342',3,'*'),(244,'objeto','objeto',0,0,0.4,'O123',27,'*'),(245,'su','su',0,0,0.1333,'S000',108,'*'),(246,'tecnologías','tecnologías',0,0,0.7333,'T2542',37,'*'),(253,'5','5',0,0,0.1,'',77,'*'),(254,'a','a',0,0,0.0667,'A000',343,'*'),(255,'académico','académico',0,0,0.6,'A2352',126,'*'),(256,'académicos','académicos',0,0,0.6667,'A2352',75,'*'),(257,'acm','acm',0,0,0.2,'A250',1,'*'),(258,'adaptación','adaptación',0,0,0.6667,'A31325',9,'*'),(259,'adecuación','adecuación',0,0,0.6667,'A325',8,'*'),(260,'además','además',0,0,0.4,'A352',21,'*'),(261,'administradores','administradores',0,0,1,'A35236362',3,'*'),(262,'afines','afines',0,0,0.4,'A152',20,'*'),(263,'analista','analista',0,0,0.5333,'A5423',1,'*'),(264,'aplicaciones','aplicaciones',0,0,0.8,'A14252',5,'*'),(265,'apropiación','apropiación',0,0,0.7333,'A16125',14,'*'),(266,'arquitecto','arquitecto',0,0,0.6667,'A62323',1,'*'),(267,'aseguramiento','aseguramiento',0,0,0.8667,'A2653',2,'*'),(268,'asesor','asesor',0,0,0.4,'A260',9,'*'),(269,'asesora','asesora',0,0,0.4667,'A260',2,'*'),(270,'aspirantes','aspirantes',0,0,0.6667,'A216532',7,'*'),(271,'asumir','asumir',0,0,0.4,'A256',9,'*'),(272,'at','at',0,0,0.1333,'A300',1,'*'),(273,'atiende','atiende',0,0,0.4667,'A353',1,'*'),(274,'ayuden','ayuden',0,0,0.4,'A350',1,'*'),(275,'bajo','bajo',0,0,0.2667,'B200',42,'*'),(276,'base','base',0,0,0.2667,'B200',34,'*'),(277,'buenas','buenas',0,0,0.4,'B520',1,'*'),(278,'cada','cada',0,0,0.2667,'C300',16,'*'),(279,'capacitado','capacitado',0,0,0.6667,'C123',4,'*'),(280,'capaz','capaz',0,0,0.3333,'C120',14,'*'),(281,'carnegie','carnegie',0,0,0.5333,'C652',1,'*'),(282,'computación','computación',0,0,0.7333,'C51325',6,'*'),(283,'considera','considera',0,0,0.6,'C5236',1,'*'),(284,'consultor','consultor',0,0,0.6,'C52436',6,'*'),(285,'coordina','coordina',0,0,0.5333,'C635',1,'*'),(286,'criterios','criterios',0,0,0.6,'C6362',15,'*'),(287,'dentro','dentro',0,0,0.4,'D536',24,'*'),(288,'desarrolla','desarrolla',0,0,0.6667,'D264',3,'*'),(289,'deseen','deseen',0,0,0.4,'D250',1,'*'),(290,'desempeña','desempeña',0,0,0.6,'D251',2,'*'),(291,'diferentes','diferentes',0,0,0.6667,'D16532',34,'*'),(292,'dirige','dirige',0,0,0.4,'D620',6,'*'),(293,'dirigida','dirigida',0,0,0.5333,'D623',6,'*'),(294,'egresado','egresado',0,0,0.5333,'E2623',69,'*'),(295,'ejecutar','ejecutar',0,0,0.5333,'E236',16,'*'),(296,'empresariales','empresariales',0,0,0.8667,'E5162642',21,'*'),(297,'engineering','engineering',0,0,0.7333,'E525652',1,'*'),(298,'entre','entre',0,0,0.3333,'E536',20,'*'),(299,'escritorio','escritorio',0,0,0.6667,'E2636',1,'*'),(300,'especialista','especialista',0,0,0.8,'E212423',20,'*'),(301,'estará','estará',0,0,0.4,'E236',9,'*'),(302,'está','está',0,0,0.2667,'E230',71,'*'),(303,'etapas','etapas',0,0,0.4,'E312',6,'*'),(304,'gestiona','gestiona',0,0,0.5333,'G350',1,'*'),(305,'gestionar','gestionar',0,0,0.6,'G356',12,'*'),(306,'grupos','grupos',0,0,0.4,'G612',34,'*'),(307,'ieee','ieee',0,0,0.2667,'I000',1,'*'),(308,'implantación','implantación',0,0,0.8,'I5145325',1,'*'),(309,'industria','industria',0,0,0.6,'I53236',4,'*'),(310,'informática','informática',0,0,0.7333,'I516532',2,'*'),(311,'informáticos','informáticos',0,0,0.8,'I516532',1,'*'),(312,'ingeniero','ingeniero',0,0,0.6,'I5256',13,'*'),(313,'ingenieros','ingenieros',0,0,0.6667,'I52562',15,'*'),(314,'ingreso','ingreso',0,0,0.4667,'I5262',27,'*'),(315,'institute','institute',0,0,0.6,'I523',1,'*'),(316,'integración','integración',0,0,0.7333,'I532625',6,'*'),(317,'interculturales','interculturales',0,0,1,'I536243642',1,'*'),(318,'internacionales','internacionales',0,0,1,'I53652542',20,'*'),(319,'licenciados','licenciados',0,0,0.7333,'L25232',3,'*'),(320,'lidera','lidera',0,0,0.4,'L360',2,'*'),(321,'liderar','liderar',0,0,0.4667,'L360',12,'*'),(322,'lineamientos','lineamientos',0,0,0.8,'L532',129,'*'),(323,'mejorar','mejorar',0,0,0.4667,'M260',16,'*'),(324,'mellon','mellon',0,0,0.4,'M450',1,'*'),(325,'metodológica','metodológica',0,0,0.8,'M342',7,'*'),(326,'modelos','modelos',0,0,0.4667,'M342',38,'*'),(327,'móviles','móviles',0,0,0.4667,'M142',1,'*'),(328,'o','o',0,0,0.0667,'O000',81,'*'),(329,'ocupacional','ocupacional',0,0,0.7333,'O21254',27,'*'),(330,'omg','omg',0,0,0.2,'O520',1,'*'),(331,'organizaciones','organizaciones',0,0,0.9333,'O625252',14,'*'),(332,'otros','otros',0,0,0.3333,'O362',19,'*'),(333,'para','para',0,0,0.2667,'P600',366,'*'),(334,'perfil','perfil',0,0,0.4,'P614',36,'*'),(335,'perfiles','perfiles',0,0,0.5333,'P6142',54,'*'),(336,'podrán','podrán',0,0,0.4,'P365',7,'*'),(337,'procesos','procesos',0,0,0.5333,'P620',160,'*'),(338,'producción','producción',0,0,0.6667,'P6325',64,'*'),(339,'profesional','profesional',0,0,0.7333,'P61254',225,'*'),(340,'profesionales','profesionales',0,0,0.8667,'P612542',62,'*'),(341,'profundizar','profundizar',0,0,0.7333,'P615326',9,'*'),(342,'proyectos','proyectos',0,0,0.6,'P6232',141,'*'),(343,'pruebas','pruebas',0,0,0.4667,'P612',10,'*'),(344,'requerimientos','requerimientos',0,0,0.9333,'R26532',3,'*'),(345,'roles','roles',0,0,0.3333,'R420',2,'*'),(346,'se','se',0,0,0.1333,'S000',326,'*'),(347,'servicios','servicios',0,0,0.6,'S612',32,'*'),(348,'será','será',0,0,0.2667,'S600',30,'*'),(349,'sobre','sobre',0,0,0.3333,'S160',27,'*'),(350,'soportado','soportado',0,0,0.6,'S163',1,'*'),(351,'tecnológicos','tecnológicos',0,0,0.8,'T2542',12,'*'),(352,'tipo','tipo',0,0,0.2667,'T100',4,'*'),(353,'trabajo','trabajo',0,0,0.4667,'T612',118,'*'),(354,'una','una',0,0,0.2,'U500',102,'*'),(355,'university','university',0,0,0.6667,'U51623',1,'*'),(356,'web','web',0,0,0.2,'W100',55,'*'),(357,'áreas','áreas',0,0,0.3333,'á620',137,'*'),(380,'6','6',0,0,0.1,'',108,'*'),(381,'alta','alta',0,0,0.2667,'A430',9,'*'),(382,'autonomía','autonomía',0,0,0.6,'A350',18,'*'),(383,'beneficios','beneficios',0,0,0.6667,'B512',2,'*'),(384,'campo','campo',0,0,0.3333,'C510',52,'*'),(385,'capacidades','capacidades',0,0,0.7333,'C1232',16,'*'),(386,'caracterizados','caracterizados',0,0,0.9333,'C6236232',11,'*'),(387,'científicas','científicas',0,0,0.7333,'C5312',16,'*'),(388,'comprensión','comprensión',0,0,0.7333,'C516525',20,'*'),(389,'comunicando','comunicando',0,0,0.7333,'C5253',2,'*'),(390,'confrontando','confrontando',0,0,0.8,'C5165353',2,'*'),(391,'conocedor','conocedor',0,0,0.6,'C5236',2,'*'),(392,'definidos','definidos',0,0,0.6,'D1532',6,'*'),(393,'desarrollar','desarrollar',0,0,0.7333,'D2646',109,'*'),(394,'enfoque','enfoque',0,0,0.4667,'E512',12,'*'),(395,'escrita','escrita',0,0,0.4667,'E263',9,'*'),(396,'esto','esto',0,0,0.2667,'E230',6,'*'),(397,'facilita','facilita',0,0,0.5333,'F243',8,'*'),(398,'fines','fines',0,0,0.3333,'F520',3,'*'),(399,'fomentar','fomentar',0,0,0.5333,'F536',18,'*'),(400,'forma','forma',0,0,0.3333,'F650',30,'*'),(401,'formacion','formacion',0,0,0.6,'F6525',57,'*'),(402,'generar','generar',0,0,0.4667,'G560',36,'*'),(403,'ideas','ideas',0,0,0.3333,'I320',4,'*'),(404,'ideológico','ideológico',0,0,0.6667,'I342',10,'*'),(405,'importancia','importancia',0,0,0.7333,'I516352',6,'*'),(406,'interdisciplinarios','interdisciplinarios',0,0,1,'I5363214562',24,'*'),(407,'interés','interés',0,0,0.4667,'I5362',47,'*'),(408,'involucren','involucren',0,0,0.6667,'I514265',2,'*'),(409,'libertad','libertad',0,0,0.5333,'L163',10,'*'),(410,'logros','logros',0,0,0.4,'L262',2,'*'),(411,'marco','marco',0,0,0.3333,'M620',29,'*'),(412,'nueva','nueva',0,0,0.3333,'N100',6,'*'),(413,'objetivos','objetivos',0,0,0.6,'O12312',23,'*'),(414,'olvidar','olvidar',0,0,0.4667,'O4136',2,'*'),(415,'oral','oral',0,0,0.2667,'O640',7,'*'),(416,'participación','participación',0,0,0.8667,'P632125',30,'*'),(417,'particular','particular',0,0,0.6667,'P63246',12,'*'),(418,'país','país',0,0,0.2667,'P200',69,'*'),(419,'pensamiento','pensamiento',0,0,0.7333,'P5253',105,'*'),(420,'personal','personal',0,0,0.5333,'P6254',16,'*'),(421,'pluralismo','pluralismo',0,0,0.6667,'P46425',10,'*'),(422,'problemas','problemas',0,0,0.6,'P61452',51,'*'),(423,'propiciar','propiciar',0,0,0.6,'P6126',10,'*'),(424,'proposito','proposito',0,0,0.6,'P6123',57,'*'),(425,'propósito','propósito',0,0,0.6,'P6123',61,'*'),(426,'prácticos','prácticos',0,0,0.6,'P6232',5,'*'),(427,'realidades','realidades',0,0,0.6667,'R432',12,'*'),(428,'referentes','referentes',0,0,0.6667,'R16532',6,'*'),(429,'representa','representa',0,0,0.6667,'R16253',2,'*'),(430,'servicio','servicio',0,0,0.5333,'S612',10,'*'),(431,'sin','sin',0,0,0.2,'S500',6,'*'),(432,'sociales','sociales',0,0,0.5333,'S420',83,'*'),(433,'solución','solución',0,0,0.5333,'S425',28,'*'),(434,'sus','sus',0,0,0.2,'S000',97,'*'),(435,'tecnología','tecnología',0,0,0.6667,'T2542',106,'*'),(436,'tecnológicas','tecnológicas',0,0,0.8,'T2542',5,'*'),(437,'tendencias','tendencias',0,0,0.6667,'T5352',21,'*'),(438,'teóricos','teóricos',0,0,0.5333,'T620',19,'*'),(439,'utilizando','utilizando',0,0,0.6667,'U34253',12,'*'),(440,'valorando','valorando',0,0,0.6,'V4653',2,'*'),(443,'7','7',0,0,0.1,'',326,'*'),(444,'8','8',0,0,0.1,'',182,'*'),(445,'normatividad','normatividad',0,0,0.8,'N65313',187,'*'),(446,'068','068',0,0,0.3,'',73,'*'),(447,'2019','2019',0,0,0.4,'',99,'*'),(448,'académica','académica',0,0,0.6,'A2352',240,'*'),(449,'resolución','resolución',0,0,0.6667,'R2425',237,'*'),(453,'avala','avala',0,0,0.3333,'A140',76,'*'),(454,'calificado','calificado',0,0,0.6667,'C4123',105,'*'),(455,'cual','cual',0,0,0.2667,'C400',209,'*'),(456,'documento','documento',0,0,0.6,'D253',128,'*'),(457,'registro','registro',0,0,0.5333,'R236',106,'*'),(458,'renovación','renovación',0,0,0.6667,'R5125',101,'*'),(459,'solicitud','solicitud',0,0,0.6,'S423',112,'*'),(460,'d','d',0,0,0.0667,'D000',1,'*'),(461,'012','012',0,0,0.3,'',128,'*'),(462,'017','017',0,0,0.3,'',126,'*'),(463,'125','125',0,0,0.3,'',87,'*'),(464,'136','136',0,0,0.3,'',68,'*'),(465,'2003','2003',0,0,0.4,'',127,'*'),(466,'2013','2013',0,0,0.4,'',126,'*'),(467,'2015','2015',0,0,0.4,'',144,'*'),(468,'2022','2022',0,0,0.4,'',88,'*'),(469,'acuerdo','acuerdo',0,0,0.4667,'A263',175,'*'),(470,'superior','superior',0,0,0.5333,'S160',173,'*'),(476,'2023','2023',0,0,0.4,'',89,'*'),(477,'académica136','académica136',0,0,0.8,'A2352',58,'*'),(478,'calendario','calendario',0,0,0.6667,'C4536',68,'*'),(479,'curriculares','curriculares',0,0,0.8,'C62462',144,'*'),(480,'establece','establece',0,0,0.6,'E23142',168,'*'),(481,'establecen','establecen',0,0,0.6667,'E231425',128,'*'),(482,'estructura','estructura',0,0,0.6667,'E236236',222,'*'),(483,'inician','inician',0,0,0.4667,'I525',68,'*'),(484,'medio','medio',0,0,0.3333,'M300',144,'*'),(485,'meta','meta',0,0,0.2667,'M300',87,'*'),(486,'ministerio','ministerio',0,0,0.6667,'M236',76,'*'),(487,'modalidad','modalidad',0,0,0.6,'M343',55,'*'),(488,'modificación','modificación',0,0,0.8,'M3125',83,'*'),(489,'ofrecido','ofrecido',0,0,0.5333,'O1623',91,'*'),(490,'pedagógicos','pedagógicos',0,0,0.7333,'P320',134,'*'),(491,'posgrado','posgrado',0,0,0.5333,'P263',143,'*'),(492,'postgrado','postgrado',0,0,0.6,'P23263',58,'*'),(493,'presencial','presencial',0,0,0.6667,'P62524',91,'*'),(494,'primer','primer',0,0,0.4,'P656',124,'*'),(495,'programas','programas',0,0,0.6,'P62652',204,'*'),(496,'reglamento','reglamento',0,0,0.6667,'R2453',160,'*'),(497,'regular','regular',0,0,0.4667,'R246',68,'*'),(498,'resolucion','resolucion',0,0,0.6667,'R2425',3,'*'),(499,'resuelve','resuelve',0,0,0.5333,'R241',107,'*'),(500,'segundo','segundo',0,0,0.4667,'S530',117,'*'),(501,'villavicencio','villavicencio',0,0,0.8667,'V41252',86,'*'),(507,'descripción','descripción',0,0,0.7333,'D26125',158,'*'),(508,'titulo','titulo',0,0,0.4,'T400',2,'*'),(510,'título','título',0,0,0.4,'T400',169,'*'),(511,'6525-resolucion-academica-n-125-de-2022','6525-resolucion-academica-n-125-de-2022',0,0,1,'R2425235253',1,'*'),(512,'blank','blank',0,0,0.3333,'B452',1,'*'),(513,'consejo-academico','consejo-academico',0,0,1,'C52352',1,'*'),(514,'documentacion','documentacion',0,0,0.8667,'D25325',1,'*'),(515,'file','file',0,0,0.2667,'F400',1,'*'),(516,'href','href',0,0,0.2667,'H610',1,'*'),(517,'https','https',0,0,0.3333,'H312',1,'*'),(518,'index','index',0,0,0.3333,'I532',1,'*'),(519,'noopener','noopener',0,0,0.5333,'N156',1,'*'),(520,'php','php',0,0,0.2,'P000',1,'*'),(521,'rel','rel',0,0,0.2,'R400',1,'*'),(522,'resoluciones-academicas','resoluciones-academicas',0,0,1,'R24252352',1,'*'),(523,'target','target',0,0,0.4,'T623',1,'*'),(524,'www','www',0,0,0.2,'W000',1,'*'),(526,'57','57',0,0,0.2,'',38,'*'),(527,'colombia','colombia',0,0,0.5333,'C451',49,'*'),(529,'jmendoza','jmendoza',0,0,0.5333,'J532',21,'*'),(530,'especializacion','especializacion',0,0,1,'E212425',36,'*'),(531,'ingenieria','ingenieria',0,0,0.6667,'I5256',36,'*'),(532,'formulario','formulario',0,0,0.6667,'F6546',25,'*'),(533,'admision','admision',0,0,0.5333,'A3525',55,'*'),(534,'admisión','admisión',0,0,0.5333,'A3525',57,'*'),(535,'aspirante','aspirante',0,0,0.6,'A21653',98,'*'),(536,'cargue','cargue',0,0,0.4,'C620',54,'*'),(537,'debe','debe',0,0,0.2667,'D100',72,'*'),(538,'diligenciamiento','diligenciamiento',0,0,1,'D425253',54,'*'),(539,'documentos','documentos',0,0,0.6667,'D2532',54,'*'),(540,'establecidas','establecidas',0,0,0.8,'E2314232',57,'*'),(541,'fechas','fechas',0,0,0.4,'F200',55,'*'),(542,'formato','formato',0,0,0.4667,'F653',54,'*'),(543,'legible','legible',0,0,0.4667,'L214',54,'*'),(544,'mediante','mediante',0,0,0.5333,'M353',78,'*'),(545,'pdf','pdf',0,0,0.2,'P310',55,'*'),(546,'plataforma','plataforma',0,0,0.6667,'P43165',55,'*'),(547,'realizar','realizar',0,0,0.5333,'R426',64,'*'),(548,'requisitos','requisitos',0,0,0.6667,'R232',56,'*'),(564,'150','150',0,0,0.3,'',52,'*'),(565,'30','30',0,0,0.2,'',53,'*'),(566,'3x4','3x4',0,0,0.2,'X000',52,'*'),(567,'acta','acta',0,0,0.2667,'A230',52,'*'),(568,'activo','activo',0,0,0.4,'A231',52,'*'),(569,'afiliación','afiliación',0,0,0.6667,'A1425',52,'*'),(570,'ampliado','ampliado',0,0,0.5333,'A5143',52,'*'),(571,'blanco','blanco',0,0,0.4,'B452',52,'*'),(572,'carnet','carnet',0,0,0.4,'C653',52,'*'),(573,'certificado','certificado',0,0,0.7333,'C63123',52,'*'),(574,'diploma','diploma',0,0,0.4667,'D145',52,'*'),(575,'donde','donde',0,0,0.3333,'D530',63,'*'),(576,'días','días',0,0,0.2667,'D200',52,'*'),(577,'electoral','electoral',0,0,0.6,'E42364',49,'*'),(578,'eps','eps',0,0,0.2,'E120',52,'*'),(579,'estado','estado',0,0,0.4,'E230',60,'*'),(580,'expedición','expedición',0,0,0.6667,'E21325',52,'*'),(581,'fondo','fondo',0,0,0.3333,'F530',52,'*'),(582,'foto','foto',0,0,0.2667,'F300',52,'*'),(583,'grado','grado',0,0,0.3333,'G630',196,'*'),(584,'identificación','identificación',0,0,0.9333,'I353125',58,'*'),(585,'indique','indique',0,0,0.4667,'I532',52,'*'),(586,'mayor','mayor',0,0,0.3333,'M600',54,'*'),(587,'no','no',0,0,0.1333,'N000',96,'*'),(588,'opcional','opcional',0,0,0.5333,'O1254',53,'*'),(589,'png','png',0,0,0.2,'P520',52,'*'),(590,'salud','salud',0,0,0.3333,'S430',155,'*'),(591,'seguridad','seguridad',0,0,0.6,'S630',97,'*'),(592,'social','social',0,0,0.4,'S400',205,'*'),(593,'tamaño','tamaño',0,0,0.4,'T500',52,'*'),(594,'votaciones','votaciones',0,0,0.6667,'V3252',52,'*'),(595,'últimas','últimas',0,0,0.4667,'ú4352',52,'*'),(596,'2021','2021',0,0,0.4,'',57,'*'),(597,'anclados','anclados',0,0,0.5333,'A52432',2,'*'),(598,'automatización','automatización',0,0,0.9333,'A35325',8,'*'),(599,'ciencia','ciencia',0,0,0.4667,'C520',109,'*'),(600,'civil','civil',0,0,0.3333,'C140',5,'*'),(601,'competencia','competencia',0,0,0.7333,'C51352',9,'*'),(602,'competentes','competentes',0,0,0.7333,'C513532',11,'*'),(603,'contribuyendo','contribuyendo',0,0,0.8667,'C536153',6,'*'),(604,'control','control',0,0,0.4667,'C5364',110,'*'),(605,'económicas','económicas',0,0,0.6667,'E252',22,'*'),(606,'excelencia','excelencia',0,0,0.6667,'E2452',6,'*'),(607,'industrial','industrial',0,0,0.6667,'I532364',104,'*'),(608,'instrumentación','instrumentación',0,0,1,'I52365325',104,'*'),(609,'instrumentos','instrumentos',0,0,0.8,'I5236532',16,'*'),(610,'integralmente','integralmente',0,0,0.8667,'I5326453',7,'*'),(611,'medición','medición',0,0,0.5333,'M325',4,'*'),(612,'medida','medida',0,0,0.4,'M300',4,'*'),(613,'mejor','mejor',0,0,0.3333,'M260',9,'*'),(614,'opción','opción',0,0,0.4,'O125',11,'*'),(615,'orinoquia','orinoquia',0,0,0.6,'O652',81,'*'),(616,'presentes','presentes',0,0,0.6,'P62532',5,'*'),(617,'responsabilidad','responsabilidad',0,0,1,'R2152143',57,'*'),(618,'satisfacción','satisfacción',0,0,0.8,'S32125',2,'*'),(619,'valores','valores',0,0,0.4667,'V462',15,'*'),(627,'adaptar','adaptar',0,0,0.4667,'A3136',9,'*'),(628,'analizar','analizar',0,0,0.5333,'A5426',23,'*'),(629,'aporten','aporten',0,0,0.4667,'A1635',19,'*'),(630,'apropiadas','apropiadas',0,0,0.6667,'A16132',11,'*'),(631,'científico','científico',0,0,0.6667,'C5312',51,'*'),(632,'construir','construir',0,0,0.6,'C5236',15,'*'),(633,'diseñar','diseñar',0,0,0.4667,'D260',24,'*'),(634,'específicas','específicas',0,0,0.7333,'E21212',8,'*'),(635,'estudiante','estudiante',0,0,0.6667,'E2353',38,'*'),(636,'estudiantes','estudiantes',0,0,0.7333,'E23532',67,'*'),(637,'fundamentación','fundamentación',0,0,0.9333,'F535325',47,'*'),(638,'industriales','industriales',0,0,0.8,'I5323642',20,'*'),(639,'integrales','integrales',0,0,0.6667,'I532642',14,'*'),(640,'ofrecer','ofrecer',0,0,0.4667,'O1626',14,'*'),(641,'propósitos','propósitos',0,0,0.6667,'P61232',30,'*'),(642,'requerida','requerida',0,0,0.6,'R263',9,'*'),(643,'sectores','sectores',0,0,0.5333,'S362',15,'*'),(644,'tecnológico','tecnológico',0,0,0.7333,'T2542',30,'*'),(645,'teórica','teórica',0,0,0.4667,'T620',31,'*'),(646,'transferencia','transferencia',0,0,0.8667,'T6521652',14,'*'),(647,'través','través',0,0,0.4,'T612',38,'*'),(648,'técnicas','técnicas',0,0,0.5333,'T252',82,'*'),(649,'técnicos','técnicos',0,0,0.5333,'T252',18,'*'),(650,'ético-axiológico','ético-axiológico',0,0,1,'é3242',14,'*'),(658,'asesoría','asesoría',0,0,0.5333,'A260',12,'*'),(659,'automatismos','automatismos',0,0,0.8,'A353252',3,'*'),(660,'avanzar','avanzar',0,0,0.4667,'A1526',3,'*'),(661,'campos','campos',0,0,0.4,'C512',19,'*'),(662,'científica','científica',0,0,0.6667,'C5312',29,'*'),(663,'comercial','comercial',0,0,0.6,'C5624',12,'*'),(664,'comunicaciones','comunicaciones',0,0,0.9333,'C5252',49,'*'),(665,'comunicación','comunicación',0,0,0.8,'C525',74,'*'),(666,'conocimientos','conocimientos',0,0,0.8667,'C52532',31,'*'),(667,'consultoría','consultoría',0,0,0.7333,'C52436',4,'*'),(668,'coordinar','coordinar',0,0,0.6,'C6356',5,'*'),(669,'demás','demás',0,0,0.3333,'D520',9,'*'),(670,'departamentos','departamentos',0,0,0.8667,'D163532',6,'*'),(671,'destrezas','destrezas',0,0,0.6,'D2362',4,'*'),(672,'dirigir','dirigir',0,0,0.4667,'D626',9,'*'),(673,'diseño','diseño',0,0,0.4,'D200',55,'*'),(674,'dispuestos','dispuestos',0,0,0.6667,'D21232',3,'*'),(675,'docencia','docencia',0,0,0.5333,'D252',24,'*'),(676,'electromecánica','electromecánica',0,0,1,'E42365252',3,'*'),(677,'electrónica','electrónica',0,0,0.7333,'E423652',91,'*'),(678,'eléctrica','eléctrica',0,0,0.6,'E42362',3,'*'),(679,'empresas','empresas',0,0,0.5333,'E5162',19,'*'),(680,'equipos','equipos',0,0,0.4667,'E212',12,'*'),(681,'especialmente','especialmente',0,0,0.8667,'E212453',9,'*'),(682,'específica','específica',0,0,0.6667,'E21212',3,'*'),(683,'evaluar','evaluar',0,0,0.4667,'E146',12,'*'),(684,'formativos','formativos',0,0,0.6667,'F65312',7,'*'),(685,'formular','formular',0,0,0.5333,'F6546',12,'*'),(686,'físicos','físicos',0,0,0.4667,'F200',9,'*'),(687,'general','general',0,0,0.4667,'G564',93,'*'),(688,'habilidades','habilidades',0,0,0.7333,'H1432',17,'*'),(689,'industrias','industrias',0,0,0.6667,'I532362',3,'*'),(690,'interesados','interesados',0,0,0.7333,'I536232',11,'*'),(691,'le','le',0,0,0.1333,'L000',38,'*'),(692,'lo','lo',0,0,0.1333,'L000',48,'*'),(693,'mantenimientos','mantenimientos',0,0,0.9333,'M3532',3,'*'),(694,'matemático','matemático',0,0,0.6667,'M3532',79,'*'),(695,'mecatrónica','mecatrónica',0,0,0.7333,'M23652',3,'*'),(696,'mecánica','mecánica',0,0,0.5333,'M252',37,'*'),(697,'modelamiento','modelamiento',0,0,0.8,'M3453',9,'*'),(698,'permite','permite',0,0,0.4667,'P653',10,'*'),(699,'planear','planear',0,0,0.4667,'P456',7,'*'),(700,'posee','posee',0,0,0.3333,'P200',6,'*'),(701,'propios','propios',0,0,0.4667,'P612',9,'*'),(702,'redes','redes',0,0,0.3333,'R320',62,'*'),(703,'relacionadas','relacionadas',0,0,0.8,'R42532',18,'*'),(704,'supervisar','supervisar',0,0,0.6667,'S16126',3,'*'),(705,'tecnológica','tecnológica',0,0,0.7333,'T2542',7,'*'),(706,'área','área',0,0,0.2667,'á600',158,'*'),(721,'análisis','análisis',0,0,0.5333,'A542',65,'*'),(722,'003','003',0,0,0.3,'',34,'*'),(723,'15844','15844',0,0,0.5,'',13,'*'),(724,'23','23',0,0,0.2,'',13,'*'),(725,'agosto','agosto',0,0,0.4,'A230',13,'*'),(726,'contra','contra',0,0,0.4,'C536',17,'*'),(727,'define','define',0,0,0.4,'D150',45,'*'),(728,'interpuesto','interpuesto',0,0,0.7333,'I536123',16,'*'),(729,'recurso','recurso',0,0,0.4667,'R262',24,'*'),(730,'reposición','reposición',0,0,0.6667,'R125',16,'*'),(731,'s','s',0,0,0.0667,'S000',8,'*'),(732,'transición','transición',0,0,0.6667,'T6525',15,'*'),(737,'contenidos','contenidos',0,0,0.6667,'C53532',63,'*'),(738,'organizacion','organizacion',0,0,0.8,'O62525',25,'*'),(739,'organización','organización',0,0,0.8,'O62525',72,'*'),(740,'25','25',0,0,0.2,'',68,'*'),(741,'buscan','buscan',0,0,0.4,'B250',60,'*'),(742,'básica','básica',0,0,0.4,'B200',152,'*'),(743,'competencias','competencias',0,0,0.8,'C51352',101,'*'),(744,'competente','competente',0,0,0.6667,'C51353',65,'*'),(745,'complementaria','complementaria',0,0,0.9333,'C514536',94,'*'),(746,'conformidad','conformidad',0,0,0.7333,'C51653',63,'*'),(747,'continuación','continuación',0,0,0.8,'C53525',59,'*'),(748,'corresponden','corresponden',0,0,0.8,'C621535',59,'*'),(749,'cursos','cursos',0,0,0.4,'C620',97,'*'),(750,'denominadas','denominadas',0,0,0.7333,'D532',59,'*'),(751,'dichas','dichas',0,0,0.4,'D200',59,'*'),(752,'especializada','especializada',0,0,0.8667,'E212423',70,'*'),(753,'integrada','integrada',0,0,0.6,'I53263',60,'*'),(754,'presentan','presentan',0,0,0.6,'P62535',65,'*'),(755,'saberes','saberes',0,0,0.4667,'S162',70,'*'),(756,'siete','siete',0,0,0.3333,'S300',59,'*'),(757,'transversales','transversales',0,0,0.8667,'T65216242',59,'*'),(758,'tres','tres',0,0,0.2667,'T620',70,'*'),(771,'creditos','creditos',0,0,0.5333,'C632',11,'*'),(772,'curso','curso',0,0,0.3333,'C620',151,'*'),(773,'porcentaje','porcentaje',0,0,0.6667,'P62532',14,'*'),(774,'virtual','virtual',0,0,0.4667,'V634',57,'*'),(778,'7,14','7,14',0,0,0.4,'',47,'*'),(779,'7.14','7.14',0,0,0.4,'',55,'*'),(780,'dos','dos',0,0,0.2,'D200',67,'*'),(781,'investigación','investigación',0,0,0.8667,'I512325',222,'*'),(782,'seminario','seminario',0,0,0.6,'S560',75,'*'),(783,'tecnologia','tecnologia',0,0,0.6667,'T2542',5,'*'),(785,'19','19',0,0,0.2,'',52,'*'),(786,'67,86','67,86',0,0,0.5,'',44,'*'),(787,'67.86','67.86',0,0,0.5,'',52,'*'),(788,'avanzadas','avanzadas',0,0,0.6,'A15232',48,'*'),(789,'instrumentacion','instrumentacion',0,0,1,'I52365325',6,'*'),(790,'movimiento','movimiento',0,0,0.6667,'M153',60,'*'),(791,'secuencial','secuencial',0,0,0.6667,'S524',44,'*'),(792,'seis','seis',0,0,0.2667,'S000',42,'*'),(793,'supervision','supervision',0,0,0.7333,'S16125',6,'*'),(800,'supervisión','supervisión',0,0,0.7333,'S16125',38,'*'),(801,'42.86','42.86',0,0,0.5,'',44,'*'),(802,'50','50',0,0,0.2,'',54,'*'),(803,'92.86','92.86',0,0,0.5,'',44,'*'),(804,'cienci','cienci',0,0,0.4,'C520',5,'*'),(805,'distribución','distribución',0,0,0.8,'D236125',51,'*'),(806,'presenta','presenta',0,0,0.5333,'P6253',47,'*'),(807,'tabla','tabla',0,0,0.3333,'T140',48,'*'),(808,'totales','totales',0,0,0.4667,'T420',44,'*'),(816,'porseis','porseis',0,0,0.4667,'P620',2,'*'),(817,'19créditos','19créditos',0,0,0.6667,'C632',1,'*'),(818,'2020','2020',0,0,0.4,'',37,'*'),(819,'ciclo','ciclo',0,0,0.3333,'C400',12,'*'),(820,'colombiana','colombiana',0,0,0.6667,'C4515',17,'*'),(821,'compromiso','compromiso',0,0,0.6667,'C51652',14,'*'),(822,'comunitario','comunitario',0,0,0.7333,'C536',3,'*'),(823,'conocimiento','conocimiento',0,0,0.8,'C5253',89,'*'),(824,'desde','desde',0,0,0.3333,'D230',49,'*'),(825,'eco-sistémico','eco-sistémico',0,0,0.8667,'E2352',1,'*'),(826,'familia','familia',0,0,0.4667,'F540',19,'*'),(827,'familiar','familiar',0,0,0.5333,'F546',34,'*'),(828,'familias','familias',0,0,0.5333,'F542',9,'*'),(829,'función','función',0,0,0.4667,'F525',8,'*'),(830,'humanista','humanista',0,0,0.6,'H523',2,'*'),(831,'impacten','impacten',0,0,0.5333,'I51235',1,'*'),(832,'pedagógico','pedagógico',0,0,0.6667,'P320',11,'*'),(833,'prevención','prevención',0,0,0.6667,'P61525',31,'*'),(834,'privilegiando','privilegiando',0,0,0.8667,'P614253',1,'*'),(835,'promoción','promoción',0,0,0.6,'P6525',30,'*'),(836,'sentido','sentido',0,0,0.4667,'S530',20,'*'),(837,'socializadora','socializadora',0,0,0.8667,'S4236',1,'*'),(838,'vida','vida',0,0,0.2667,'V300',63,'*'),(839,'vital','vital',0,0,0.3333,'V340',9,'*'),(849,'acordes','acordes',0,0,0.4667,'A2632',6,'*'),(850,'apgar','apgar',0,0,0.3333,'A126',3,'*'),(851,'basada','basada',0,0,0.4,'B230',3,'*'),(852,'comunitaria','comunitaria',0,0,0.7333,'C536',21,'*'),(853,'contextos','contextos',0,0,0.6,'C53232',16,'*'),(854,'crear','crear',0,0,0.3333,'C600',7,'*'),(855,'cultura','cultura',0,0,0.4667,'C436',30,'*'),(856,'describiendo','describiendo',0,0,0.8,'D26153',3,'*'),(857,'diagnósticos','diagnósticos',0,0,0.8,'D25232',4,'*'),(858,'diversidad','diversidad',0,0,0.6667,'D1623',35,'*'),(859,'eco-sistémica','eco-sistémica',0,0,0.8667,'E2352',5,'*'),(860,'estudia','estudia',0,0,0.4667,'E230',4,'*'),(861,'estudiar','estudiar',0,0,0.5333,'E236',4,'*'),(862,'familiograma','familiograma',0,0,0.8,'F54265',3,'*'),(863,'fin','fin',0,0,0.2,'F500',26,'*'),(864,'formulación','formulación',0,0,0.7333,'F65425',64,'*'),(865,'herramientas','herramientas',0,0,0.8,'H6532',29,'*'),(866,'humano','humano',0,0,0.4,'H500',62,'*'),(867,'inter-disciplinares','inter-disciplinares',0,0,1,'I5363214562',3,'*'),(868,'intervención','intervención',0,0,0.8,'I5361525',40,'*'),(869,'investigativos','investigativos',0,0,0.9333,'I51232312',7,'*'),(870,'multiculturalidad','multiculturalidad',0,0,1,'M43243643',3,'*'),(871,'perspectiva','perspectiva',0,0,0.7333,'P621231',15,'*'),(872,'planteando','planteando',0,0,0.6667,'P45353',3,'*'),(873,'posibles','posibles',0,0,0.5333,'P2142',3,'*'),(874,'proyectar','proyectar',0,0,0.6,'P6236',6,'*'),(875,'quehacer','quehacer',0,0,0.5333,'Q600',14,'*'),(876,'recolección','recolección',0,0,0.7333,'R2425',3,'*'),(877,'respetando','respetando',0,0,0.6667,'R21353',4,'*'),(878,'teoría','teoría',0,0,0.4,'T600',29,'*'),(879,'técnico','técnico',0,0,0.4667,'T252',18,'*'),(880,'utilizar','utilizar',0,0,0.5333,'U3426',8,'*'),(912,'acciones','acciones',0,0,0.5333,'A252',12,'*'),(913,'aporta','aporta',0,0,0.4,'A163',1,'*'),(914,'científicos','científicos',0,0,0.7333,'C5312',21,'*'),(915,'ciudadano','ciudadano',0,0,0.6,'C350',3,'*'),(916,'comportamiento','comportamiento',0,0,0.9333,'C516353',11,'*'),(917,'condiciones','condiciones',0,0,0.7333,'C53252',25,'*'),(918,'construye','construye',0,0,0.6,'C5236',1,'*'),(919,'contribuye','contribuye',0,0,0.6667,'C5361',2,'*'),(920,'convivencia','convivencia',0,0,0.7333,'C5152',5,'*'),(921,'desempeñara','desempeñara',0,0,0.7333,'D2516',1,'*'),(922,'diferencial','diferencial',0,0,0.7333,'D16524',33,'*'),(923,'educa','educa',0,0,0.3333,'E320',1,'*'),(924,'enfermería','enfermería',0,0,0.6667,'E51656',14,'*'),(925,'estilos','estilos',0,0,0.4667,'E2342',1,'*'),(926,'generación','generación',0,0,0.6667,'G5625',22,'*'),(927,'humanas','humanas',0,0,0.4667,'H520',12,'*'),(928,'humanísticos','humanísticos',0,0,0.8,'H5232',3,'*'),(929,'independiente','independiente',0,0,0.8667,'I5315353',6,'*'),(930,'infantil','infantil',0,0,0.5333,'I51534',10,'*'),(931,'instituciones','instituciones',0,0,0.8667,'I523252',12,'*'),(932,'integro','integro',0,0,0.4667,'I5326',1,'*'),(933,'inter','inter',0,0,0.3333,'I536',2,'*'),(934,'interdisciplinariamente','interdisciplinariamente',0,0,1,'I53632145653',6,'*'),(935,'interdisciplinario','interdisciplinario',0,0,1,'I536321456',5,'*'),(936,'interpreta','interpreta',0,0,0.6667,'I536163',3,'*'),(937,'investiga','investiga',0,0,0.6,'I51232',1,'*'),(938,'laboral','laboral',0,0,0.4667,'L164',35,'*'),(939,'medicina','medicina',0,0,0.5333,'M325',19,'*'),(940,'nacio','nacio',0,0,0.3333,'N200',1,'*'),(941,'nal','nal',0,0,0.2,'N400',1,'*'),(942,'nutrición','nutrición',0,0,0.6,'N3625',31,'*'),(943,'odontología','odontología',0,0,0.7333,'O35342',6,'*'),(944,'orienta','orienta',0,0,0.4667,'O653',1,'*'),(945,'participa','participa',0,0,0.6,'P6321',1,'*'),(946,'pedagogía','pedagogía',0,0,0.6,'P320',23,'*'),(947,'profesiones','profesiones',0,0,0.7333,'P61252',8,'*'),(948,'promueve','promueve',0,0,0.5333,'P651',4,'*'),(949,'proyección','proyección',0,0,0.6667,'P625',21,'*'),(950,'psicología','psicología',0,0,0.6667,'P242',13,'*'),(951,'pública','pública',0,0,0.4667,'P420',30,'*'),(952,'saludables','saludables',0,0,0.6667,'S43142',3,'*'),(953,'sectorial','sectorial',0,0,0.6,'S364',1,'*'),(954,'sociología','sociología',0,0,0.6667,'S420',21,'*'),(955,'viene','viene',0,0,0.3333,'V500',2,'*'),(956,'éticos','éticos',0,0,0.4,'é320',16,'*'),(975,'14','14',0,0,0.2,'',11,'*'),(976,'17','17',0,0,0.2,'',11,'*'),(977,'32','32',0,0,0.2,'',15,'*'),(978,'aspectos','aspectos',0,0,0.5333,'A21232',40,'*'),(979,'bases','bases',0,0,0.3333,'B200',24,'*'),(980,'cultural','cultural',0,0,0.5333,'C4364',37,'*'),(981,'curricular','curricular',0,0,0.6667,'C6246',21,'*'),(982,'didáctica','didáctica',0,0,0.6,'D232',40,'*'),(983,'gerencia','gerencia',0,0,0.5333,'G652',54,'*'),(984,'socio-histórico','socio-histórico',0,0,1,'S362',11,'*'),(985,'teóricas','teóricas',0,0,0.5333,'T620',12,'*'),(990,'cartilla','cartilla',0,0,0.5333,'C634',3,'*'),(991,'administración','administración',0,0,0.9333,'A3523625',91,'*'),(992,'administrativo','administrativo',0,0,0.9333,'A3523631',3,'*'),(993,'avances','avances',0,0,0.4667,'A152',1,'*'),(994,'coherencia','coherencia',0,0,0.6667,'C652',5,'*'),(995,'comprometidos','comprometidos',0,0,0.8667,'C516532',10,'*'),(996,'financiero','financiero',0,0,0.6667,'F526',11,'*'),(997,'lideres','lideres',0,0,0.4667,'L362',1,'*'),(998,'mantendrá','mantendrá',0,0,0.6,'M3536',1,'*'),(999,'morales','morales',0,0,0.4667,'M642',1,'*'),(1000,'organizacional','organizacional',0,0,0.9333,'O625254',14,'*'),(1001,'punto','punto',0,0,0.3333,'P530',3,'*'),(1002,'referencia','referencia',0,0,0.6667,'R1652',4,'*'),(1003,'respetuosos','respetuosos',0,0,0.7333,'R2132',1,'*'),(1004,'transformación','transformación',0,0,0.9333,'T65216525',22,'*'),(1006,'administrativos','administrativos',0,0,1,'A35236312',2,'*'),(1007,'analítica','analítica',0,0,0.6,'A5432',26,'*'),(1008,'conceptual','conceptual',0,0,0.6667,'C52134',14,'*'),(1009,'creativa','creativa',0,0,0.5333,'C631',4,'*'),(1010,'enfoques','enfoques',0,0,0.5333,'E512',7,'*'),(1011,'humana','humana',0,0,0.4,'H500',28,'*'),(1012,'innovadores','innovadores',0,0,0.7333,'I51362',2,'*'),(1013,'logro','logro',0,0,0.3333,'L260',2,'*'),(1014,'líderes','líderes',0,0,0.4667,'L362',6,'*'),(1015,'modernos','modernos',0,0,0.5333,'M3652',2,'*'),(1016,'pertenencia','pertenencia',0,0,0.7333,'P6352',5,'*'),(1017,'privada','privada',0,0,0.4667,'P613',2,'*'),(1018,'resolutiva','resolutiva',0,0,0.6667,'R2431',2,'*'),(1019,'tanto','tanto',0,0,0.3333,'T530',6,'*'),(1021,'administrativas','administrativas',0,0,1,'A35236312',7,'*'),(1022,'asesores','asesores',0,0,0.5333,'A262',1,'*'),(1023,'así','así',0,0,0.2,'A200',27,'*'),(1024,'búsqueda','búsqueda',0,0,0.5333,'B230',7,'*'),(1025,'contable','contable',0,0,0.5333,'C5314',6,'*'),(1026,'coordinador','coordinador',0,0,0.7333,'C63536',3,'*'),(1027,'cualquier','cualquier',0,0,0.6,'C426',13,'*'),(1028,'disciplinas','disciplinas',0,0,0.7333,'D21452',11,'*'),(1029,'estén','estén',0,0,0.3333,'E235',5,'*'),(1030,'financiera','financiera',0,0,0.6667,'F526',16,'*'),(1031,'funciones','funciones',0,0,0.6,'F5252',8,'*'),(1032,'interpretación','interpretación',0,0,0.9333,'I53616325',6,'*'),(1033,'liderazgo','liderazgo',0,0,0.6,'L362',19,'*'),(1034,'nivel','nivel',0,0,0.3333,'N140',29,'*'),(1035,'orientados','orientados',0,0,0.6667,'O6532',7,'*'),(1036,'privado','privado',0,0,0.4667,'P613',8,'*'),(1037,'público','público',0,0,0.4667,'P420',7,'*'),(1038,'relacionados','relacionados',0,0,0.8,'R42532',17,'*'),(1039,'talento','talento',0,0,0.4667,'T453',7,'*'),(1040,'territorial','territorial',0,0,0.7333,'T6364',16,'*'),(1041,'u','u',0,0,0.0667,'U000',1,'*'),(1042,'vigente','vigente',0,0,0.4667,'V253',1,'*'),(1043,'vinculados','vinculados',0,0,0.6667,'V52432',14,'*'),(1052,'básicos','básicos',0,0,0.4667,'B200',24,'*'),(1053,'finanzas','finanzas',0,0,0.5333,'F520',35,'*'),(1054,'fundamentos','fundamentos',0,0,0.7333,'F53532',83,'*'),(1055,'normativa','normativa',0,0,0.6,'N6531',21,'*'),(1059,'legal','legal',0,0,0.3333,'L240',22,'*'),(1060,'basica','basica',0,0,0.4,'B200',2,'*'),(1061,'planificación','planificación',0,0,0.8667,'P45125',6,'*'),(1062,'profundización','profundización',0,0,0.9333,'P615325',120,'*'),(1063,'actividades','actividades',0,0,0.7333,'A23132',14,'*'),(1064,'actores','actores',0,0,0.4667,'A2362',13,'*'),(1065,'ajustadas','ajustadas',0,0,0.6,'A232',1,'*'),(1066,'alternativas','alternativas',0,0,0.8,'A4365312',27,'*'),(1067,'biológico','biológico',0,0,0.6,'B420',5,'*'),(1068,'características','características',0,0,1,'C6236232',18,'*'),(1069,'ciudadanos','ciudadanos',0,0,0.6667,'C352',9,'*'),(1070,'consecuencias','consecuencias',0,0,0.8667,'C5252',9,'*'),(1071,'contribución','contribución',0,0,0.8,'C536125',4,'*'),(1072,'cuales','cuales',0,0,0.4,'C420',30,'*'),(1073,'decisiones','decisiones',0,0,0.6667,'D252',25,'*'),(1074,'determinantes','determinantes',0,0,0.8667,'D6532',10,'*'),(1075,'empoderamiento','empoderamiento',0,0,0.9333,'E513653',1,'*'),(1076,'enfermedad','enfermedad',0,0,0.6667,'E51653',12,'*'),(1077,'epidemiología','epidemiología',0,0,0.8667,'E13542',36,'*'),(1078,'epidemiológico','epidemiológico',0,0,0.9333,'E13542',7,'*'),(1079,'evidencias','evidencias',0,0,0.6667,'E1352',1,'*'),(1080,'extensión','extensión',0,0,0.6,'E23525',12,'*'),(1081,'incidan','incidan',0,0,0.4667,'I5235',1,'*'),(1082,'mejoramiento','mejoramiento',0,0,0.8,'M2653',22,'*'),(1083,'orinoquía','orinoquía',0,0,0.6,'O652',18,'*'),(1084,'partir','partir',0,0,0.4,'P636',41,'*'),(1085,'político','político',0,0,0.5333,'P432',10,'*'),(1086,'salud-enfermedad','salud-enfermedad',0,0,1,'S4351653',5,'*'),(1087,'serán','serán',0,0,0.3333,'S650',3,'*'),(1088,'toma','toma',0,0,0.2667,'T500',23,'*'),(1089,'torno','torno',0,0,0.3333,'T650',8,'*'),(1090,'transmisión','transmisión',0,0,0.7333,'T652525',2,'*'),(1091,'utilidad','utilidad',0,0,0.5333,'U343',2,'*'),(1092,'viabilicen','viabilicen',0,0,0.6667,'V425',1,'*'),(1094,'abogacía','abogacía',0,0,0.5333,'A120',1,'*'),(1095,'actuar','actuar',0,0,0.4,'A236',12,'*'),(1096,'adecuados','adecuados',0,0,0.6,'A3232',1,'*'),(1097,'agronómica','agronómica',0,0,0.6667,'A2652',12,'*'),(1098,'aplicada','aplicada',0,0,0.5333,'A1423',21,'*'),(1099,'aportando','aportando',0,0,0.6,'A16353',1,'*'),(1100,'asesorar','asesorar',0,0,0.5333,'A260',5,'*'),(1101,'bacteriología','bacteriología',0,0,0.8667,'B23642',5,'*'),(1102,'basado','basado',0,0,0.4,'B230',5,'*'),(1103,'calidadde','calidadde',0,0,0.6,'C430',1,'*'),(1104,'colectivos','colectivos',0,0,0.6667,'C42312',5,'*'),(1105,'comunicativos','comunicativos',0,0,0.8667,'C52312',86,'*'),(1106,'constante','constante',0,0,0.6,'C52353',1,'*'),(1107,'crítico','crítico',0,0,0.4667,'C632',23,'*'),(1108,'cuidado','cuidado',0,0,0.4667,'C300',16,'*'),(1109,'determinar','determinar',0,0,0.6667,'D656',4,'*'),(1110,'ecológico','ecológico',0,0,0.6,'E242',3,'*'),(1111,'ejercer','ejercer',0,0,0.4667,'E2626',9,'*'),(1112,'epidemiologia','epidemiologia',0,0,0.8667,'E13542',10,'*'),(1113,'es','es',0,0,0.1333,'E200',45,'*'),(1114,'estadísticos','estadísticos',0,0,0.8,'E23232',1,'*'),(1115,'eventos','eventos',0,0,0.4667,'E1532',5,'*'),(1116,'evidencia','evidencia',0,0,0.6,'E1352',5,'*'),(1117,'factores','factores',0,0,0.5333,'F2362',3,'*'),(1118,'generen','generen',0,0,0.4667,'G565',6,'*'),(1119,'histórico','histórico',0,0,0.6,'H2362',2,'*'),(1120,'individuales','individuales',0,0,0.8,'I531342',7,'*'),(1121,'individuo','individuo',0,0,0.6,'I5313',7,'*'),(1122,'innovación','innovación',0,0,0.6667,'I5125',16,'*'),(1123,'intersectorial','intersectorial',0,0,0.9333,'I5362364',3,'*'),(1124,'intervenciones','intervenciones',0,0,0.9333,'I53615252',12,'*'),(1125,'investigador','investigador',0,0,0.8,'I5123236',7,'*'),(1126,'líneas','líneas',0,0,0.4,'L520',58,'*'),(1127,'microbiología','microbiología',0,0,0.8667,'M26142',19,'*'),(1128,'morbilidad','morbilidad',0,0,0.6667,'M6143',1,'*'),(1129,'mortalidad','mortalidad',0,0,0.6667,'M6343',1,'*'),(1130,'ocupacionales','ocupacionales',0,0,0.8667,'O212542',3,'*'),(1131,'otras','otras',0,0,0.3333,'O362',14,'*'),(1132,'permiten','permiten',0,0,0.5333,'P6535',13,'*'),(1133,'planes','planes',0,0,0.4,'P452',20,'*'),(1134,'poblaciones','poblaciones',0,0,0.7333,'P4252',8,'*'),(1135,'políticas','políticas',0,0,0.6,'P432',31,'*'),(1136,'promoviendo','promoviendo',0,0,0.7333,'P65153',4,'*'),(1137,'pueden','pueden',0,0,0.4,'P350',2,'*'),(1138,'públicas','públicas',0,0,0.5333,'P420',19,'*'),(1139,'razonamiento','razonamiento',0,0,0.8,'R253',5,'*'),(1140,'siendo','siendo',0,0,0.4,'S530',2,'*'),(1141,'siguientes','siguientes',0,0,0.6667,'S532',42,'*'),(1142,'terapias','terapias',0,0,0.5333,'T612',1,'*'),(1143,'veterinaria','veterinaria',0,0,0.7333,'V3656',18,'*'),(1144,'vigilancia','vigilancia',0,0,0.6667,'V2452',11,'*'),(1145,'zootecnia','zootecnia',0,0,0.6,'Z325',13,'*'),(1146,'ético','ético',0,0,0.3333,'é320',22,'*'),(1157,'abordaje','abordaje',0,0,0.5333,'A1632',9,'*'),(1158,'beneficio','beneficio',0,0,0.6,'B512',6,'*'),(1159,'busquen','busquen',0,0,0.4667,'B250',1,'*'),(1160,'capaces','capaces',0,0,0.4667,'C120',16,'*'),(1161,'conceptos','conceptos',0,0,0.6,'C52132',4,'*'),(1162,'conduzcan','conduzcan',0,0,0.6,'C5325',3,'*'),(1163,'consolidación','consolidación',0,0,0.8667,'C524325',8,'*'),(1164,'discusión','discusión',0,0,0.6,'D250',4,'*'),(1165,'ello','ello',0,0,0.2667,'E400',4,'*'),(1166,'emitir','emitir',0,0,0.4,'E536',3,'*'),(1167,'empleando','empleando',0,0,0.6,'E51453',2,'*'),(1168,'epidemiológica','epidemiológica',0,0,0.9333,'E13542',11,'*'),(1169,'epidemiológicos','epidemiológicos',0,0,1,'E13542',2,'*'),(1170,'espacios','espacios',0,0,0.5333,'E212',14,'*'),(1171,'fortalecer','fortalecer',0,0,0.6667,'F63426',11,'*'),(1172,'garantizando','garantizando',0,0,0.8,'G653253',2,'*'),(1173,'identificar','identificar',0,0,0.7333,'I353126',8,'*'),(1174,'interacción','interacción',0,0,0.7333,'I53625',24,'*'),(1175,'interdisciplinaria','interdisciplinaria',0,0,1,'I536321456',8,'*'),(1176,'metodológicos','metodológicos',0,0,0.8667,'M342',13,'*'),(1177,'método','método',0,0,0.4,'M300',6,'*'),(1178,'nuevos','nuevos',0,0,0.4,'N120',7,'*'),(1179,'propuestas','propuestas',0,0,0.6667,'P61232',16,'*'),(1180,'pueda','pueda',0,0,0.3333,'P300',6,'*'),(1181,'relevancia','relevancia',0,0,0.6667,'R4152',2,'*'),(1182,'resultados','resultados',0,0,0.6667,'R2432',10,'*'),(1183,'revisar','revisar',0,0,0.4667,'R126',2,'*'),(1184,'sea','sea',0,0,0.2,'S000',10,'*'),(1185,'situaciones','situaciones',0,0,0.7333,'S3252',13,'*'),(1188,'aplicados','aplicados',0,0,0.6,'A14232',11,'*'),(1189,'bioestadística','bioestadística',0,0,0.9333,'B23232',32,'*'),(1190,'colectiva','colectiva',0,0,0.6,'C4231',11,'*'),(1191,'planeación','planeación',0,0,0.6667,'P4525',21,'*'),(1192,'práctica','práctica',0,0,0.5333,'P6232',63,'*'),(1195,'00764','00764',0,0,0.5,'',7,'*'),(1196,'077','077',0,0,0.3,'',7,'*'),(1197,'falta','falta',0,0,0.3333,'F430',6,'*'),(1198,'metodología','metodología',0,0,0.7333,'M342',64,'*'),(1199,'r','r',0,0,0.0667,'R000',6,'*'),(1202,'epidemioligía','epidemioligía',0,0,0.8667,'E13542',5,'*'),(1203,'posgrados','posgrados',0,0,0.6,'P2632',32,'*'),(1204,'acción','acción',0,0,0.4,'A250',14,'*'),(1205,'aplicar','aplicar',0,0,0.4667,'A1426',5,'*'),(1206,'artístico','artístico',0,0,0.6,'A63232',2,'*'),(1207,'aéreas','aéreas',0,0,0.4,'A620',2,'*'),(1208,'convoca','convoca',0,0,0.4667,'C512',5,'*'),(1209,'deporte','deporte',0,0,0.4667,'D163',8,'*'),(1210,'deportivo','deportivo',0,0,0.6,'D1631',4,'*'),(1211,'educativo','educativo',0,0,0.6,'E3231',16,'*'),(1212,'escolar','escolar',0,0,0.4667,'E246',8,'*'),(1213,'específico','específico',0,0,0.6667,'E21212',12,'*'),(1214,'experto','experto',0,0,0.4667,'E2163',9,'*'),(1215,'fisioterapeutas','fisioterapeutas',0,0,1,'F236132',5,'*'),(1216,'intervenir','intervenir',0,0,0.6667,'I536156',4,'*'),(1217,'kinesiólogos','kinesiólogos',0,0,0.8,'K5242',2,'*'),(1218,'motriz','motriz',0,0,0.4,'M362',8,'*'),(1219,'pedagógica','pedagógica',0,0,0.6667,'P320',18,'*'),(1220,'psicólogos','psicólogos',0,0,0.6667,'P242',2,'*'),(1221,'recibir','recibir',0,0,0.4667,'R216',4,'*'),(1222,'responder','responder',0,0,0.6,'R21536',8,'*'),(1223,'terapeutas','terapeutas',0,0,0.6667,'T6132',2,'*'),(1224,'trabajadores','trabajadores',0,0,0.8,'T612362',5,'*'),(1225,'vez','vez',0,0,0.2,'V200',4,'*'),(1226,'ámbito','ámbito',0,0,0.4,'á513',10,'*'),(1235,'aprender','aprender',0,0,0.5333,'A16536',4,'*'),(1236,'conocer','conocer',0,0,0.4667,'C526',5,'*'),(1237,'contextualizar','contextualizar',0,0,0.9333,'C5323426',3,'*'),(1238,'contribuyan','contribuyan',0,0,0.7333,'C53615',11,'*'),(1239,'cuenta','cuenta',0,0,0.4,'C530',15,'*'),(1240,'declarada','declarada',0,0,0.6,'D2463',3,'*'),(1241,'determina','determina',0,0,0.6,'D650',14,'*'),(1242,'favorecer','favorecer',0,0,0.6,'F626',6,'*'),(1243,'fundamental','fundamental',0,0,0.7333,'F53534',8,'*'),(1244,'ha','ha',0,0,0.1333,'H000',26,'*'),(1245,'hacer','hacer',0,0,0.3333,'H260',9,'*'),(1246,'idónea','idónea',0,0,0.4,'I350',3,'*'),(1247,'implementar','implementar',0,0,0.7333,'I514536',10,'*'),(1248,'juntos','juntos',0,0,0.4,'J532',4,'*'),(1249,'orientar','orientar',0,0,0.5333,'O6536',12,'*'),(1250,'pei','pei',0,0,0.2,'P000',4,'*'),(1251,'plantear','plantear',0,0,0.5333,'P4536',5,'*'),(1252,'promover','promover',0,0,0.5333,'P6516',19,'*'),(1253,'proponer','proponer',0,0,0.5333,'P6156',12,'*'),(1254,'reflexión','reflexión',0,0,0.6,'R1425',19,'*'),(1255,'relacionar','relacionar',0,0,0.6667,'R4256',5,'*'),(1256,'sido','sido',0,0,0.2667,'S300',3,'*'),(1257,'siguiente','siguiente',0,0,0.6,'S530',9,'*'),(1258,'subyacen','subyacen',0,0,0.5333,'S125',3,'*'),(1259,'teniendo','teniendo',0,0,0.5333,'T530',6,'*'),(1260,'vivir','vivir',0,0,0.3333,'V600',5,'*'),(1266,'aplicadas','aplicadas',0,0,0.6,'A14232',13,'*'),(1267,'clasificación','clasificación',0,0,0.8667,'C42125',3,'*'),(1268,'conducas','conducas',0,0,0.5333,'C532',1,'*'),(1269,'conducta','conducta',0,0,0.5333,'C5323',3,'*'),(1270,'conductas','conductas',0,0,0.6,'C53232',3,'*'),(1271,'dominios','dominios',0,0,0.5333,'D520',3,'*'),(1272,'epistemológicos','epistemológicos',0,0,1,'E123542',10,'*'),(1273,'fisica','fisica',0,0,0.4,'F200',1,'*'),(1274,'física','física',0,0,0.4,'F200',55,'*'),(1275,'investigaciones','investigaciones',0,0,1,'I5123252',10,'*'),(1276,'motrices','motrices',0,0,0.5333,'M362',10,'*'),(1277,'motricista','motricista',0,0,0.6667,'M3623',3,'*'),(1278,'paradigma','paradigma',0,0,0.6,'P6325',3,'*'),(1279,'pedagogicas','pedagogicas',0,0,0.7333,'P320',1,'*'),(1280,'pedagógicas','pedagógicas',0,0,0.7333,'P320',52,'*'),(1281,'praxiología','praxiología',0,0,0.7333,'P6242',3,'*'),(1282,'rol','rol',0,0,0.2,'R400',4,'*'),(1283,'semiomotricidad','semiomotricidad',0,0,1,'S53623',3,'*'),(1284,'siglo','siglo',0,0,0.3333,'S400',3,'*'),(1285,'xxi','xxi',0,0,0.2,'X000',3,'*'),(1297,'actividad','actividad',0,0,0.6,'A2313',12,'*'),(1298,'acuicultura','acuicultura',0,0,0.7333,'A2436',22,'*'),(1299,'acuícola','acuícola',0,0,0.5333,'A240',10,'*'),(1300,'capacitar','capacitar',0,0,0.6,'C1236',3,'*'),(1301,'competitivamente','competitivamente',0,0,1,'C513153',2,'*'),(1302,'económica','económica',0,0,0.6,'E252',16,'*'),(1303,'especies','especies',0,0,0.5333,'E212',15,'*'),(1304,'existentes','existentes',0,0,0.6667,'E23532',3,'*'),(1305,'nativas','nativas',0,0,0.4667,'N312',4,'*'),(1306,'personas','personas',0,0,0.5333,'P6252',14,'*'),(1307,'potencial','potencial',0,0,0.6,'P3524',5,'*'),(1308,'productiva','productiva',0,0,0.6667,'P63231',5,'*'),(1309,'racional','racional',0,0,0.5333,'R254',3,'*'),(1310,'recursos','recursos',0,0,0.5333,'R262',44,'*'),(1311,'trabajar','trabajar',0,0,0.5333,'T6126',12,'*'),(1312,'utilización','utilización',0,0,0.7333,'U3425',5,'*'),(1328,'alevinos','alevinos',0,0,0.5333,'A4152',1,'*'),(1329,'centros','centros',0,0,0.4667,'C5362',3,'*'),(1330,'consumo','consumo',0,0,0.4667,'C525',4,'*'),(1331,'continentales','continentales',0,0,0.8667,'C535342',1,'*'),(1332,'directores','directores',0,0,0.6667,'D62362',1,'*'),(1333,'diversos','diversos',0,0,0.5333,'D162',12,'*'),(1334,'ejecución','ejecución',0,0,0.6,'E250',12,'*'),(1335,'estaciones','estaciones',0,0,0.6667,'E23252',1,'*'),(1336,'experimentales','experimentales',0,0,0.9333,'E2165342',1,'*'),(1337,'fomento','fomento',0,0,0.4667,'F530',2,'*'),(1338,'granjas','granjas',0,0,0.4667,'G652',1,'*'),(1339,'hidrobiológicos','hidrobiológicos',0,0,1,'H36142',4,'*'),(1340,'mismos','mismos',0,0,0.4,'M252',5,'*'),(1341,'naturales','naturales',0,0,0.6,'N3642',40,'*'),(1342,'particulares','particulares',0,0,0.8,'P632462',6,'*'),(1343,'peces','peces',0,0,0.3333,'P200',5,'*'),(1344,'piloto','piloto',0,0,0.4,'P430',1,'*'),(1345,'privadas','privadas',0,0,0.5333,'P6132',15,'*'),(1346,'si','si',0,0,0.1333,'S000',15,'*'),(1347,'terceros','terceros',0,0,0.5333,'T6262',1,'*'),(1359,'alimentación','alimentación',0,0,0.8,'A45325',13,'*'),(1360,'biológicas','biológicas',0,0,0.6667,'B420',5,'*'),(1361,'introducción','introducción',0,0,0.8,'I536325',46,'*'),(1362,'piscícola','piscícola',0,0,0.6,'P240',3,'*'),(1363,'reproducción','reproducción',0,0,0.8,'R16325',16,'*'),(1364,'sanidad','sanidad',0,0,0.4667,'S530',23,'*'),(1365,'tropicales','tropicales',0,0,0.6667,'T61242',21,'*'),(1366,'alto','alto',0,0,0.2667,'A430',18,'*'),(1367,'aportar','aportar',0,0,0.4667,'A1636',5,'*'),(1368,'busque','busque',0,0,0.4,'B200',2,'*'),(1369,'divulgación','divulgación',0,0,0.7333,'D1425',3,'*'),(1370,'enseñanza','enseñanza',0,0,0.6,'E5252',13,'*'),(1371,'negocios','negocios',0,0,0.5333,'N200',33,'*'),(1372,'problemática','problemática',0,0,0.8,'P614532',12,'*'),(1373,'responsables','responsables',0,0,0.8,'R2152142',17,'*'),(1374,'socialmente','socialmente',0,0,0.7333,'S453',3,'*'),(1375,'transformar','transformar',0,0,0.7333,'T6521656',2,'*'),(1376,'unidades','unidades',0,0,0.5333,'U532',4,'*'),(1381,'creando','creando',0,0,0.4667,'C653',4,'*'),(1382,'desarrollando','desarrollando',0,0,0.8667,'D26453',5,'*'),(1383,'emprendedor','emprendedor',0,0,0.7333,'E516536',8,'*'),(1384,'empresario','empresario',0,0,0.6667,'E51626',4,'*'),(1385,'estrategias','estrategias',0,0,0.7333,'E23632',25,'*'),(1386,'facilitando','facilitando',0,0,0.7333,'F24353',4,'*'),(1387,'formulando','formulando',0,0,0.6667,'F65453',4,'*'),(1388,'gerenciales','gerenciales',0,0,0.7333,'G65242',6,'*'),(1389,'pertinentes','pertinentes',0,0,0.7333,'P63532',20,'*'),(1390,'tendrá','tendrá',0,0,0.4,'T536',9,'*'),(1396,'coyuntura','coyuntura',0,0,0.6,'C536',2,'*'),(1397,'final','final',0,0,0.3333,'F540',6,'*'),(1398,'marketing','marketing',0,0,0.6,'M62352',18,'*'),(1399,'015','015',0,0,0.3,'',30,'*'),(1400,'competitividad','competitividad',0,0,0.9333,'C51313',15,'*'),(1401,'implementación','implementación',0,0,0.9333,'I5145325',14,'*'),(1402,'ó','ó',0,0,0.0667,'ó000',1,'*'),(1403,'administrar','administrar',0,0,0.7333,'A35236',6,'*'),(1404,'alcance','alcance',0,0,0.4667,'A4252',1,'*'),(1405,'aplica','aplica',0,0,0.4,'A142',1,'*'),(1406,'auditar','auditar',0,0,0.4667,'A360',1,'*'),(1407,'complementar','complementar',0,0,0.8,'C514536',1,'*'),(1408,'comprender','comprender',0,0,0.6667,'C516536',8,'*'),(1409,'correctivas','correctivas',0,0,0.7333,'C62312',1,'*'),(1410,'deseo','deseo',0,0,0.3333,'D200',1,'*'),(1411,'dinámico','dinámico',0,0,0.5333,'D520',1,'*'),(1412,'divulgar','divulgar',0,0,0.5333,'D1426',1,'*'),(1413,'empresarial','empresarial',0,0,0.7333,'E516264',28,'*'),(1414,'entorno','entorno',0,0,0.4667,'E5365',23,'*'),(1415,'estimulante','estimulante',0,0,0.7333,'E235453',1,'*'),(1416,'exigente','exigente',0,0,0.5333,'E253',1,'*'),(1417,'gerenciar','gerenciar',0,0,0.6,'G6526',3,'*'),(1418,'mide','mide',0,0,0.2667,'M300',1,'*'),(1419,'perfeccionar','perfeccionar',0,0,0.8,'P61256',2,'*'),(1420,'propuestos','propuestos',0,0,0.6667,'P61232',1,'*'),(1421,'tienen','tienen',0,0,0.4,'T500',11,'*'),(1422,'valora','valora',0,0,0.4,'V460',5,'*'),(1434,'económico','económico',0,0,0.6,'E252',22,'*'),(1435,'publico','publico',0,0,0.4667,'P420',3,'*'),(1436,'tramite','tramite',0,0,0.4667,'T653',6,'*'),(1437,'aprovechando','aprovechando',0,0,0.8,'A161253',2,'*'),(1438,'direccione','direccione',0,0,0.6667,'D625',1,'*'),(1439,'económicamente','económicamente',0,0,0.9333,'E25253',1,'*'),(1440,'futuros','futuros',0,0,0.4667,'F362',1,'*'),(1441,'impulsar','impulsar',0,0,0.5333,'I51426',3,'*'),(1442,'interpretar','interpretar',0,0,0.7333,'I5361636',5,'*'),(1443,'inversión','inversión',0,0,0.6,'I51625',5,'*'),(1444,'investigativo','investigativo',0,0,0.8667,'I5123231',6,'*'),(1445,'local','local',0,0,0.3333,'L240',32,'*'),(1446,'máximo','máximo',0,0,0.4,'M250',12,'*'),(1447,'necesarias','necesarias',0,0,0.6667,'N262',9,'*'),(1448,'orinoquense','orinoquense',0,0,0.7333,'O65252',11,'*'),(1449,'participante','participante',0,0,0.8,'P632153',4,'*'),(1450,'permita','permita',0,0,0.4667,'P653',18,'*'),(1451,'rentable','rentable',0,0,0.5333,'R5314',1,'*'),(1452,'responsable','responsable',0,0,0.7333,'R215214',7,'*'),(1468,'abordar','abordar',0,0,0.4667,'A1636',12,'*'),(1469,'aplicable','aplicable',0,0,0.6,'A14214',2,'*'),(1470,'carácter','carácter',0,0,0.5333,'C6236',11,'*'),(1471,'claramente','claramente',0,0,0.6667,'C4653',6,'*'),(1472,'clave','clave',0,0,0.3333,'C410',1,'*'),(1473,'costes','costes',0,0,0.4,'C320',1,'*'),(1474,'cumplir','cumplir',0,0,0.4667,'C5146',2,'*'),(1475,'cómo','cómo',0,0,0.2667,'C500',2,'*'),(1476,'documentación','documentación',0,0,0.8667,'D25325',1,'*'),(1477,'durante','durante',0,0,0.4667,'D653',13,'*'),(1478,'gerenciamiento','gerenciamiento',0,0,0.9333,'G65253',1,'*'),(1479,'identificando','identificando',0,0,0.8667,'I3531253',1,'*'),(1480,'incluyendo','incluyendo',0,0,0.6667,'I52453',2,'*'),(1481,'inglés','inglés',0,0,0.4,'I5242',10,'*'),(1482,'innovador','innovador',0,0,0.6,'I5136',5,'*'),(1483,'mercado','mercado',0,0,0.4667,'M623',3,'*'),(1484,'necesarios','necesarios',0,0,0.6667,'N262',2,'*'),(1485,'optimización','optimización',0,0,0.8,'O13525',10,'*'),(1486,'plazos','plazos',0,0,0.4,'P420',1,'*'),(1487,'propuesta','propuesta',0,0,0.6,'P6123',10,'*'),(1488,'tengan','tengan',0,0,0.4,'T525',4,'*'),(1489,'todas','todas',0,0,0.3333,'T200',13,'*'),(1499,'acerca','acerca',0,0,0.4,'A262',3,'*'),(1500,'adquirirá','adquirirá',0,0,0.6,'A326',1,'*'),(1501,'analice','analice',0,0,0.4667,'A542',1,'*'),(1502,'componentes','componentes',0,0,0.7333,'C51532',2,'*'),(1503,'conceptualizaciones','conceptualizaciones',0,0,1,'C52134252',1,'*'),(1504,'conocerá','conocerá',0,0,0.5333,'C526',1,'*'),(1505,'contenido','contenido',0,0,0.6,'C5353',4,'*'),(1506,'creación','creación',0,0,0.5333,'C625',8,'*'),(1507,'dominio','dominio',0,0,0.4667,'D500',10,'*'),(1508,'econométrico','econométrico',0,0,0.8,'E25362',1,'*'),(1509,'elabore','elabore',0,0,0.4667,'E416',4,'*'),(1510,'emprendedoras','emprendedoras',0,0,0.8667,'E5165362',1,'*'),(1511,'fiabilidad','fiabilidad',0,0,0.6667,'F430',1,'*'),(1512,'financieras','financieras',0,0,0.7333,'F5262',11,'*'),(1513,'formales','formales',0,0,0.5333,'F6542',3,'*'),(1514,'fuentes','fuentes',0,0,0.4667,'F532',1,'*'),(1515,'funcionan','funcionan',0,0,0.6,'F525',1,'*'),(1516,'gubernamentales','gubernamentales',0,0,1,'G165342',3,'*'),(1517,'identifique','identifique',0,0,0.7333,'I35312',1,'*'),(1518,'institucionales','institucionales',0,0,1,'I5232542',5,'*'),(1519,'interprete','interprete',0,0,0.6667,'I536163',1,'*'),(1520,'mercados','mercados',0,0,0.5333,'M6232',11,'*'),(1521,'modelo','modelo',0,0,0.4,'M340',2,'*'),(1522,'predicciones','predicciones',0,0,0.8,'P63252',1,'*'),(1523,'productos','productos',0,0,0.6,'P63232',6,'*'),(1524,'propicien','propicien',0,0,0.6,'P6125',1,'*'),(1525,'prospectiva','prospectiva',0,0,0.7333,'P621231',5,'*'),(1526,'reales','reales',0,0,0.4,'R420',2,'*'),(1527,'relevante','relevante',0,0,0.6,'R4153',4,'*'),(1528,'simulaciones','simulaciones',0,0,0.8,'S54252',1,'*'),(1530,'aprovechamiento','aprovechamiento',0,0,1,'A161253',3,'*'),(1531,'condición','condición',0,0,0.6,'C5325',13,'*'),(1532,'especial','especial',0,0,0.5333,'E2124',7,'*'),(1533,'incidir','incidir',0,0,0.4667,'I5236',6,'*'),(1534,'sostenibles','sostenibles',0,0,0.7333,'S35142',12,'*'),(1535,'tropical','tropical',0,0,0.5333,'T6124',22,'*'),(1537,'agrícolas','agrícolas',0,0,0.6,'A26242',13,'*'),(1538,'armónicos','armónicos',0,0,0.6,'A652',2,'*'),(1539,'biodiversidad','biodiversidad',0,0,0.8667,'B31623',15,'*'),(1540,'potencializar','potencializar',0,0,0.8667,'P352426',1,'*'),(1541,'uso','uso',0,0,0.2,'U200',22,'*'),(1542,'énfasis','énfasis',0,0,0.4667,'é512',21,'*'),(1544,'agraria','agraria',0,0,0.4667,'A260',13,'*'),(1545,'agrario','agrario',0,0,0.4667,'A260',5,'*'),(1546,'agropecuarias','agropecuarias',0,0,0.8667,'A261262',20,'*'),(1547,'agropecuario','agropecuario',0,0,0.8,'A26126',8,'*'),(1548,'ambientales','ambientales',0,0,0.7333,'A515342',30,'*'),(1549,'igualmente','igualmente',0,0,0.6667,'I2453',4,'*'),(1550,'maximizando','maximizando',0,0,0.7333,'M25253',4,'*'),(1551,'planificar','planificar',0,0,0.6667,'P45126',2,'*'),(1552,'productividad','productividad',0,0,0.8667,'P632313',6,'*'),(1553,'productor','productor',0,0,0.6,'P63236',2,'*'),(1554,'sostenibilidad','sostenibilidad',0,0,0.9333,'S35143',21,'*'),(1555,'sostenible','sostenible',0,0,0.6667,'S3514',54,'*'),(1556,'trópico','trópico',0,0,0.4667,'T612',4,'*'),(1559,'actitudes','actitudes',0,0,0.6,'A232',10,'*'),(1560,'contribuir','contribuir',0,0,0.6667,'C53616',15,'*'),(1561,'culturales','culturales',0,0,0.6667,'C43642',28,'*'),(1562,'desempeño','desempeño',0,0,0.6,'D251',14,'*'),(1563,'dignidad','dignidad',0,0,0.5333,'D253',5,'*'),(1564,'equitativas','equitativas',0,0,0.7333,'E2312',2,'*'),(1565,'herramienta','herramienta',0,0,0.7333,'H653',7,'*'),(1566,'hombre-naturaleza','hombre-naturaleza',0,0,1,'H51653642',1,'*'),(1567,'permanente','permanente',0,0,0.6667,'P653',11,'*'),(1568,'porque','porque',0,0,0.4,'P620',3,'*'),(1569,'propender','propender',0,0,0.6,'P61536',2,'*'),(1570,'relación','relación',0,0,0.5333,'R425',38,'*'),(1571,'respecto','respecto',0,0,0.5333,'R2123',6,'*'),(1572,'solidarias','solidarias',0,0,0.6667,'S4362',2,'*'),(1573,'tolerantes','tolerantes',0,0,0.6667,'T46532',2,'*'),(1574,'004','004',0,0,0.3,'',11,'*'),(1575,'11','11',0,0,0.2,'',8,'*'),(1576,'9','9',0,0,0.1,'',26,'*'),(1577,'animales','animales',0,0,0.5333,'A542',4,'*'),(1578,'apoyo','apoyo',0,0,0.3333,'A100',1,'*'),(1579,'aprobadas','aprobadas',0,0,0.6,'A16132',11,'*'),(1580,'areas','areas',0,0,0.3333,'A620',25,'*'),(1581,'desarrollados','desarrollados',0,0,0.8667,'D26432',2,'*'),(1582,'escuelas','escuelas',0,0,0.5333,'E242',5,'*'),(1583,'instituto','instituto',0,0,0.6,'I523',18,'*'),(1584,'investigacion','investigacion',0,0,0.8667,'I512325',27,'*'),(1585,'lineas','lineas',0,0,0.4,'L520',26,'*'),(1586,'pertenecen','pertenecen',0,0,0.6667,'P63525',1,'*'),(1587,'son','son',0,0,0.2,'S500',22,'*'),(1589,'criterio','criterio',0,0,0.5333,'C636',7,'*'),(1590,'lograr','lograr',0,0,0.4,'L260',10,'*'),(1591,'sistémico','sistémico',0,0,0.6,'S352',6,'*'),(1592,'socioeconómico','socioeconómico',0,0,0.9333,'S520',12,'*'),(1596,'bienes','bienes',0,0,0.4,'B520',3,'*'),(1597,'ecosistemas','ecosistemas',0,0,0.7333,'E2352',15,'*'),(1598,'integrados','integrados',0,0,0.6667,'I532632',1,'*'),(1599,'piel','piel',0,0,0.2667,'P400',4,'*'),(1600,'rural','rural',0,0,0.3333,'R400',27,'*'),(1601,'suelo','suelo',0,0,0.3333,'S400',5,'*'),(1602,'tierra','tierra',0,0,0.4,'T600',8,'*'),(1603,'010','010',0,0,0.3,'',2,'*'),(1604,'agricola','agricola',0,0,0.5333,'A2624',2,'*'),(1605,'hace','hace',0,0,0.2667,'H200',7,'*'),(1606,'animal','animal',0,0,0.4,'A540',32,'*'),(1607,'bienestar','bienestar',0,0,0.6,'B5236',30,'*'),(1608,'deberes','deberes',0,0,0.4667,'D162',1,'*'),(1609,'disciplina','disciplina',0,0,0.6667,'D2145',13,'*'),(1610,'epidemiológicas','epidemiológicas',0,0,1,'E13542',1,'*'),(1611,'especializado','especializado',0,0,0.8667,'E212423',1,'*'),(1612,'estadísticas','estadísticas',0,0,0.8,'E23232',1,'*'),(1613,'labores','labores',0,0,0.4667,'L162',1,'*'),(1614,'legales','legales',0,0,0.4667,'L242',2,'*'),(1615,'misionales','misionales',0,0,0.6667,'M2542',6,'*'),(1616,'necesario','necesario',0,0,0.6,'N260',3,'*'),(1617,'procedimientos','procedimientos',0,0,0.9333,'P623532',2,'*'),(1618,'promoverá','promoverá',0,0,0.6,'P6516',1,'*'),(1619,'rigor','rigor',0,0,0.3333,'R260',2,'*'),(1620,'ético-axiológicos','ético-axiológicos',0,0,1,'é3242',1,'*'),(1621,'alcanzada','alcanzada',0,0,0.6,'A42523',1,'*'),(1622,'alimentaria','alimentaria',0,0,0.7333,'A4536',12,'*'),(1623,'alimenticios','alimenticios',0,0,0.8,'A4532',1,'*'),(1624,'alimentos','alimentos',0,0,0.6,'A4532',5,'*'),(1625,'biotecnológicas','biotecnológicas',0,0,1,'B32542',1,'*'),(1626,'bioéticas','bioéticas',0,0,0.6,'B320',1,'*'),(1627,'cadena','cadena',0,0,0.4,'C350',2,'*'),(1628,'candidato','candidato',0,0,0.6,'C530',4,'*'),(1629,'clínico','clínico',0,0,0.4667,'C452',9,'*'),(1630,'compañía','compañía',0,0,0.5333,'C510',1,'*'),(1631,'desarrollador','desarrollador',0,0,0.8667,'D26436',1,'*'),(1632,'diagnósticas','diagnósticas',0,0,0.8,'D25232',2,'*'),(1633,'ecológicas','ecológicas',0,0,0.6667,'E242',2,'*'),(1634,'egresados','egresados',0,0,0.6,'E26232',17,'*'),(1635,'enfocadas','enfocadas',0,0,0.6,'E51232',1,'*'),(1636,'enfrentar','enfrentar',0,0,0.6,'E516536',1,'*'),(1637,'entrenado','entrenado',0,0,0.6,'E53653',2,'*'),(1638,'evaluador','evaluador',0,0,0.6,'E1436',2,'*'),(1639,'extractiva','extractiva',0,0,0.6667,'E236231',1,'*'),(1640,'finalidad','finalidad',0,0,0.6,'F543',2,'*'),(1641,'formado','formado',0,0,0.4667,'F653',3,'*'),(1642,'fortalecimiento','fortalecimiento',0,0,1,'F634253',9,'*'),(1643,'mercantiles','mercantiles',0,0,0.7333,'M625342',1,'*'),(1644,'mv','mv',0,0,0.1333,'M100',1,'*'),(1645,'mvz','mvz',0,0,0.2,'M120',2,'*'),(1646,'nacionales','nacionales',0,0,0.6667,'N2542',9,'*'),(1647,'origen','origen',0,0,0.4,'O625',5,'*'),(1648,'pecuario','pecuario',0,0,0.5333,'P260',1,'*'),(1649,'poblacional','poblacional',0,0,0.7333,'P4254',1,'*'),(1650,'preventiva','preventiva',0,0,0.6667,'P61531',6,'*'),(1651,'primaria','primaria',0,0,0.5333,'P656',3,'*'),(1652,'proveer','proveer',0,0,0.4667,'P616',5,'*'),(1653,'reglamentaciones','reglamentaciones',0,0,1,'R2453252',1,'*'),(1654,'sanitarias','sanitarias',0,0,0.6667,'S5362',1,'*'),(1655,'sanitarios','sanitarios',0,0,0.6667,'S5362',2,'*'),(1656,'veterinarias','veterinarias',0,0,0.8,'V36562',1,'*'),(1657,'zoonosis','zoonosis',0,0,0.5333,'Z520',1,'*'),(1658,'zootécnicas','zootécnicas',0,0,0.7333,'Z3252',1,'*'),(1684,'bioética','bioética',0,0,0.5333,'B320',9,'*'),(1685,'eco-fisiología','eco-fisiología',0,0,0.9333,'E21242',5,'*'),(1686,'electivo','electivo',0,0,0.5333,'E4231',5,'*'),(1687,'ensayos','ensayos',0,0,0.4667,'E520',5,'*'),(1688,'estandarización','estandarización',0,0,1,'E2353625',5,'*'),(1689,'iii','iii',0,0,0.2,'I000',77,'*'),(1690,'laboratorio','laboratorio',0,0,0.7333,'L1636',22,'*'),(1691,'toxicología','toxicología',0,0,0.7333,'T242',22,'*'),(1692,'validación','validación',0,0,0.6667,'V4325',6,'*'),(1699,'disciplinar','disciplinar',0,0,0.7333,'D21456',8,'*'),(1700,'aportarle','aportarle',0,0,0.6,'A16364',1,'*'),(1701,'autónomos','autónomos',0,0,0.6,'A352',3,'*'),(1702,'avanzada','avanzada',0,0,0.5333,'A1523',2,'*'),(1703,'centro','centro',0,0,0.4,'C536',5,'*'),(1704,'críticos','críticos',0,0,0.5333,'C632',6,'*'),(1705,'investigadores','investigadores',0,0,0.9333,'I51232362',14,'*'),(1706,'maestría','maestría',0,0,0.5333,'M236',52,'*'),(1707,'proyecta','proyecta',0,0,0.5333,'P623',1,'*'),(1715,'adaptabilidad','adaptabilidad',0,0,0.8667,'A313143',1,'*'),(1716,'adecuado','adecuado',0,0,0.5333,'A323',4,'*'),(1717,'adquirir','adquirir',0,0,0.5333,'A326',4,'*'),(1718,'agua','agua',0,0,0.2667,'A200',17,'*'),(1719,'alcanzar','alcanzar',0,0,0.5333,'A42526',13,'*'),(1720,'alimento','alimento',0,0,0.5333,'A453',1,'*'),(1721,'altos','altos',0,0,0.3333,'A432',1,'*'),(1722,'ambientes','ambientes',0,0,0.6,'A51532',4,'*'),(1723,'aprecio','aprecio',0,0,0.4667,'A162',3,'*'),(1724,'asistencia','asistencia',0,0,0.6667,'A2352',4,'*'),(1725,'asuntos','asuntos',0,0,0.4667,'A2532',2,'*'),(1726,'autónomo','autónomo',0,0,0.5333,'A350',10,'*'),(1727,'biología','biología',0,0,0.5333,'B420',60,'*'),(1728,'buscar','buscar',0,0,0.4,'B260',1,'*'),(1729,'cambio','cambio',0,0,0.4,'C510',9,'*'),(1730,'compromisos','compromisos',0,0,0.7333,'C51652',1,'*'),(1731,'comunidad','comunidad',0,0,0.6,'C530',16,'*'),(1732,'conceptuar','conceptuar',0,0,0.6667,'C52136',1,'*'),(1733,'consultorías','consultorías',0,0,0.8,'C524362',1,'*'),(1734,'coordinación','coordinación',0,0,0.8,'C63525',11,'*'),(1735,'cultivo','cultivo',0,0,0.4667,'C431',1,'*'),(1736,'cultivos','cultivos',0,0,0.5333,'C4312',4,'*'),(1737,'diario','diario',0,0,0.4,'D600',1,'*'),(1738,'disposición','disposición',0,0,0.7333,'D2125',6,'*'),(1739,'dulceacuícolas','dulceacuícolas',0,0,0.9333,'D4242',1,'*'),(1740,'eficientes','eficientes',0,0,0.6667,'E12532',3,'*'),(1741,'ejercicio','ejercicio',0,0,0.6,'E262',10,'*'),(1742,'estatales','estatales',0,0,0.6,'E2342',1,'*'),(1743,'explorando','explorando',0,0,0.6667,'E214653',1,'*'),(1744,'formarse','formarse',0,0,0.5333,'F6562',1,'*'),(1745,'frente','frente',0,0,0.4,'F653',14,'*'),(1746,'físico','físico',0,0,0.4,'F200',2,'*'),(1747,'gestor','gestor',0,0,0.4,'G360',6,'*'),(1748,'ininterrumpida','ininterrumpida',0,0,0.9333,'I536513',1,'*'),(1749,'intelectual','intelectual',0,0,0.7333,'I534234',2,'*'),(1750,'investigar','investigar',0,0,0.6667,'I512326',6,'*'),(1751,'magíster','magíster',0,0,0.5333,'M236',7,'*'),(1752,'marina','marina',0,0,0.4,'M650',5,'*'),(1753,'marinas','marinas',0,0,0.4667,'M652',1,'*'),(1754,'medioambiental','medioambiental',0,0,0.9333,'M351534',2,'*'),(1755,'multidisciplinaria','multidisciplinaria',0,0,1,'M4321456',2,'*'),(1756,'multidisciplinarios','multidisciplinarios',0,0,1,'M43214562',1,'*'),(1757,'natural','natural',0,0,0.4667,'N364',9,'*'),(1758,'neotropicales','neotropicales',0,0,0.8667,'N361242',1,'*'),(1759,'niveles','niveles',0,0,0.4667,'N142',14,'*'),(1760,'omnívoras','omnívoras',0,0,0.6,'O5162',1,'*'),(1761,'participar','participar',0,0,0.6667,'P63216',11,'*'),(1762,'poseer','poseer',0,0,0.4,'P260',3,'*'),(1763,'preceptiva','preceptiva',0,0,0.6667,'P62131',1,'*'),(1764,'prioritariamente','prioritariamente',0,0,1,'P63653',1,'*'),(1765,'privados','privados',0,0,0.5333,'P6132',6,'*'),(1766,'proyectarse','proyectarse',0,0,0.7333,'P62362',1,'*'),(1767,'práctico','práctico',0,0,0.5333,'P6232',3,'*'),(1768,'públicos','públicos',0,0,0.5333,'P420',6,'*'),(1769,'realización','realización',0,0,0.7333,'R425',2,'*'),(1770,'reconocer','reconocer',0,0,0.6,'R2526',3,'*'),(1771,'reflejar','reflejar',0,0,0.5333,'R1426',1,'*'),(1772,'según','según',0,0,0.3333,'S500',7,'*'),(1773,'sirve','sirve',0,0,0.3333,'S610',1,'*'),(1774,'temáticas','temáticas',0,0,0.6,'T532',3,'*'),(1775,'técnica','técnica',0,0,0.4667,'T252',9,'*'),(1776,'universidades','universidades',0,0,0.8667,'U516232',3,'*'),(1778,'alternativa','alternativa',0,0,0.7333,'A436531',2,'*'),(1779,'competitivo','competitivo',0,0,0.7333,'C5131',2,'*'),(1780,'crítica','crítica',0,0,0.4667,'C632',28,'*'),(1781,'eslabones','eslabones',0,0,0.6,'E24152',1,'*'),(1782,'esta','esta',0,0,0.2667,'E230',9,'*'),(1783,'miras','miras',0,0,0.3333,'M620',4,'*'),(1784,'nuevo','nuevo',0,0,0.3333,'N100',8,'*'),(1785,'retos','retos',0,0,0.3333,'R320',9,'*'),(1786,'uno','uno',0,0,0.2,'U500',15,'*'),(1793,'acuáticos','acuáticos',0,0,0.6,'A232',14,'*'),(1794,'aguas','aguas',0,0,0.3333,'A200',2,'*'),(1795,'conservación','conservación',0,0,0.8,'C526125',9,'*'),(1796,'crio-conservación','crio-conservación',0,0,1,'C62526125',2,'*'),(1797,'cuenca','cuenca',0,0,0.4,'C520',2,'*'),(1798,'desarrollada','desarrollada',0,0,0.8,'D2643',2,'*'),(1799,'dinámica','dinámica',0,0,0.5333,'D520',6,'*'),(1800,'fisiología','fisiología',0,0,0.6667,'F242',20,'*'),(1801,'gametos','gametos',0,0,0.4667,'G532',2,'*'),(1802,'gobernanza','gobernanza',0,0,0.6667,'G1652',13,'*'),(1803,'hidrobiológicas','hidrobiológicas',0,0,1,'H36142',2,'*'),(1804,'hidrobiológicos”','hidrobiológicos”',0,0,1,'H36142',2,'*'),(1805,'hídrico','hídrico',0,0,0.4667,'H362',2,'*'),(1806,'línea','línea',0,0,0.3333,'L500',35,'*'),(1807,'marinos','marinos',0,0,0.4667,'M652',2,'*'),(1808,'matriz','matriz',0,0,0.4,'M362',2,'*'),(1809,'nutrientes','nutrientes',0,0,0.6667,'N36532',2,'*'),(1810,'organismos','organismos',0,0,0.6667,'O625252',14,'*'),(1811,'orinoco','orinoco',0,0,0.4667,'O652',2,'*'),(1812,'patología','patología',0,0,0.6,'P342',4,'*'),(1813,'“recursos','“recursos',0,0,0.6,'“6262',2,'*'),(1824,'10','10',0,0,0.2,'',106,'*'),(1825,'alrededor','alrededor',0,0,0.6,'A4636',2,'*'),(1826,'concilie','concilie',0,0,0.5333,'C524',1,'*'),(1827,'conformar','conformar',0,0,0.6,'C51656',1,'*'),(1828,'consolidar','consolidar',0,0,0.6667,'C52436',4,'*'),(1829,'cuestionar','cuestionar',0,0,0.6667,'C356',1,'*'),(1830,'definición','definición',0,0,0.6667,'D1525',2,'*'),(1831,'definir','definir',0,0,0.4667,'D156',5,'*'),(1832,'específicos','específicos',0,0,0.7333,'E21212',12,'*'),(1833,'inciden','inciden',0,0,0.4667,'I5235',1,'*'),(1834,'indicadores','indicadores',0,0,0.7333,'I532362',2,'*'),(1835,'masa','masa',0,0,0.2667,'M200',3,'*'),(1836,'novedosas','novedosas',0,0,0.6,'N132',4,'*'),(1837,'orientaciones','orientaciones',0,0,0.8667,'O653252',2,'*'),(1838,'parte','parte',0,0,0.3333,'P630',26,'*'),(1839,'pensar','pensar',0,0,0.4,'P526',1,'*'),(1840,'proyecto','proyecto',0,0,0.5333,'P623',35,'*'),(1841,'reflexiva','reflexiva',0,0,0.6,'R1421',1,'*'),(1842,'tarea','tarea',0,0,0.3333,'T600',1,'*'),(1843,'unificar','unificar',0,0,0.5333,'U5126',1,'*'),(1844,'voluntades','voluntades',0,0,0.6667,'V4532',1,'*'),(1855,'acreditados','acreditados',0,0,0.7333,'A2632',5,'*'),(1856,'alguno','alguno',0,0,0.4,'A425',5,'*'),(1857,'cartas','cartas',0,0,0.4,'C632',8,'*'),(1858,'consejo','consejo',0,0,0.4667,'C520',7,'*'),(1859,'cuerpo','cuerpo',0,0,0.4,'C610',17,'*'),(1860,'deberá','deberá',0,0,0.4,'D160',18,'*'),(1861,'docente','docente',0,0,0.4667,'D253',27,'*'),(1862,'hoja','hoja',0,0,0.2667,'H200',24,'*'),(1863,'lista','lista',0,0,0.3333,'L230',12,'*'),(1864,'miembros','miembros',0,0,0.5333,'M162',7,'*'),(1865,'participado','participado',0,0,0.7333,'P63213',12,'*'),(1866,'presentación','presentación',0,0,0.8,'P625325',10,'*'),(1867,'profesores','profesores',0,0,0.6667,'P61262',21,'*'),(1868,'publicaciones','publicaciones',0,0,0.8667,'P4252',17,'*'),(1869,'respectivos','respectivos',0,0,0.7333,'R212312',6,'*'),(1870,'soportes','soportes',0,0,0.5333,'S1632',15,'*'),(1886,'aprobar','aprobar',0,0,0.4667,'A1616',7,'*'),(1887,'diseñada','diseñada',0,0,0.5333,'D230',14,'*'),(1888,'entrevista','entrevista',0,0,0.6667,'E536123',16,'*'),(1889,'presentar','presentar',0,0,0.6,'P62536',15,'*'),(1890,'profesor','profesor',0,0,0.5333,'P6126',7,'*'),(1891,'prueba','prueba',0,0,0.4,'P610',7,'*'),(1892,'respaldo','respaldo',0,0,0.5333,'R2143',4,'*'),(1893,'selección','selección',0,0,0.6,'S425',11,'*'),(1894,'tema','tema',0,0,0.2667,'T500',17,'*'),(1901,'16','16',0,0,0.2,'',12,'*'),(1902,'22','22',0,0,0.2,'',1,'*'),(1903,'75','75',0,0,0.2,'',1,'*'),(1904,'acuáticas','acuáticas',0,0,0.6,'A232',1,'*'),(1905,'acuícolas','acuícolas',0,0,0.6,'A242',1,'*'),(1906,'aprendizaje','aprendizaje',0,0,0.7333,'A16532',23,'*'),(1907,'aula','aula',0,0,0.2667,'A400',1,'*'),(1908,'años','años',0,0,0.2667,'A200',12,'*'),(1909,'bioquímica','bioquímica',0,0,0.6667,'B252',38,'*'),(1910,'biotecnologías','biotecnologías',0,0,0.9333,'B32542',1,'*'),(1911,'básico','básico',0,0,0.4,'B200',10,'*'),(1912,'completo','completo',0,0,0.5333,'C5143',1,'*'),(1913,'comprende','comprende',0,0,0.6,'C51653',1,'*'),(1914,'crédito','crédito',0,0,0.4667,'C630',4,'*'),(1915,'cualificación','cualificación',0,0,0.8667,'C4125',1,'*'),(1916,'cuatro','cuatro',0,0,0.4,'C360',11,'*'),(1917,'dedicación','dedicación',0,0,0.6667,'D250',2,'*'),(1918,'digestión','digestión',0,0,0.6,'D235',1,'*'),(1919,'distribuidos','distribuidos',0,0,0.8,'D236132',5,'*'),(1920,'diurna','diurna',0,0,0.4,'D650',1,'*'),(1921,'duración','duración',0,0,0.5333,'D625',1,'*'),(1922,'eco-sostenibilidad','eco-sostenibilidad',0,0,1,'E235143',1,'*'),(1923,'electivas','electivas',0,0,0.6,'E42312',1,'*'),(1924,'elegir','elegir',0,0,0.4,'E426',1,'*'),(1925,'endocrinología','endocrinología',0,0,0.9333,'E5326542',1,'*'),(1926,'especiales','especiales',0,0,0.6667,'E21242',15,'*'),(1927,'estadística','estadística',0,0,0.7333,'E23232',41,'*'),(1928,'estructurado','estructurado',0,0,0.8,'E2362363',1,'*'),(1929,'están','están',0,0,0.3333,'E235',10,'*'),(1930,'experimentación','experimentación',0,0,1,'E2165325',1,'*'),(1931,'experimental','experimental',0,0,0.8,'E216534',16,'*'),(1932,'genético','genético',0,0,0.5333,'G532',2,'*'),(1933,'hasta','hasta',0,0,0.3333,'H230',3,'*'),(1934,'iall','iall',0,0,0.2667,'I400',4,'*'),(1935,'ictiología','ictiología',0,0,0.6667,'I2342',1,'*'),(1936,'ictiopatología','ictiopatología',0,0,0.9333,'I231342',1,'*'),(1937,'individualmente','individualmente',0,0,1,'I5313453',1,'*'),(1938,'jornada','jornada',0,0,0.4667,'J653',1,'*'),(1939,'lareproducción','lareproducción',0,0,0.9333,'L616325',1,'*'),(1940,'listado','listado',0,0,0.4667,'L230',1,'*'),(1941,'metabolismo','metabolismo',0,0,0.7333,'M31425',1,'*'),(1942,'nb','nb',0,0,0.1333,'N100',1,'*'),(1943,'np','np',0,0,0.1333,'N100',1,'*'),(1944,'núcleo','núcleo',0,0,0.4,'N240',1,'*'),(1945,'obligatorio','obligatorio',0,0,0.7333,'O14236',1,'*'),(1946,'ofrecen','ofrecen',0,0,0.4667,'O1625',1,'*'),(1947,'ofrecidos','ofrecidos',0,0,0.6,'O16232',1,'*'),(1948,'orientador','orientador',0,0,0.6667,'O6536',5,'*'),(1949,'pasantía','pasantía',0,0,0.5333,'P253',2,'*'),(1950,'pasantías','pasantías',0,0,0.6,'P2532',1,'*'),(1951,'pescados','pescados',0,0,0.5333,'P232',1,'*'),(1952,'podrá','podrá',0,0,0.3333,'P360',13,'*'),(1953,'precisar','precisar',0,0,0.5333,'P626',1,'*'),(1954,'procesamiento','procesamiento',0,0,0.8667,'P6253',6,'*'),(1955,'semestres','semestres',0,0,0.6,'S52362',1,'*'),(1956,'seminarios','seminarios',0,0,0.6667,'S562',7,'*'),(1957,'tesis','tesis',0,0,0.3333,'T200',11,'*'),(1958,'tiempo','tiempo',0,0,0.4,'T510',10,'*'),(1959,'tiene','tiene',0,0,0.3333,'T500',26,'*'),(1960,'todos','todos',0,0,0.3333,'T200',10,'*'),(1961,'tópicos','tópicos',0,0,0.4667,'T120',1,'*'),(1964,'005','005',0,0,0.3,'',2,'*'),(1965,'10,11','10,11',0,0,0.5,'',6,'*'),(1966,'2012','2012',0,0,0.4,'',2,'*'),(1967,'artículos','artículos',0,0,0.6,'A63242',12,'*'),(1968,'modifica','modifica',0,0,0.5333,'M312',16,'*'),(1969,'nº','nº',0,0,0.1333,'N000',6,'*'),(1970,'parcialmente','parcialmente',0,0,0.8,'P62453',6,'*'),(1971,'adscritos','adscritos',0,0,0.6,'A32632',6,'*'),(1972,'interno','interno',0,0,0.4667,'I5365',9,'*'),(1974,'desempeñando','desempeñando',0,0,0.8,'D25153',1,'*'),(1975,'encuentre','encuentre',0,0,0.6,'E52536',1,'*'),(1976,'experiencia','experiencia',0,0,0.7333,'E21652',12,'*'),(1977,'posea','posea',0,0,0.3333,'P200',1,'*'),(1981,'económico-financieras','económico-financieras',0,0,1,'E25215262',1,'*'),(1982,'024','024',0,0,0.3,'',8,'*'),(1983,'agentes','agentes',0,0,0.4667,'A2532',1,'*'),(1984,'globales','globales',0,0,0.5333,'G4142',7,'*'),(1985,'incertidumbre','incertidumbre',0,0,0.8667,'I5263516',1,'*'),(1986,'mentalidad','mentalidad',0,0,0.6667,'M343',1,'*'),(1987,'promotores','promotores',0,0,0.6667,'P65362',1,'*'),(1990,'030','030',0,0,0.3,'',7,'*'),(1991,'10109','10109',0,0,0.5,'',7,'*'),(1992,'administracion','administracion',0,0,0.9333,'A3523625',7,'*'),(1993,'establecido','establecido',0,0,0.7333,'E231423',14,'*'),(1994,'maestria','maestria',0,0,0.5333,'M236',7,'*'),(1995,'men','men',0,0,0.2,'M000',39,'*'),(1996,'ratifica','ratifica',0,0,0.5333,'R312',11,'*'),(1997,'adoptan','adoptan',0,0,0.4667,'A3135',6,'*'),(1998,'opciones','opciones',0,0,0.5333,'O1252',7,'*'),(1999,'reglamentan','reglamentan',0,0,0.7333,'R24535',6,'*'),(2000,'2030','2030',0,0,0.4,'',2,'*'),(2001,'avance','avance',0,0,0.4,'A152',3,'*'),(2002,'currículo','currículo',0,0,0.6,'C624',29,'*'),(2003,'docentes','docentes',0,0,0.5333,'D2532',22,'*'),(2004,'educativas','educativas',0,0,0.6667,'E32312',20,'*'),(2005,'infancia','infancia',0,0,0.5333,'I5152',19,'*'),(2006,'latinoamérica','latinoamérica',0,0,0.8667,'L3562',1,'*'),(2007,'magísteres','magísteres',0,0,0.6667,'M2362',3,'*'),(2008,'posgradual','posgradual',0,0,0.6667,'P2634',3,'*'),(2009,'pretende','pretende',0,0,0.5333,'P6353',3,'*'),(2010,'problemáticas','problemáticas',0,0,0.8667,'P614532',28,'*'),(2011,'respuestas','respuestas',0,0,0.6667,'R21232',1,'*'),(2012,'transformadoras','transformadoras',0,0,1,'T652165362',10,'*'),(2013,'universitaria','universitaria',0,0,0.8667,'U516236',8,'*'),(2015,'allí','allí',0,0,0.2667,'A400',1,'*'),(2016,'aportes','aportes',0,0,0.4667,'A1632',1,'*'),(2017,'conlleven','conlleven',0,0,0.6,'C5415',2,'*'),(2018,'factor','factor',0,0,0.4,'F236',1,'*'),(2019,'identidad','identidad',0,0,0.6,'I353',9,'*'),(2020,'ingentes','ingentes',0,0,0.5333,'I52532',1,'*'),(2021,'preocupación','preocupación',0,0,0.8,'P62125',2,'*'),(2022,'reconocimiento','reconocimiento',0,0,0.9333,'R25253',19,'*'),(2023,'refleje','refleje',0,0,0.4667,'R142',1,'*'),(2024,'teórico-conceptuales','teórico-conceptuales',0,0,1,'T62521342',1,'*'),(2030,'académicas','académicas',0,0,0.6667,'A2352',9,'*'),(2031,'acorde','acorde',0,0,0.4,'A263',13,'*'),(2032,'actitud','actitud',0,0,0.4667,'A230',6,'*'),(2033,'autoevaluación','autoevaluación',0,0,0.9333,'A31425',7,'*'),(2034,'autoformación','autoformación',0,0,0.8667,'A316525',7,'*'),(2035,'autorregulación','autorregulación',0,0,1,'A362425',5,'*'),(2036,'caracteriza','caracteriza',0,0,0.7333,'C62362',5,'*'),(2037,'caracterizar','caracterizar',0,0,0.8,'C623626',5,'*'),(2038,'colaborativo','colaborativo',0,0,0.8,'C41631',6,'*'),(2039,'colectivas','colectivas',0,0,0.6667,'C42312',2,'*'),(2040,'colombiano','colombiano',0,0,0.6667,'C4515',9,'*'),(2041,'comprometida','comprometida',0,0,0.8,'C51653',6,'*'),(2042,'comunicativas','comunicativas',0,0,0.8667,'C52312',6,'*'),(2043,'comunidades','comunidades',0,0,0.7333,'C532',23,'*'),(2044,'contribuirá','contribuirá',0,0,0.7333,'C53616',5,'*'),(2045,'convergen','convergen',0,0,0.6,'C51625',5,'*'),(2046,'cooperativo','cooperativo',0,0,0.7333,'C1631',5,'*'),(2047,'desarrollará','desarrollará',0,0,0.8,'D2646',5,'*'),(2048,'desempeñar','desempeñar',0,0,0.6667,'D2516',9,'*'),(2049,'didácticas','didácticas',0,0,0.6667,'D232',8,'*'),(2050,'diferencia','diferencia',0,0,0.6667,'D1652',10,'*'),(2051,'diversas','diversas',0,0,0.5333,'D162',11,'*'),(2052,'educativa','educativa',0,0,0.6,'E3231',22,'*'),(2053,'educativos','educativos',0,0,0.6667,'E32312',20,'*'),(2054,'elaboración','elaboración',0,0,0.7333,'E41625',8,'*'),(2055,'escenario','escenario',0,0,0.6,'E256',7,'*'),(2056,'facilitar','facilitar',0,0,0.6,'F2436',5,'*'),(2057,'fortalecerá','fortalecerá',0,0,0.7333,'F63426',5,'*'),(2058,'garante','garante',0,0,0.4667,'G653',6,'*'),(2059,'generando','generando',0,0,0.6,'G5653',6,'*'),(2060,'grupales','grupales',0,0,0.5333,'G6142',5,'*'),(2061,'influencia','influencia',0,0,0.6667,'I51452',6,'*'),(2062,'institucioneseducativas','institucioneseducativas',0,0,1,'I52325232312',2,'*'),(2063,'latinoamericano','latinoamericano',0,0,1,'L35625',5,'*'),(2064,'media','media',0,0,0.3333,'M300',17,'*'),(2065,'mismo','mismo',0,0,0.3333,'M250',13,'*'),(2066,'orinocense','orinocense',0,0,0.6667,'O65252',4,'*'),(2067,'permanencia','permanencia',0,0,0.7333,'P652',6,'*'),(2068,'preescolar','preescolar',0,0,0.6667,'P6246',8,'*'),(2069,'propio','propio',0,0,0.4,'P610',5,'*'),(2070,'respeto','respeto',0,0,0.4667,'R213',18,'*'),(2071,'saber','saber',0,0,0.3333,'S160',20,'*'),(2072,'sensible','sensible',0,0,0.5333,'S5214',5,'*'),(2073,'socio-políticas','socio-políticas',0,0,1,'S1432',5,'*'),(2074,'transformaciones','transformaciones',0,0,1,'T652165252',3,'*'),(2075,'trazado','trazado',0,0,0.4667,'T623',5,'*'),(2076,'urbano','urbano',0,0,0.4,'U615',5,'*'),(2093,'avanzado','avanzado',0,0,0.5333,'A1523',4,'*'),(2094,'contemporáneas','contemporáneas',0,0,0.9333,'C5351652',19,'*'),(2095,'den','den',0,0,0.2,'D500',3,'*'),(2096,'epistemología','epistemología',0,0,0.8667,'E123542',36,'*'),(2097,'escenarios','escenarios',0,0,0.6667,'E2562',16,'*'),(2098,'especificos','especificos',0,0,0.7333,'E21212',1,'*'),(2099,'flexibles','flexibles',0,0,0.6,'F42142',3,'*'),(2100,'fundante','fundante',0,0,0.5333,'F5353',3,'*'),(2101,'historia','historia',0,0,0.5333,'H236',44,'*'),(2102,'implicaciones','implicaciones',0,0,0.8667,'I514252',3,'*'),(2103,'interdisciplinarias','interdisciplinarias',0,0,1,'I5363214562',4,'*'),(2104,'maestrante','maestrante',0,0,0.6667,'M23653',6,'*'),(2105,'planteamiento','planteamiento',0,0,0.8667,'P45353',6,'*'),(2106,'reflexionar','reflexionar',0,0,0.7333,'R14256',4,'*'),(2107,'respuesta','respuesta',0,0,0.6,'R2123',4,'*'),(2108,'15','15',0,0,0.2,'',14,'*'),(2109,'35','35',0,0,0.2,'',3,'*'),(2110,'6a','6a',0,0,0.1333,'A000',3,'*'),(2111,'acumulables','acumulables',0,0,0.7333,'A254142',3,'*'),(2112,'ante','ante',0,0,0.2667,'A530',9,'*'),(2113,'antecedentes','antecedentes',0,0,0.8,'A5323532',3,'*'),(2114,'apa','apa',0,0,0.2,'A100',3,'*'),(2115,'apellidos','apellidos',0,0,0.6,'A1432',3,'*'),(2116,'asignados','asignados',0,0,0.6,'A2532',3,'*'),(2117,'autor','autor',0,0,0.3333,'A360',4,'*'),(2118,'bibliográficas','bibliográficas',0,0,0.9333,'B42612',3,'*'),(2119,'comité','comité',0,0,0.4,'C530',13,'*'),(2120,'cuartillas','cuartillas',0,0,0.6667,'C6342',3,'*'),(2121,'defensa','defensa',0,0,0.4667,'D152',3,'*'),(2122,'docenciauniversitaria','docenciauniversitaria',0,0,1,'D252516236',3,'*'),(2123,'edición','edición',0,0,0.4667,'E325',3,'*'),(2124,'electrónico','electrónico',0,0,0.7333,'E423652',9,'*'),(2125,'ensayo','ensayo',0,0,0.4,'E520',3,'*'),(2126,'enviado','enviado',0,0,0.4667,'E513',3,'*'),(2127,'establecerá','establecerá',0,0,0.7333,'E231426',3,'*'),(2128,'evaluada','evaluada',0,0,0.5333,'E143',13,'*'),(2129,'hacia','hacia',0,0,0.3333,'H200',8,'*'),(2130,'humanidades','humanidades',0,0,0.7333,'H532',3,'*'),(2131,'idiomas','idiomas',0,0,0.4667,'I352',10,'*'),(2132,'incluir','incluir',0,0,0.4667,'I5246',3,'*'),(2133,'intereses','intereses',0,0,0.6,'I5362',4,'*'),(2134,'licenciatura','licenciatura',0,0,0.8,'L25236',8,'*'),(2135,'matriculado','matriculado',0,0,0.7333,'M36243',3,'*'),(2136,'nombre','nombre',0,0,0.4,'N160',18,'*'),(2137,'normas','normas',0,0,0.4,'N652',3,'*'),(2138,'obtenidos','obtenidos',0,0,0.6,'O13532',3,'*'),(2139,'personales','personales',0,0,0.6667,'P62542',3,'*'),(2140,'ponderación','ponderación',0,0,0.7333,'P53625',6,'*'),(2141,'problematización','problematización',0,0,1,'P6145325',10,'*'),(2142,'puntajes','puntajes',0,0,0.5333,'P532',3,'*'),(2143,'referenciales','referenciales',0,0,0.8667,'R165242',3,'*'),(2144,'referencias','referencias',0,0,0.7333,'R1652',3,'*'),(2145,'seleccionado','seleccionado',0,0,0.8,'S4253',3,'*'),(2146,'solicite','solicite',0,0,0.5333,'S423',3,'*'),(2147,'temática','temática',0,0,0.5333,'T532',13,'*'),(2148,'tomar','tomar',0,0,0.3333,'T560',6,'*'),(2149,'valor','valor',0,0,0.3333,'V460',15,'*'),(2171,'corrientes','corrientes',0,0,0.6667,'C6532',34,'*'),(2172,'enfasis','enfasis',0,0,0.4667,'E512',18,'*'),(2173,'fase','fase',0,0,0.2667,'F200',18,'*'),(2174,'latinoamericanas','latinoamericanas',0,0,1,'L356252',18,'*'),(2175,'tgm','tgm',0,0,0.2,'T250',18,'*'),(2178,'iv','iv',0,0,0.1333,'I100',33,'*'),(2179,'class','class',0,0,0.3333,'C420',106,'*'),(2180,'div','div',0,0,0.2,'D100',1,'*'),(2181,'fp-features','fp-features',0,0,0.7333,'F362',1,'*'),(2182,'a1','a1',0,0,0.1333,'A000',4,'*'),(2183,'algunas','algunas',0,0,0.4667,'A4252',4,'*'),(2184,'biomédicas','biomédicas',0,0,0.6667,'B532',4,'*'),(2185,'certificación','certificación',0,0,0.8667,'C63125',8,'*'),(2186,'contar','contar',0,0,0.4,'C536',4,'*'),(2187,'cursar','cursar',0,0,0.4,'C626',4,'*'),(2188,'equivalente','equivalente',0,0,0.7333,'E21453',4,'*'),(2189,'extranjera','extranjera',0,0,0.6667,'E236526',4,'*'),(2190,'fisioterapia','fisioterapia',0,0,0.8,'F2361',11,'*'),(2191,'fonoaudiología','fonoaudiología',0,0,0.9333,'F5342',4,'*'),(2192,'iels','iels',0,0,0.2667,'I420',4,'*'),(2193,'lectora','lectora',0,0,0.4667,'L236',4,'*'),(2194,'lengua','lengua',0,0,0.4,'L520',7,'*'),(2195,'loscontextos','loscontextos',0,0,0.8,'L253232',2,'*'),(2196,'lógico','lógico',0,0,0.4,'L200',77,'*'),(2197,'matemática','matemática',0,0,0.6667,'M3532',15,'*'),(2198,'motivación','motivación',0,0,0.6667,'M3125',4,'*'),(2199,'multidisciplinares','multidisciplinares',0,0,1,'M43214562',4,'*'),(2200,'optometría','optometría',0,0,0.6667,'O13536',4,'*'),(2201,'respiratoria','respiratoria',0,0,0.8,'R21636',4,'*'),(2202,'sanitaria','sanitaria',0,0,0.6,'S536',7,'*'),(2203,'síntesis','síntesis',0,0,0.5333,'S532',4,'*'),(2204,'terapia','terapia',0,0,0.4667,'T610',4,'*'),(2205,'verbal','verbal',0,0,0.4,'V614',4,'*'),(2213,'contextosorinocense','contextosorinocense',0,0,1,'C5323265252',1,'*'),(2214,'coherentes','coherentes',0,0,0.6667,'C6532',1,'*'),(2215,'contextual','contextual',0,0,0.6667,'C53234',1,'*'),(2216,'demostrará','demostrará',0,0,0.6667,'D5236',1,'*'),(2217,'distintos','distintos',0,0,0.6,'D23532',5,'*'),(2218,'eficacia','eficacia',0,0,0.5333,'E120',1,'*'),(2219,'elaborar','elaborar',0,0,0.5333,'E416',4,'*'),(2220,'enfermedades','enfermedades',0,0,0.8,'E516532',5,'*'),(2221,'establecer','establecer',0,0,0.6667,'E231426',2,'*'),(2222,'estarán','estarán',0,0,0.4667,'E2365',2,'*'),(2223,'experticia','experticia',0,0,0.6667,'E21632',1,'*'),(2224,'generales','generales',0,0,0.6,'G5642',1,'*'),(2225,'influyen','influyen',0,0,0.5333,'I5145',1,'*'),(2226,'informes','informes',0,0,0.5333,'I51652',1,'*'),(2227,'interdisciplinariedad','interdisciplinariedad',0,0,1,'I5363214563',5,'*'),(2228,'intersectoriales','intersectoriales',0,0,1,'I53623642',1,'*'),(2229,'intersectorialidad','intersectorialidad',0,0,1,'I53623643',1,'*'),(2230,'investigativa','investigativa',0,0,0.8667,'I5123231',26,'*'),(2231,'mejora','mejora',0,0,0.4,'M260',1,'*'),(2232,'mejoren','mejoren',0,0,0.4667,'M265',1,'*'),(2233,'patrones','patrones',0,0,0.5333,'P3652',1,'*'),(2234,'pre','pre',0,0,0.2,'P600',2,'*'),(2235,'prioridades','prioridades',0,0,0.7333,'P632',4,'*'),(2236,'propositivas','propositivas',0,0,0.8,'P612312',2,'*'),(2237,'relevantes','relevantes',0,0,0.6667,'R41532',3,'*'),(2238,'seguimiento','seguimiento',0,0,0.7333,'S530',1,'*'),(2239,'situacionales','situacionales',0,0,0.8667,'S32542',1,'*'),(2240,'éticas','éticas',0,0,0.4,'é320',6,'*'),(2245,'altamente','altamente',0,0,0.6,'A4353',4,'*'),(2246,'cualificado','cualificado',0,0,0.7333,'C4123',2,'*'),(2247,'determinan','determinan',0,0,0.6667,'D650',3,'*'),(2248,'dinámicas','dinámicas',0,0,0.6,'D520',4,'*'),(2249,'dirigidas','dirigidas',0,0,0.6,'D6232',2,'*'),(2250,'favoreciendo','favoreciendo',0,0,0.8,'F6253',2,'*'),(2251,'liderando','liderando',0,0,0.6,'L3653',3,'*'),(2252,'mundo','mundo',0,0,0.3333,'M300',8,'*'),(2253,'propiciando','propiciando',0,0,0.7333,'P61253',2,'*'),(2254,'reconocido','reconocido',0,0,0.6667,'R2523',6,'*'),(2260,'costo','costo',0,0,0.3333,'C300',1,'*'),(2261,'cualitativos','cualitativos',0,0,0.8,'C4312',1,'*'),(2262,'cuantitativos','cuantitativos',0,0,0.8667,'C5312',1,'*'),(2263,'efectivas','efectivas',0,0,0.6,'E12312',1,'*'),(2264,'establecimiento','establecimiento',0,0,1,'E2314253',2,'*'),(2267,'2024','2024',0,0,0.4,'',1,'*'),(2268,'compleja','compleja',0,0,0.5333,'C5142',2,'*'),(2269,'concretos','concretos',0,0,0.6,'C52632',1,'*'),(2270,'esencial','esencial',0,0,0.5333,'E2524',2,'*'),(2271,'humanístico','humanístico',0,0,0.7333,'H5232',2,'*'),(2272,'locales','locales',0,0,0.4667,'L242',9,'*'),(2273,'propendan','propendan',0,0,0.6,'P61535',4,'*'),(2274,'sensibles','sensibles',0,0,0.6,'S52142',7,'*'),(2275,'transdisciplinaria','transdisciplinaria',0,0,1,'T652321456',1,'*'),(2282,'comunitarios','comunitarios',0,0,0.8,'C5362',7,'*'),(2283,'este','este',0,0,0.2667,'E230',6,'*'),(2284,'humanística','humanística',0,0,0.7333,'H5232',18,'*'),(2285,'interesado','interesado',0,0,0.6667,'I53623',3,'*'),(2286,'oficial','oficial',0,0,0.4667,'O124',3,'*'),(2287,'sólidas','sólidas',0,0,0.4667,'S432',2,'*'),(2288,'temas','temas',0,0,0.3333,'T520',20,'*'),(2289,'coadyuden','coadyuden',0,0,0.6,'C350',1,'*'),(2290,'contribuya','contribuya',0,0,0.6667,'C5361',3,'*'),(2291,'cotidiana','cotidiana',0,0,0.6,'C350',2,'*'),(2292,'deber','deber',0,0,0.3333,'D160',1,'*'),(2293,'diversificación','diversificación',0,0,1,'D162125',1,'*'),(2294,'elemento','elemento',0,0,0.5333,'E453',2,'*'),(2295,'glocales','glocales',0,0,0.5333,'G4242',1,'*'),(2296,'poder','poder',0,0,0.3333,'P360',2,'*'),(2297,'sensibilizarse','sensibilizarse',0,0,0.9333,'S5214262',1,'*'),(2298,'sólida','sólida',0,0,0.4,'S430',6,'*'),(2299,'acercamientos','acercamientos',0,0,0.8667,'A262532',1,'*'),(2300,'acompañadas','acompañadas',0,0,0.7333,'A25132',1,'*'),(2301,'acontecimientos','acontecimientos',0,0,1,'A2532532',1,'*'),(2302,'anterior','anterior',0,0,0.5333,'A536',3,'*'),(2303,'aparece','aparece',0,0,0.4667,'A162',1,'*'),(2304,'aquellas','aquellas',0,0,0.5333,'A242',1,'*'),(2305,'articulan','articulan',0,0,0.6,'A63245',10,'*'),(2306,'aspirar','aspirar',0,0,0.4667,'A216',1,'*'),(2307,'atención','atención',0,0,0.5333,'A3525',5,'*'),(2308,'complejas','complejas',0,0,0.6,'C5142',1,'*'),(2309,'consigo','consigo',0,0,0.4667,'C520',1,'*'),(2310,'contemporáneo','contemporáneo',0,0,0.8667,'C535165',1,'*'),(2311,'contraposición','contraposición',0,0,0.9333,'C536125',1,'*'),(2312,'cuerpos','cuerpos',0,0,0.4667,'C612',1,'*'),(2313,'debate','debate',0,0,0.4,'D130',2,'*'),(2314,'deben','deben',0,0,0.3333,'D150',3,'*'),(2315,'definen','definen',0,0,0.4667,'D150',1,'*'),(2316,'depende','depende',0,0,0.4667,'D153',1,'*'),(2317,'determinación','determinación',0,0,0.8667,'D6525',1,'*'),(2318,'digital','digital',0,0,0.4667,'D234',6,'*'),(2319,'discursos','discursos',0,0,0.6,'D262',6,'*'),(2320,'ejes','ejes',0,0,0.2667,'E200',5,'*'),(2321,'embargo','embargo',0,0,0.4667,'E5162',1,'*'),(2322,'emerge','emerge',0,0,0.4,'E562',1,'*'),(2323,'emergen','emergen',0,0,0.4667,'E5625',1,'*'),(2324,'emergentes','emergentes',0,0,0.6667,'E562532',1,'*'),(2325,'emociones','emociones',0,0,0.6,'E5252',1,'*'),(2326,'entiende','entiende',0,0,0.5333,'E5353',1,'*'),(2327,'esas','esas',0,0,0.2667,'E200',1,'*'),(2328,'esfera','esfera',0,0,0.4,'E216',2,'*'),(2329,'experimentan','experimentan',0,0,0.8,'E216535',1,'*'),(2330,'exterior','exterior',0,0,0.5333,'E236',2,'*'),(2331,'foco','foco',0,0,0.2667,'F200',1,'*'),(2332,'formas','formas',0,0,0.4,'F652',2,'*'),(2333,'formatos','formatos',0,0,0.5333,'F6532',1,'*'),(2334,'gran','gran',0,0,0.2667,'G650',1,'*'),(2335,'hegemónicos','hegemónicos',0,0,0.7333,'H252',1,'*'),(2336,'histórica','histórica',0,0,0.6,'H2362',1,'*'),(2337,'históricos','históricos',0,0,0.6667,'H2362',8,'*'),(2338,'identidades','identidades',0,0,0.7333,'I3532',1,'*'),(2339,'interculturalidad','interculturalidad',0,0,1,'I536243643',6,'*'),(2340,'intersecciones','intersecciones',0,0,0.9333,'I536252',1,'*'),(2341,'lasmodificaciones','lasmodificaciones',0,0,1,'L2531252',1,'*'),(2342,'lógicas','lógicas',0,0,0.4667,'L200',1,'*'),(2343,'macro','macro',0,0,0.3333,'M260',2,'*'),(2344,'maneras','maneras',0,0,0.4667,'M620',1,'*'),(2345,'manifestar','manifestar',0,0,0.6667,'M1236',1,'*'),(2346,'manifiestas','manifiestas',0,0,0.7333,'M1232',1,'*'),(2347,'mediaciones','mediaciones',0,0,0.7333,'M3252',12,'*'),(2348,'medios','medios',0,0,0.4,'M320',10,'*'),(2349,'mediática','mediática',0,0,0.6,'M320',1,'*'),(2350,'modernidad','modernidad',0,0,0.6667,'M3653',1,'*'),(2351,'multifacetas','multifacetas',0,0,0.8,'M431232',1,'*'),(2352,'nuevas','nuevas',0,0,0.4,'N120',5,'*'),(2353,'operan','operan',0,0,0.4,'O165',1,'*'),(2354,'otro','otro',0,0,0.2667,'O360',8,'*'),(2355,'pasando','pasando',0,0,0.4667,'P253',1,'*'),(2356,'pensado','pensado',0,0,0.4667,'P523',1,'*'),(2357,'percibir','percibir',0,0,0.5333,'P6216',1,'*'),(2358,'pero','pero',0,0,0.2667,'P600',2,'*'),(2359,'plano','plano',0,0,0.3333,'P450',1,'*'),(2360,'poder”','poder”',0,0,0.4,'P360',1,'*'),(2361,'posibilidades','posibilidades',0,0,0.8667,'P21432',1,'*'),(2362,'pregunta','pregunta',0,0,0.5333,'P6253',1,'*'),(2363,'presentados','presentados',0,0,0.7333,'P62532',1,'*'),(2364,'principalmente','principalmente',0,0,0.9333,'P6521453',2,'*'),(2365,'problémico','problémico',0,0,0.6667,'P61452',1,'*'),(2366,'producen','producen',0,0,0.5333,'P6325',1,'*'),(2367,'propone','propone',0,0,0.4667,'P615',14,'*'),(2368,'relaciones','relaciones',0,0,0.6667,'R4252',10,'*'),(2369,'repertorio','repertorio',0,0,0.6667,'R1636',1,'*'),(2370,'resultado','resultado',0,0,0.6,'R243',2,'*'),(2371,'sentimientos','sentimientos',0,0,0.8,'S53532',1,'*'),(2372,'serie','serie',0,0,0.3333,'S600',1,'*'),(2373,'simplemente','simplemente',0,0,0.7333,'S51453',1,'*'),(2374,'subjetiva','subjetiva',0,0,0.6,'S1231',1,'*'),(2375,'subjetivación','subjetivación',0,0,0.8667,'S123125',1,'*'),(2376,'subjetividades','subjetividades',0,0,0.9333,'S123132',1,'*'),(2377,'sujetos','sujetos',0,0,0.4667,'S320',2,'*'),(2378,'también','también',0,0,0.4667,'T515',3,'*'),(2379,'teórico','teórico',0,0,0.4667,'T620',2,'*'),(2380,'toda','toda',0,0,0.2667,'T000',1,'*'),(2381,'tradiciones','tradiciones',0,0,0.7333,'T63252',1,'*'),(2382,'trae','trae',0,0,0.2667,'T600',1,'*'),(2383,'usos','usos',0,0,0.2667,'U200',1,'*'),(2384,'ven','ven',0,0,0.2,'V500',1,'*'),(2385,'vienen','vienen',0,0,0.4,'V500',1,'*'),(2386,'ya','ya',0,0,0.1333,'Y000',2,'*'),(2387,'“comunicación','“comunicación',0,0,0.8667,'“2525',1,'*'),(2426,'adjuntando','adjuntando',0,0,0.6667,'A325353',7,'*'),(2427,'adjuntar','adjuntar',0,0,0.5333,'A32536',10,'*'),(2428,'autenticada','autenticada',0,0,0.7333,'A35323',13,'*'),(2429,'ciudadanía','ciudadanía',0,0,0.6667,'C350',7,'*'),(2430,'contenga','contenga',0,0,0.5333,'C5352',7,'*'),(2431,'copia','copia',0,0,0.3333,'C100',13,'*'),(2432,'correspondientes','correspondientes',0,0,1,'C62153532',12,'*'),(2433,'cp-pg','cp-pg',0,0,0.3333,'C120',7,'*'),(2434,'cédula','cédula',0,0,0.4,'C340',7,'*'),(2435,'derechos','derechos',0,0,0.5333,'D620',9,'*'),(2436,'designados','designados',0,0,0.6667,'D2532',7,'*'),(2437,'diligenciar','diligenciar',0,0,0.7333,'D42526',14,'*'),(2438,'fotocopia','fotocopia',0,0,0.6,'F321',7,'*'),(2439,'fotografías','fotografías',0,0,0.7333,'F32612',7,'*'),(2440,'idea','idea',0,0,0.2667,'I300',7,'*'),(2441,'incluya','incluya',0,0,0.4667,'I524',7,'*'),(2442,'informaciones','informaciones',0,0,0.8667,'I5165252',7,'*'),(2443,'inscripción','inscripción',0,0,0.7333,'I526125',15,'*'),(2444,'losgrupos','losgrupos',0,0,0.6,'L2612',3,'*'),(2445,'pago','pago',0,0,0.2667,'P200',8,'*'),(2446,'pasaporte','pasaporte',0,0,0.6,'P2163',7,'*'),(2447,'plasme','plasme',0,0,0.4,'P425',7,'*'),(2448,'postgrados','postgrados',0,0,0.6667,'P232632',4,'*'),(2449,'pregrado','pregrado',0,0,0.5333,'P6263',53,'*'),(2450,'preliminar','preliminar',0,0,0.6667,'P6456',7,'*'),(2451,'principal','principal',0,0,0.6,'P65214',11,'*'),(2452,'páginas','páginas',0,0,0.4667,'P252',7,'*'),(2453,'recibo','recibo',0,0,0.4,'R210',8,'*'),(2454,'recientes','recientes',0,0,0.6,'R2532',7,'*'),(2455,'tener','tener',0,0,0.3333,'T560',16,'*'),(2456,'títulos','títulos',0,0,0.4667,'T420',14,'*'),(2457,'universitario','universitario',0,0,0.8667,'U516236',8,'*'),(2489,'deprograma','deprograma',0,0,0.6667,'D16265',1,'*'),(2490,'procedimiento','procedimiento',0,0,0.8667,'P62353',4,'*'),(2491,'solicitar','solicitar',0,0,0.6,'S4236',4,'*'),(2492,'depostgrados','depostgrados',0,0,0.8,'D1232632',3,'*'),(2493,'013','013',0,0,0.3,'',4,'*'),(2494,'2018','2018',0,0,0.4,'',20,'*'),(2495,'estímulos','estímulos',0,0,0.6,'E23542',1,'*'),(2496,'agencia','agencia',0,0,0.4667,'A252',2,'*'),(2497,'constituyan','constituyan',0,0,0.7333,'C5235',3,'*'),(2498,'encaminadas','encaminadas',0,0,0.7333,'E52532',3,'*'),(2499,'evaluaci9on','evaluaci9on',0,0,0.7333,'E1425',1,'*'),(2500,'iniciativas','iniciativas',0,0,0.7333,'I52312',7,'*'),(2501,'prioricen','prioricen',0,0,0.6,'P625',2,'*'),(2502,'quienes','quienes',0,0,0.4667,'Q520',6,'*'),(2503,'significación','significación',0,0,0.8667,'S5125',2,'*'),(2511,'abordara','abordara',0,0,0.5333,'A1636',1,'*'),(2512,'acceso','acceso',0,0,0.4,'A200',3,'*'),(2513,'alternativo','alternativo',0,0,0.7333,'A436531',3,'*'),(2514,'analizarán','analizarán',0,0,0.6667,'A54265',2,'*'),(2515,'arraigado','arraigado',0,0,0.6,'A623',3,'*'),(2516,'autogestión','autogestión',0,0,0.7333,'A3235',6,'*'),(2517,'capitalista','capitalista',0,0,0.7333,'C13423',3,'*'),(2518,'colectivo','colectivo',0,0,0.6,'C4231',3,'*'),(2519,'estudiarán','estudiarán',0,0,0.6667,'E2365',3,'*'),(2520,'etnodesarrollo','etnodesarrollo',0,0,0.9333,'E353264',3,'*'),(2521,'geográficas','geográficas',0,0,0.7333,'G612',3,'*'),(2522,'gobernabilidad','gobernabilidad',0,0,0.9333,'G165143',2,'*'),(2523,'gobierno','gobierno',0,0,0.5333,'G165',8,'*'),(2524,'postconflicto','postconflicto',0,0,0.8667,'P23251423',3,'*'),(2526,'abordará','abordará',0,0,0.5333,'A1636',2,'*'),(2527,'activamente','activamente',0,0,0.7333,'A23153',4,'*'),(2528,'adecuadas','adecuadas',0,0,0.6,'A3232',1,'*'),(2529,'alianzas','alianzas',0,0,0.5333,'A452',10,'*'),(2530,'analítico','analítico',0,0,0.6,'A5432',2,'*'),(2531,'armónicamente','armónicamente',0,0,0.8667,'A65253',1,'*'),(2532,'articulen','articulen',0,0,0.6,'A63245',1,'*'),(2533,'caso','caso',0,0,0.2667,'C000',11,'*'),(2534,'complejidades','complejidades',0,0,0.8667,'C514232',1,'*'),(2535,'compresión','compresión',0,0,0.6667,'C51625',1,'*'),(2536,'configuren','configuren',0,0,0.6667,'C51265',1,'*'),(2537,'conformación','conformación',0,0,0.8,'C516525',5,'*'),(2538,'conjunto','conjunto',0,0,0.5333,'C5253',2,'*'),(2539,'constitutivos','constitutivos',0,0,0.8667,'C52312',1,'*'),(2540,'convenios','convenios',0,0,0.6,'C5152',2,'*'),(2541,'dedesarrollo','dedesarrollo',0,0,0.8,'D264',1,'*'),(2542,'dirigido','dirigido',0,0,0.5333,'D623',3,'*'),(2543,'diálogo','diálogo',0,0,0.4667,'D420',2,'*'),(2544,'económicos','económicos',0,0,0.6667,'E252',4,'*'),(2545,'entendimiento','entendimiento',0,0,0.8667,'E535353',1,'*'),(2546,'estratégicas','estratégicas',0,0,0.8,'E23632',4,'*'),(2547,'facilite','facilite',0,0,0.5333,'F243',3,'*'),(2548,'fomenten','fomenten',0,0,0.5333,'F535',1,'*'),(2549,'fronteras','fronteras',0,0,0.6,'F65362',1,'*'),(2550,'grupo','grupo',0,0,0.3333,'G610',22,'*'),(2551,'informados','informados',0,0,0.6667,'I516532',1,'*'),(2552,'intercambio','intercambio',0,0,0.7333,'I536251',2,'*'),(2553,'interesadas','interesadas',0,0,0.7333,'I536232',1,'*'),(2554,'local-globales','local-globales',0,0,0.9333,'L2424142',1,'*'),(2555,'multiétnicos','multiétnicos',0,0,0.8,'M4352',1,'*'),(2556,'particularidades','particularidades',0,0,1,'P6324632',5,'*'),(2557,'pluriculturales','pluriculturales',0,0,1,'P46243642',1,'*'),(2558,'políticos','políticos',0,0,0.6,'P432',2,'*'),(2559,'publicación','publicación',0,0,0.7333,'P425',2,'*'),(2560,'puedan','puedan',0,0,0.4,'P350',4,'*'),(2561,'rurales','rurales',0,0,0.4667,'R420',5,'*'),(2562,'socio-culturales','socio-culturales',0,0,1,'S43642',1,'*'),(2563,'socioeconómicas','socioeconómicas',0,0,1,'S520',1,'*'),(2564,'territorio','territorio',0,0,0.6667,'T636',10,'*'),(2565,'urbanos','urbanos',0,0,0.4667,'U6152',1,'*'),(2590,'100','100',0,0,0.3,'',4,'*'),(2591,'18','18',0,0,0.2,'',4,'*'),(2592,'20','20',0,0,0.2,'',8,'*'),(2593,'36','36',0,0,0.2,'',5,'*'),(2594,'américa','américa',0,0,0.4667,'A562',4,'*'),(2595,'desarrollos','desarrollos',0,0,0.7333,'D2642',13,'*'),(2596,'globalidad','globalidad',0,0,0.6667,'G4143',4,'*'),(2597,'latina','latina',0,0,0.4,'L350',4,'*'),(2598,'perspectivas','perspectivas',0,0,0.8,'P6212312',10,'*'),(2599,'publicas','publicas',0,0,0.5333,'P420',6,'*'),(2600,'sustentable','sustentable',0,0,0.7333,'S35314',5,'*'),(2605,'cancele','cancele',0,0,0.4667,'C524',2,'*'),(2606,'citación','citación',0,0,0.5333,'C325',2,'*'),(2607,'contactara','contactara',0,0,0.6667,'C53236',2,'*'),(2608,'hará','hará',0,0,0.2667,'H600',2,'*'),(2609,'individual','individual',0,0,0.6667,'I53134',8,'*'),(2612,'aborde','aborde',0,0,0.4,'A163',1,'*'),(2613,'analíticas','analíticas',0,0,0.6667,'A5432',1,'*'),(2614,'articuladas','articuladas',0,0,0.7333,'A632432',3,'*'),(2615,'centrales','centrales',0,0,0.6,'C53642',1,'*'),(2616,'civiles','civiles',0,0,0.4667,'C142',1,'*'),(2617,'cohesión','cohesión',0,0,0.5333,'C500',3,'*'),(2618,'desafíos','desafíos',0,0,0.5333,'D212',1,'*'),(2619,'ecológicos','ecológicos',0,0,0.6667,'E242',9,'*'),(2620,'elementos','elementos',0,0,0.6,'E4532',6,'*'),(2621,'formados','formados',0,0,0.5333,'F6532',1,'*'),(2622,'futuro','futuro',0,0,0.4,'F360',3,'*'),(2623,'generados','generados',0,0,0.6,'G5632',8,'*'),(2624,'han','han',0,0,0.2,'H500',1,'*'),(2625,'impactos','impactos',0,0,0.5333,'I51232',4,'*'),(2626,'inclusión','inclusión',0,0,0.6,'I52425',10,'*'),(2627,'intercultural','intercultural',0,0,0.8667,'I53624364',1,'*'),(2628,'interrelaciones','interrelaciones',0,0,1,'I5364252',1,'*'),(2629,'mancomunada','mancomunada',0,0,0.7333,'M253',1,'*'),(2630,'motores','motores',0,0,0.4667,'M362',1,'*'),(2631,'población','población',0,0,0.6,'P425',6,'*'),(2632,'priorice','priorice',0,0,0.5333,'P620',1,'*'),(2633,'propiciado','propiciado',0,0,0.6667,'P6123',1,'*'),(2634,'propositiva','propositiva',0,0,0.7333,'P61231',4,'*'),(2635,'solidaridad','solidaridad',0,0,0.7333,'S4363',1,'*'),(2636,'territoriales','territoriales',0,0,0.8667,'T63642',2,'*'),(2637,'vinculada','vinculada',0,0,0.6,'V5243',1,'*'),(2643,'actor','actor',0,0,0.3333,'A236',5,'*'),(2644,'aporte','aporte',0,0,0.4,'A163',6,'*'),(2645,'posicionarse','posicionarse',0,0,0.8,'P2562',1,'*'),(2646,'potencialidades','potencialidades',0,0,1,'P352432',2,'*'),(2647,'próximos','próximos',0,0,0.5333,'P6252',1,'*'),(2650,'convicciones','convicciones',0,0,0.8,'C51252',1,'*'),(2651,'debates','debates',0,0,0.4667,'D132',1,'*'),(2652,'deterioro','deterioro',0,0,0.6,'D600',5,'*'),(2653,'dirección','dirección',0,0,0.6,'D625',5,'*'),(2654,'equipo','equipo',0,0,0.4,'E210',6,'*'),(2655,'evaluaciones','evaluaciones',0,0,0.8,'E14252',1,'*'),(2656,'interdisciplinar','interdisciplinar',0,0,1,'I536321456',2,'*'),(2657,'interventoría','interventoría',0,0,0.8667,'I5361536',1,'*'),(2658,'mitigación','mitigación',0,0,0.6667,'M325',2,'*'),(2659,'monitoreo','monitoreo',0,0,0.6,'M360',1,'*'),(2660,'ordenamiento','ordenamiento',0,0,0.8,'O6353',15,'*'),(2661,'organizacionales','organizacionales',0,0,1,'O6252542',2,'*'),(2662,'permitirá','permitirá',0,0,0.6,'P6536',1,'*'),(2663,'permitirán','permitirán',0,0,0.6667,'P65365',1,'*'),(2664,'remediación','remediación',0,0,0.7333,'R5325',1,'*'),(2665,'sectoriales','sectoriales',0,0,0.7333,'S3642',1,'*'),(2681,'academia','academia',0,0,0.5333,'A235',4,'*'),(2682,'adecuada','adecuada',0,0,0.5333,'A323',4,'*'),(2683,'afrodescendientes','afrodescendientes',0,0,1,'A163253532',4,'*'),(2684,'alternativos','alternativos',0,0,0.8,'A4365312',4,'*'),(2685,'amerita','amerita',0,0,0.4667,'A563',4,'*'),(2686,'aportan','aportan',0,0,0.4667,'A1635',4,'*'),(2687,'campesinos','campesinos',0,0,0.6667,'C51252',4,'*'),(2688,'cienciasambientales','cienciasambientales',0,0,1,'C52515342',3,'*'),(2689,'climático','climático',0,0,0.6,'C4532',4,'*'),(2690,'colonos','colonos',0,0,0.4667,'C452',4,'*'),(2691,'compartido','compartido',0,0,0.6667,'C5163',4,'*'),(2692,'complejidad','complejidad',0,0,0.7333,'C51423',6,'*'),(2693,'conceptualizar','conceptualizar',0,0,0.9333,'C5213426',4,'*'),(2694,'conflictos','conflictos',0,0,0.6667,'C514232',4,'*'),(2695,'contribuyen','contribuyen',0,0,0.7333,'C53615',4,'*'),(2696,'departamentales','departamentales',0,0,1,'D1635342',4,'*'),(2697,'dicha','dicha',0,0,0.3333,'D200',7,'*'),(2698,'ejercicios','ejercicios',0,0,0.6667,'E262',5,'*'),(2699,'encamina','encamina',0,0,0.5333,'E525',4,'*'),(2700,'enfocada','enfocada',0,0,0.5333,'E5123',4,'*'),(2701,'entidades','entidades',0,0,0.6,'E532',6,'*'),(2702,'equidad','equidad',0,0,0.4667,'E230',6,'*'),(2703,'escalas','escalas',0,0,0.4667,'E242',4,'*'),(2704,'escaso','escaso',0,0,0.4,'E200',4,'*'),(2705,'estrategia','estrategia',0,0,0.6667,'E23632',8,'*'),(2706,'estratégicos','estratégicos',0,0,0.8,'E23632',5,'*'),(2707,'existente','existente',0,0,0.6,'E2353',4,'*'),(2708,'expresados','expresados',0,0,0.6667,'E216232',4,'*'),(2709,'icaoc','icaoc',0,0,0.3333,'I200',4,'*'),(2710,'indígenas','indígenas',0,0,0.6,'I53252',5,'*'),(2711,'institucionalidad','institucionalidad',0,0,1,'I5232543',4,'*'),(2712,'insumos','insumos',0,0,0.4667,'I5252',4,'*'),(2713,'integren','integren',0,0,0.5333,'I53265',4,'*'),(2714,'inteligencia','inteligencia',0,0,0.8,'I534252',7,'*'),(2715,'interinstitucionales','interinstitucionales',0,0,1,'I5365232542',5,'*'),(2716,'multidimensionalidad','multidimensionalidad',0,0,1,'M4352543',4,'*'),(2717,'municipales','municipales',0,0,0.7333,'M2142',4,'*'),(2718,'oferta','oferta',0,0,0.4,'O163',5,'*'),(2719,'orgánico','orgánico',0,0,0.5333,'O6252',4,'*'),(2720,'orientales','orientales',0,0,0.6667,'O65342',12,'*'),(2721,'orinocenses','orinocenses',0,0,0.7333,'O65252',4,'*'),(2722,'paz','paz',0,0,0.2,'P200',52,'*'),(2723,'plantean','plantean',0,0,0.5333,'P4535',4,'*'),(2724,'pluraridad','pluraridad',0,0,0.6667,'P463',2,'*'),(2725,'post-conflicto','post-conflicto',0,0,0.9333,'P23251423',4,'*'),(2726,'regionales','regionales',0,0,0.6667,'R2542',5,'*'),(2727,'reordenamiento','reordenamiento',0,0,0.9333,'R353',4,'*'),(2728,'resilientes','resilientes',0,0,0.7333,'R24532',4,'*'),(2729,'sociedades','sociedades',0,0,0.6667,'S320',4,'*'),(2730,'tales','tales',0,0,0.3333,'T420',5,'*'),(2731,'territorios','territorios',0,0,0.7333,'T6362',6,'*'),(2732,'toman','toman',0,0,0.3333,'T500',4,'*'),(2733,'trabaja','trabaja',0,0,0.4667,'T612',5,'*'),(2734,'tradicionales','tradicionales',0,0,0.8667,'T632542',4,'*'),(2735,'términos','términos',0,0,0.5333,'T652',4,'*'),(2736,'visiones','visiones',0,0,0.5333,'V252',5,'*'),(2737,'visor','visor',0,0,0.3333,'V260',4,'*'),(2738,'voces','voces',0,0,0.3333,'V200',4,'*'),(2744,'pluralidad','pluralidad',0,0,0.6667,'P4643',2,'*'),(2745,'etica','etica',0,0,0.3333,'E320',5,'*'),(2746,'legislación','legislación',0,0,0.7333,'L2425',21,'*'),(2748,'transformativas','transformativas',0,0,1,'T652165312',4,'*'),(2749,'deciencias','deciencias',0,0,0.6667,'D252',1,'*'),(2750,'calificada','calificada',0,0,0.6667,'C4123',1,'*'),(2751,'más','más',0,0,0.2,'M200',12,'*'),(2752,'necesaria','necesaria',0,0,0.6,'N260',1,'*'),(2753,'agrarias','agrarias',0,0,0.5333,'A262',33,'*'),(2754,'critica','critica',0,0,0.4667,'C632',2,'*'),(2755,'participando','participando',0,0,0.8,'P632153',6,'*'),(2756,'agrarios','agrarios',0,0,0.5333,'A262',4,'*'),(2757,'eco','eco',0,0,0.2,'E200',3,'*'),(2758,'energía','energía',0,0,0.4667,'E562',12,'*'),(2759,'estratégico','estratégico',0,0,0.7333,'E23632',5,'*'),(2760,'prod','prod',0,0,0.2667,'P630',5,'*'),(2761,'sist','sist',0,0,0.2667,'S300',5,'*'),(2762,'valoración','valoración',0,0,0.6667,'V4625',5,'*'),(2763,'vegetal','vegetal',0,0,0.4667,'V234',13,'*'),(2771,'claro','claro',0,0,0.3333,'C460',1,'*'),(2772,'estos','estos',0,0,0.3333,'E232',4,'*'),(2773,'multidisciplinarias','multidisciplinarias',0,0,1,'M43214562',1,'*'),(2774,'referente','referente',0,0,0.6,'R1653',8,'*'),(2775,'soporte','soporte',0,0,0.4667,'S163',4,'*'),(2776,'sólido','sólido',0,0,0.4,'S430',1,'*'),(2778,'entendida','entendida',0,0,0.6,'E5353',1,'*'),(2779,'epistemológica','epistemológica',0,0,0.9333,'E123542',3,'*'),(2781,'asociadas','asociadas',0,0,0.6,'A232',10,'*'),(2782,'axiológico','axiológico',0,0,0.6667,'A242',8,'*'),(2783,'brindar','brindar',0,0,0.4667,'B6536',7,'*'),(2784,'fortaleciendo','fortaleciendo',0,0,0.8667,'F634253',2,'*'),(2785,'investigativas','investigativas',0,0,0.9333,'I51232312',9,'*'),(2786,'posturas','posturas',0,0,0.5333,'P2362',2,'*'),(2787,'preparar','preparar',0,0,0.5333,'P616',2,'*'),(2788,'proporcionar','proporcionar',0,0,0.8,'P616256',4,'*'),(2796,'caractericen','caractericen',0,0,0.8,'C623625',3,'*'),(2797,'confiable','confiable',0,0,0.6,'C514',3,'*'),(2798,'consolidando','consolidando',0,0,0.8,'C524353',6,'*'),(2799,'contextualizada','contextualizada',0,0,1,'C5323423',3,'*'),(2800,'dinamicen','dinamicen',0,0,0.6,'D525',3,'*'),(2801,'excelente','excelente',0,0,0.6,'E2453',3,'*'),(2802,'importantes','importantes',0,0,0.7333,'I5163532',3,'*'),(2803,'incide','incide',0,0,0.4,'I523',3,'*'),(2804,'informadas','informadas',0,0,0.6667,'I516532',3,'*'),(2805,'insertarse','insertarse',0,0,0.6667,'I526362',4,'*'),(2806,'integrarse','integrarse',0,0,0.6667,'I53262',3,'*'),(2807,'involucrados','involucrados',0,0,0.8,'I5142632',4,'*'),(2808,'nodos','nodos',0,0,0.3333,'N320',3,'*'),(2809,'oportuna','oportuna',0,0,0.5333,'O1635',3,'*'),(2810,'situación','situación',0,0,0.6,'S325',6,'*'),(2811,'sustentar','sustentar',0,0,0.6,'S3536',7,'*'),(2812,'transdisciplinario','transdisciplinario',0,0,1,'T652321456',3,'*'),(2827,'actualización','actualización',0,0,0.8667,'A23425',2,'*'),(2828,'comprenden','comprenden',0,0,0.6667,'C516535',2,'*'),(2829,'dignifiquen','dignifiquen',0,0,0.7333,'D25125',2,'*'),(2830,'dimensiones','dimensiones',0,0,0.7333,'D5252',3,'*'),(2831,'enfermas','enfermas',0,0,0.5333,'E51652',2,'*'),(2832,'estilo','estilo',0,0,0.4,'E234',2,'*'),(2833,'ips','ips',0,0,0.2,'I120',2,'*'),(2834,'modalidades','modalidades',0,0,0.7333,'M3432',3,'*'),(2835,'permitir','permitir',0,0,0.5333,'P6536',2,'*'),(2836,'prestación','prestación',0,0,0.6667,'P62325',2,'*'),(2837,'retroalimentar','retroalimentar',0,0,0.9333,'R364536',4,'*'),(2838,'sanas','sanas',0,0,0.3333,'S520',2,'*'),(2839,'yanálisis','yanálisis',0,0,0.6,'Y542',2,'*'),(2842,'firmada','firmada',0,0,0.4667,'F653',3,'*'),(2843,'laborales','laborales',0,0,0.6,'L1642',5,'*'),(2845,'notas','notas',0,0,0.3333,'N320',12,'*'),(2846,'promedio','promedio',0,0,0.5333,'P653',6,'*'),(2848,'108','108',0,0,0.3,'',1,'*'),(2849,'144','144',0,0,0.3,'',1,'*'),(2850,'192','192',0,0,0.3,'',1,'*'),(2851,'24','24',0,0,0.2,'',2,'*'),(2852,'48','48',0,0,0.2,'',2,'*'),(2853,'55','55',0,0,0.2,'',1,'*'),(2854,'72','72',0,0,0.2,'',1,'*'),(2855,'96','96',0,0,0.2,'',1,'*'),(2856,'ba','ba',0,0,0.1333,'B000',1,'*'),(2857,'contextualización','contextualización',0,0,1,'C5323425',1,'*'),(2858,'crianza','crianza',0,0,0.4667,'C652',1,'*'),(2859,'decréditos','decréditos',0,0,0.6667,'D2632',1,'*'),(2860,'diseños','diseños',0,0,0.4667,'D200',1,'*'),(2861,'hd','hd',0,0,0.1333,'H300',1,'*'),(2862,'hi','hi',0,0,0.1333,'H000',1,'*'),(2863,'horas','horas',0,0,0.3333,'H620',2,'*'),(2864,'inv','inv',0,0,0.2,'I510',1,'*'),(2865,'numero','numero',0,0,0.4,'N600',1,'*'),(2866,'pf','pf',0,0,0.1333,'P000',1,'*'),(2867,'subtotal','subtotal',0,0,0.5333,'S134',1,'*'),(2868,'t','t',0,0,0.0667,'T000',1,'*'),(2869,'tp','tp',0,0,0.1333,'T100',1,'*'),(2879,'estudiantil','estudiantil',0,0,0.7333,'E23534',56,'*'),(2880,'expide','expide',0,0,0.4,'E213',15,'*'),(2881,'002','002',0,0,0.3,'',18,'*'),(2882,'matrículas','matrículas',0,0,0.6667,'M36242',51,'*'),(2883,'régimen','régimen',0,0,0.4667,'R250',51,'*'),(2884,'adscrito','adscrito',0,0,0.5333,'A3263',7,'*'),(2885,'crea','crea',0,0,0.2667,'C600',7,'*'),(2886,'llanos”','llanos”',0,0,0.4667,'L520',7,'*'),(2887,'“por','“por',0,0,0.2667,'“160',45,'*'),(2891,'016','016',0,0,0.3,'',9,'*'),(2892,'011','011',0,0,0.3,'',9,'*'),(2893,'superor','superor',0,0,0.4667,'S160',1,'*'),(2895,'019','019',0,0,0.3,'',5,'*'),(2896,'comunitaria”','comunitaria”',0,0,0.8,'C536',3,'*'),(2897,'018','018',0,0,0.3,'',2,'*'),(2898,'concretas','concretas',0,0,0.6,'C52632',2,'*'),(2899,'fuertes','fuertes',0,0,0.4667,'F632',2,'*'),(2900,'partiendo','partiendo',0,0,0.6,'P6353',2,'*'),(2901,'producir','producir',0,0,0.5333,'P6326',4,'*'),(2905,'centrado','centrado',0,0,0.5333,'C5363',1,'*'),(2906,'directa','directa',0,0,0.4667,'D623',1,'*'),(2907,'formador','formador',0,0,0.5333,'F6536',10,'*'),(2908,'indirecta','indirecta',0,0,0.6,'I53623',1,'*'),(2909,'salud-enfermedad-trabajo','salud-enfermedad-trabajo',0,0,1,'S4351653612',1,'*'),(2912,'alcances','alcances',0,0,0.5333,'A4252',2,'*'),(2913,'aseguradores','aseguradores',0,0,0.8,'A26362',1,'*'),(2914,'asociaciones','asociaciones',0,0,0.8,'A252',1,'*'),(2915,'aunar','aunar',0,0,0.3333,'A560',1,'*'),(2916,'científico-técnico','científico-técnico',0,0,1,'C53123252',1,'*'),(2917,'colciencias','colciencias',0,0,0.7333,'C4252',1,'*'),(2918,'contextualizados','contextualizados',0,0,1,'C53234232',1,'*'),(2919,'delfortalecimiento','delfortalecimiento',0,0,1,'D41634253',1,'*'),(2920,'demanda','demanda',0,0,0.4667,'D530',1,'*'),(2921,'dinamizar','dinamizar',0,0,0.6,'D526',1,'*'),(2922,'documentada','documentada',0,0,0.7333,'D253',1,'*'),(2923,'esfuerzos','esfuerzos',0,0,0.6,'E2162',1,'*'),(2924,'genere','genere',0,0,0.4,'G560',1,'*'),(2925,'gobernación','gobernación',0,0,0.7333,'G16525',1,'*'),(2926,'humanización','humanización',0,0,0.8,'H525',1,'*'),(2927,'humanos','humanos',0,0,0.4667,'H520',6,'*'),(2928,'moral','moral',0,0,0.3333,'M640',1,'*'),(2929,'múltiples','múltiples',0,0,0.6,'M43142',1,'*'),(2930,'pro','pro',0,0,0.2,'P600',4,'*'),(2931,'profesión','profesión',0,0,0.6,'P6125',12,'*'),(2932,'requiere','requiere',0,0,0.5333,'R260',2,'*'),(2933,'salubristas','salubristas',0,0,0.7333,'S416232',1,'*'),(2934,'sustento','sustento',0,0,0.5333,'S353',1,'*'),(2935,'todo','todo',0,0,0.2667,'T000',7,'*'),(2936,'transparencia','transparencia',0,0,0.8667,'T6521652',1,'*'),(2937,'usuaria','usuaria',0,0,0.4667,'U260',1,'*'),(2943,'1.5','1.5',0,0,0.3,'',3,'*'),(2944,'3.500','3.500',0,0,0.5,'',3,'*'),(2945,'4.000','4.000',0,0,0.5,'',3,'*'),(2946,'admitido','admitido',0,0,0.5333,'A353',3,'*'),(2947,'arial','arial',0,0,0.3333,'A640',3,'*'),(2948,'aspira','aspira',0,0,0.4,'A216',3,'*'),(2949,'clara','clara',0,0,0.3333,'C460',3,'*'),(2950,'convocatoria','convocatoria',0,0,0.8,'C51236',3,'*'),(2951,'dadas','dadas',0,0,0.3333,'D200',3,'*'),(2952,'definirá','definirá',0,0,0.5333,'D156',3,'*'),(2953,'enmarcada','enmarcada',0,0,0.6,'E5623',6,'*'),(2954,'escrito','escrito',0,0,0.4667,'E263',3,'*'),(2955,'establecidos','establecidos',0,0,0.8,'E2314232',4,'*'),(2956,'esté','esté',0,0,0.2667,'E230',3,'*'),(2957,'interlineado','interlineado',0,0,0.8,'I536453',3,'*'),(2958,'jurados','jurados',0,0,0.4667,'J632',3,'*'),(2959,'justificación','justificación',0,0,0.8667,'J3125',6,'*'),(2960,'letra','letra',0,0,0.3333,'L360',3,'*'),(2961,'márgenes','márgenes',0,0,0.5333,'M6252',3,'*'),(2962,'máxima','máxima',0,0,0.4,'M250',3,'*'),(2963,'normal','normal',0,0,0.4,'N654',3,'*'),(2964,'otra','otra',0,0,0.2667,'O360',3,'*'),(2965,'palabras','palabras',0,0,0.5333,'P4162',3,'*'),(2966,'periodos','periodos',0,0,0.5333,'P632',3,'*'),(2967,'presentada','presentada',0,0,0.6667,'P6253',3,'*'),(2968,'problema','problema',0,0,0.5333,'P6145',3,'*'),(2969,'puntos','puntos',0,0,0.4,'P532',3,'*'),(2970,'relacionada','relacionada',0,0,0.7333,'R4253',3,'*'),(2971,'requeridos','requeridos',0,0,0.6667,'R2632',3,'*'),(2972,'serequiere','serequiere',0,0,0.6667,'S626',3,'*'),(2973,'tenga','tenga',0,0,0.3333,'T520',3,'*'),(2974,'65','65',0,0,0.2,'',2,'*'),(2975,'acumulado','acumulado',0,0,0.6,'A2543',2,'*'),(2976,'audiovisuales','audiovisuales',0,0,0.8667,'A31242',2,'*'),(2977,'ayudas','ayudas',0,0,0.4,'A320',2,'*'),(2978,'certificada','certificada',0,0,0.7333,'C63123',2,'*'),(2979,'comunicativa','comunicativa',0,0,0.8,'C5231',4,'*'),(2980,'continua','continua',0,0,0.5333,'C535',2,'*'),(2981,'corte','corte',0,0,0.3333,'C630',2,'*'),(2982,'evaluará','evaluará',0,0,0.5333,'E146',2,'*'),(2983,'indexación','indexación',0,0,0.6667,'I5325',2,'*'),(2984,'realizadas','realizadas',0,0,0.6667,'R4232',2,'*'),(2985,'recorrido','recorrido',0,0,0.6,'R263',2,'*'),(2986,'redacción','redacción',0,0,0.6,'R325',2,'*'),(2987,'referencial','referencial',0,0,0.7333,'R16524',2,'*'),(2988,'talleres','talleres',0,0,0.5333,'T462',2,'*'),(2989,'actuando','actuando',0,0,0.5333,'A2353',1,'*'),(2990,'asociada','asociada',0,0,0.5333,'A230',1,'*'),(2991,'magister','magister',0,0,0.5333,'M236',1,'*'),(2992,'pecuarias','pecuarias',0,0,0.6,'P262',2,'*'),(2993,'salud-producción','salud-producción',0,0,1,'S4316325',1,'*'),(2996,'autónoma','autónoma',0,0,0.5333,'A350',3,'*'),(2997,'cabo','cabo',0,0,0.2667,'C100',1,'*'),(2998,'dotar','dotar',0,0,0.3333,'D600',1,'*'),(2999,'llevar','llevar',0,0,0.4,'L160',1,'*'),(3000,'trasmisión','trasmisión',0,0,0.6667,'T62525',1,'*'),(3003,'bioestadistica','bioestadistica',0,0,0.9333,'B23232',1,'*'),(3004,'bovina','bovina',0,0,0.4,'B500',2,'*'),(3005,'fisiológica','fisiológica',0,0,0.7333,'F242',2,'*'),(3006,'lectoescritura','lectoescritura',0,0,0.9333,'L232636',2,'*'),(3007,'porcina','porcina',0,0,0.4667,'P625',4,'*'),(3008,'teoria','teoria',0,0,0.4,'T600',2,'*'),(3009,'trámite','trámite',0,0,0.4667,'T653',2,'*'),(3010,'altísima','altísima',0,0,0.5333,'A4325',1,'*'),(3011,'doctorado','doctorado',0,0,0.6,'D2363',25,'*'),(3013,'ampliación','ampliación',0,0,0.6667,'A51425',1,'*'),(3014,'aumento','aumento',0,0,0.4667,'A530',1,'*'),(3015,'buscando','buscando',0,0,0.5333,'B253',1,'*'),(3016,'calificados','calificados',0,0,0.7333,'C41232',2,'*'),(3017,'conjuntos','conjuntos',0,0,0.6,'C52532',11,'*'),(3018,'crecimiento','crecimiento',0,0,0.7333,'C6253',14,'*'),(3019,'difusión','difusión',0,0,0.5333,'D125',8,'*'),(3020,'doctorandos','doctorandos',0,0,0.7333,'D236532',1,'*'),(3021,'eficiencia','eficiencia',0,0,0.6667,'E1252',1,'*'),(3022,'formadora','formadora',0,0,0.6,'F6536',1,'*'),(3023,'generadoras','generadoras',0,0,0.7333,'G56362',1,'*'),(3024,'originales','originales',0,0,0.6667,'O62542',1,'*'),(3025,'preparación','preparación',0,0,0.7333,'P61625',3,'*'),(3026,'punta','punta',0,0,0.3333,'P530',1,'*'),(3027,'tradición','tradición',0,0,0.6,'T6325',2,'*'),(3028,'agrícola','agrícola',0,0,0.5333,'A2624',5,'*'),(3029,'asociados','asociados',0,0,0.6,'A232',1,'*'),(3030,'forestal','forestal',0,0,0.5333,'F6234',1,'*'),(3031,'menores','menores',0,0,0.4667,'M620',5,'*'),(3032,'pecuaria','pecuaria',0,0,0.5333,'P260',1,'*'),(3033,'silvestres','silvestres',0,0,0.6667,'S412362',1,'*'),(3035,'abocados','abocados',0,0,0.5333,'A1232',1,'*'),(3036,'autoridad','autoridad',0,0,0.6,'A363',1,'*'),(3037,'contextualizadas','contextualizadas',0,0,1,'C53234232',1,'*'),(3038,'continuo','continuo',0,0,0.5333,'C535',2,'*'),(3039,'difundirlo','difundirlo',0,0,0.6667,'D15364',1,'*'),(3040,'esa','esa',0,0,0.2,'E200',1,'*'),(3041,'escuela','escuela',0,0,0.4667,'E240',21,'*'),(3042,'generadora','generadora',0,0,0.6667,'G5636',1,'*'),(3043,'nexos','nexos',0,0,0.3333,'N200',1,'*'),(3044,'pertinencia','pertinencia',0,0,0.7333,'P6352',4,'*'),(3045,'positivamente','positivamente',0,0,0.8667,'P23153',1,'*'),(3046,'transdisciplinariedad','transdisciplinariedad',0,0,1,'T6523214563',1,'*'),(3050,'agustín','agustín',0,0,0.4667,'A235',7,'*'),(3051,'b','b',0,0,0.0667,'B000',7,'*'),(3052,'c','c',0,0,0.0667,'C000',7,'*'),(3053,'categoría','categoría',0,0,0.6,'C326',7,'*'),(3054,'durán','durán',0,0,0.3333,'D650',7,'*'),(3055,'eslava','eslava',0,0,0.4,'E241',7,'*'),(3056,'genética','genética',0,0,0.5333,'G532',19,'*'),(3057,'girga','girga',0,0,0.3333,'G620',7,'*'),(3058,'gonzález','gonzález',0,0,0.5333,'G5242',7,'*'),(3059,'granac','granac',0,0,0.4,'G652',7,'*'),(3060,'góngora','góngora',0,0,0.4667,'G526',7,'*'),(3061,'inés','inés',0,0,0.2667,'I520',7,'*'),(3062,'juan','juan',0,0,0.2667,'J500',7,'*'),(3063,'martha','martha',0,0,0.4,'M630',7,'*'),(3064,'mauricio','mauricio',0,0,0.5333,'M620',7,'*'),(3065,'medina','medina',0,0,0.4,'M350',7,'*'),(3066,'mocha','mocha',0,0,0.3333,'M200',7,'*'),(3067,'ocampo','ocampo',0,0,0.4,'O251',7,'*'),(3068,'orjuela','orjuela',0,0,0.4667,'O624',7,'*'),(3069,'pedro','pedro',0,0,0.3333,'P360',7,'*'),(3070,'perdomo','perdomo',0,0,0.4667,'P635',7,'*'),(3071,'rené','rené',0,0,0.2667,'R500',7,'*'),(3072,'robles','robles',0,0,0.4,'R142',7,'*'),(3073,'sostenible-gigas','sostenible-gigas',0,0,1,'S35142',7,'*'),(3074,'sustentan','sustentan',0,0,0.6,'S3535',7,'*'),(3075,'torres','torres',0,0,0.4,'T620',7,'*'),(3076,'transversal','transversal',0,0,0.7333,'T6521624',7,'*'),(3077,'trujillo','trujillo',0,0,0.5333,'T624',7,'*'),(3078,'vásquez','vásquez',0,0,0.4667,'V200',7,'*'),(3079,'víctor','víctor',0,0,0.4,'V236',7,'*'),(3080,'walter','walter',0,0,0.4,'W436',7,'*'),(3081,'yossa','yossa',0,0,0.3333,'Y200',7,'*'),(3082,'álvaro','álvaro',0,0,0.4,'á416',7,'*'),(3113,'altas','altas',0,0,0.3333,'A432',4,'*'),(3114,'consultor-evaluador','consultor-evaluador',0,0,1,'C524361436',1,'*'),(3115,'especialidad','especialidad',0,0,0.8,'E21243',1,'*'),(3116,'idoneidad','idoneidad',0,0,0.6,'I353',1,'*'),(3117,'institutos','institutos',0,0,0.6667,'I5232',1,'*'),(3118,'multi','multi',0,0,0.3333,'M430',1,'*'),(3119,'proponente','proponente',0,0,0.6667,'P6153',1,'*'),(3120,'contempla','contempla',0,0,0.6,'C53514',5,'*'),(3121,'núcleos','núcleos',0,0,0.4667,'N242',5,'*'),(3123,'complementarios','complementarios',0,0,1,'C5145362',4,'*'),(3124,'alumno','alumno',0,0,0.4,'A450',3,'*'),(3125,'dedicar','dedicar',0,0,0.4667,'D260',3,'*'),(3126,'dejando','dejando',0,0,0.4667,'D253',3,'*'),(3127,'destinarlo','destinarlo',0,0,0.6667,'D23564',3,'*'),(3128,'diseñado','diseñado',0,0,0.5333,'D230',3,'*'),(3129,'doctorando','doctorando',0,0,0.6667,'D23653',3,'*'),(3130,'primeros','primeros',0,0,0.5333,'P6562',3,'*'),(3131,'suficiente','suficiente',0,0,0.6667,'S1253',3,'*'),(3132,'tal','tal',0,0,0.2,'T400',6,'*'),(3133,'últimos','últimos',0,0,0.4667,'ú4352',3,'*'),(3139,'demostrar','demostrar',0,0,0.6,'D5236',9,'*'),(3140,'anexando','anexando',0,0,0.5333,'A5253',6,'*'),(3141,'obtenidas','obtenidas',0,0,0.6,'O13532',6,'*'),(3142,'original','original',0,0,0.5333,'O6254',6,'*'),(3143,'agroindustrial','agroindustrial',0,0,0.9333,'A26532364',22,'*'),(3144,'etc','etc',0,0,0.2,'E320',5,'*'),(3145,'pesquera','pesquera',0,0,0.5333,'P260',4,'*'),(3146,'relacionado','relacionado',0,0,0.7333,'R4253',5,'*'),(3150,'acceder','acceder',0,0,0.4667,'A236',4,'*'),(3151,'aceptado','aceptado',0,0,0.5333,'A213',3,'*'),(3152,'acreditado','acreditado',0,0,0.6667,'A263',3,'*'),(3153,'apoyan','apoyan',0,0,0.4,'A150',6,'*'),(3154,'b1','b1',0,0,0.1333,'B000',3,'*'),(3155,'calidades','calidades',0,0,0.6,'C432',3,'*'),(3156,'carta','carta',0,0,0.3333,'C630',3,'*'),(3157,'describa','describa',0,0,0.5333,'D261',3,'*'),(3158,'describan','describan',0,0,0.6,'D2615',3,'*'),(3159,'electoralde','electoralde',0,0,0.7333,'E423643',2,'*'),(3160,'examen','examen',0,0,0.4,'E250',9,'*'),(3161,'expedida','expedida',0,0,0.5333,'E213',3,'*'),(3162,'indicando','indicando',0,0,0.6,'I53253',3,'*'),(3163,'inglesa','inglesa',0,0,0.4667,'I5242',3,'*'),(3164,'lectura','lectura',0,0,0.4667,'L236',8,'*'),(3165,'mcerl','mcerl',0,0,0.3333,'M264',3,'*'),(3166,'objetivo','objetivo',0,0,0.5333,'O1231',5,'*'),(3167,'recomienden','recomienden',0,0,0.7333,'R2535',3,'*'),(3168,'voluntad','voluntad',0,0,0.5333,'V453',3,'*'),(3181,'certificadoelectoral','certificadoelectoral',0,0,1,'C6312342364',1,'*'),(3182,'3.7','3.7',0,0,0.3,'',1,'*'),(3183,'5.0','5.0',0,0,0.3,'',1,'*'),(3184,'academicos','academicos',0,0,0.6667,'A2352',1,'*'),(3185,'aprobado','aprobado',0,0,0.5333,'A1613',1,'*'),(3186,'aprobatorio','aprobatorio',0,0,0.7333,'A16136',1,'*'),(3187,'artículo','artículo',0,0,0.5333,'A6324',5,'*'),(3188,'calificación','calificación',0,0,0.8,'C4125',1,'*'),(3189,'candidatura','candidatura',0,0,0.7333,'C536',1,'*'),(3190,'certificados','certificados',0,0,0.8,'C631232',1,'*'),(3191,'coautor','coautor',0,0,0.4667,'C360',1,'*'),(3192,'completar','completar',0,0,0.6,'C51436',1,'*'),(3193,'concepto','concepto',0,0,0.5333,'C5213',2,'*'),(3194,'derivados','derivados',0,0,0.6,'D6132',1,'*'),(3195,'exigidos','exigidos',0,0,0.5333,'E232',1,'*'),(3196,'haber','haber',0,0,0.3333,'H160',3,'*'),(3197,'igual','igual',0,0,0.3333,'I240',8,'*'),(3198,'indexada','indexada',0,0,0.5333,'I5323',1,'*'),(3199,'indexadas','indexadas',0,0,0.6,'I53232',1,'*'),(3200,'menos','menos',0,0,0.3333,'M200',1,'*'),(3201,'obtenido','obtenido',0,0,0.5333,'O1353',1,'*'),(3202,'ponencias','ponencias',0,0,0.6,'P520',1,'*'),(3203,'presentado','presentado',0,0,0.6667,'P6253',3,'*'),(3204,'publicado','publicado',0,0,0.6,'P423',1,'*'),(3205,'realizado','realizado',0,0,0.6,'R423',1,'*'),(3206,'resúmenes','resúmenes',0,0,0.6,'R252',1,'*'),(3207,'revista','revista',0,0,0.4667,'R123',1,'*'),(3208,'revistas','revistas',0,0,0.5333,'R1232',1,'*'),(3209,'satisfactoria','satisfactoria',0,0,0.8667,'S321236',1,'*'),(3210,'sometimiento','sometimiento',0,0,0.8,'S5353',1,'*'),(3211,'veinticinco','veinticinco',0,0,0.7333,'V53252',1,'*'),(3213,'016937','016937',0,0,0.6,'',6,'*'),(3214,'014','014',0,0,0.3,'',3,'*'),(3215,'administrativa','administrativa',0,0,0.9333,'A3523631',1,'*'),(3216,'asistencial','asistencial',0,0,0.7333,'A23524',3,'*'),(3217,'deportiva','deportiva',0,0,0.6,'D1631',3,'*'),(3218,'desempeñen','desempeñen',0,0,0.6667,'D2515',2,'*'),(3219,'discapacidad','discapacidad',0,0,0.8,'D2123',3,'*'),(3220,'habilitación','habilitación',0,0,0.8,'H14325',3,'*'),(3221,'idóneamente','idóneamente',0,0,0.7333,'I353',1,'*'),(3222,'individuos','individuos',0,0,0.6667,'I53132',6,'*'),(3223,'institución','institución',0,0,0.7333,'I52325',1,'*'),(3224,'misional','misional',0,0,0.5333,'M254',1,'*'),(3225,'rehabilitación','rehabilitación',0,0,0.9333,'R14325',5,'*'),(3226,'resto','resto',0,0,0.3333,'R230',1,'*'),(3227,'sean','sean',0,0,0.2667,'S500',2,'*'),(3230,'apropiando','apropiando',0,0,0.6667,'A16153',1,'*'),(3231,'argumentos','argumentos',0,0,0.6667,'A62532',1,'*'),(3232,'corporal','corporal',0,0,0.5333,'C6164',5,'*'),(3233,'disciplinaria','disciplinaria',0,0,0.8667,'D21456',1,'*'),(3234,'entendiendo','entendiendo',0,0,0.7333,'E535353',1,'*'),(3235,'fisioterapéutico','fisioterapéutico',0,0,1,'F236132',1,'*'),(3236,'fundamento','fundamento',0,0,0.6667,'F5353',1,'*'),(3237,'identifiquen','identifiquen',0,0,0.8,'I353125',2,'*'),(3238,'largo','largo',0,0,0.3333,'L620',1,'*'),(3239,'mch','mch',0,0,0.2,'M200',3,'*'),(3240,'nociones','nociones',0,0,0.5333,'N252',1,'*'),(3241,'obedecer','obedecer',0,0,0.5333,'O1326',1,'*'),(3242,'reconociendo','reconociendo',0,0,0.8,'R25253',1,'*'),(3243,'recrearse','recrearse',0,0,0.6,'R262',1,'*'),(3245,'coaccionar','coaccionar',0,0,0.6667,'C560',2,'*'),(3246,'coherente','coherente',0,0,0.6,'C653',2,'*'),(3247,'convierten','convierten',0,0,0.6667,'C51635',2,'*'),(3248,'código','código',0,0,0.4,'C320',2,'*'),(3249,'enlacen','enlacen',0,0,0.4667,'E5425',2,'*'),(3250,'fisioterapeuta','fisioterapeuta',0,0,0.9333,'F23613',4,'*'),(3251,'ley','ley',0,0,0.2,'L000',4,'*'),(3252,'orgullo','orgullo',0,0,0.4667,'O624',2,'*'),(3253,'recuperación','recuperación',0,0,0.8,'R21625',5,'*'),(3254,'reflexivo','reflexivo',0,0,0.6,'R1421',2,'*'),(3255,'respondan','respondan',0,0,0.6,'R21535',5,'*'),(3256,'sustentado','sustentado',0,0,0.6667,'S353',2,'*'),(3257,'terapéutica','terapéutica',0,0,0.7333,'T6132',2,'*'),(3258,'teórico-científicas','teórico-científicas',0,0,1,'T625312',2,'*'),(3259,'vinculado','vinculado',0,0,0.6,'V5243',2,'*'),(3260,'adultos','adultos',0,0,0.4667,'A3432',2,'*'),(3261,'afinidad','afinidad',0,0,0.5333,'A153',3,'*'),(3262,'alteren','alteren',0,0,0.4667,'A4365',2,'*'),(3263,'asimismo','asimismo',0,0,0.5333,'A2525',2,'*'),(3264,'cardiopulmonar','cardiopulmonar',0,0,0.9333,'C631456',2,'*'),(3265,'controlar','controlar',0,0,0.6,'C53646',2,'*'),(3266,'diseña','diseña',0,0,0.4,'D200',4,'*'),(3267,'ejecuta','ejecuta',0,0,0.4667,'E230',2,'*'),(3268,'excelentes','excelentes',0,0,0.6667,'E24532',2,'*'),(3269,'fisiocinético','fisiocinético',0,0,0.8667,'F2532',2,'*'),(3270,'fortalezas','fortalezas',0,0,0.6667,'F6342',2,'*'),(3271,'funcionalidad','funcionalidad',0,0,0.8667,'F52543',3,'*'),(3272,'haga','haga',0,0,0.2667,'H200',2,'*'),(3273,'intensivo','intensivo',0,0,0.6,'I53521',2,'*'),(3274,'interpersonales','interpersonales',0,0,1,'I536162542',2,'*'),(3275,'interviene','interviene',0,0,0.6667,'I53615',3,'*'),(3276,'municipal','municipal',0,0,0.6,'M214',2,'*'),(3277,'neonatales','neonatales',0,0,0.6667,'N342',2,'*'),(3278,'neurológicos','neurológicos',0,0,0.8,'N642',2,'*'),(3279,'osteomusculares','osteomusculares',0,0,1,'O2352462',2,'*'),(3280,'pediátricas','pediátricas',0,0,0.7333,'P362',2,'*'),(3281,'persona','persona',0,0,0.4667,'P625',3,'*'),(3282,'química','química',0,0,0.4667,'Q520',19,'*'),(3283,'respiratorio','respiratorio',0,0,0.8,'R21636',2,'*'),(3284,'sensibilidad','sensibilidad',0,0,0.8,'S52143',9,'*'),(3285,'vincula','vincula',0,0,0.4667,'V524',2,'*'),(3286,'source','source',0,0,0.4,'S620',24,'*'),(3287,'echo','echo',0,0,0.2667,'E200',1,'*'),(3288,'hola','hola',0,0,0.2667,'H400',1,'*'),(3289,'conoce','conoce',0,0,0.4,'C520',1,'*'),(3290,'consultar','consultar',0,0,0.6,'C52436',1,'*'),(3291,'continuar','continuar',0,0,0.6,'C5356',1,'*'),(3292,'contraseña','contraseña',0,0,0.6667,'C5362',1,'*'),(3293,'debes','debes',0,0,0.3333,'D120',1,'*'),(3294,'descargar','descargar',0,0,0.6,'D2626',1,'*'),(3295,'diligenciado','diligenciado',0,0,0.8,'D42523',1,'*'),(3296,'efectuado','efectuado',0,0,0.6,'E123',1,'*'),(3297,'encuentra','encuentra',0,0,0.6,'E52536',1,'*'),(3298,'genera','genera',0,0,0.4,'G560',2,'*'),(3299,'imprimir','imprimir',0,0,0.5333,'I51656',1,'*'),(3300,'inferior','inferior',0,0,0.5333,'I516',1,'*'),(3301,'luego','luego',0,0,0.3333,'L200',1,'*'),(3302,'mas','mas',0,0,0.2,'M200',1,'*'),(3303,'pasos','pasos',0,0,0.3333,'P200',1,'*'),(3304,'posteriores','posteriores',0,0,0.7333,'P2362',1,'*'),(3305,'preinscripción','preinscripción',0,0,0.9333,'P6526125',1,'*'),(3306,'seguir','seguir',0,0,0.4,'S600',1,'*'),(3307,'totalmente','totalmente',0,0,0.6667,'T453',1,'*'),(3308,'ubicado','ubicado',0,0,0.4667,'U123',1,'*'),(3309,'unillanista','unillanista',0,0,0.7333,'U54523',1,'*'),(3310,'usuario','usuario',0,0,0.4667,'U260',1,'*'),(3311,'validarse','validarse',0,0,0.6,'V4362',1,'*'),(3320,'005693','005693',0,0,0.6,'',3,'*'),(3321,'008','008',0,0,0.3,'',35,'*'),(3322,'020','020',0,0,0.3,'',35,'*'),(3323,'18840','18840',0,0,0.5,'',3,'*'),(3324,'número','número',0,0,0.4,'N600',3,'*'),(3325,'octubre','octubre',0,0,0.4667,'O2316',3,'*'),(3326,'blue','blue',0,0,0.2667,'B400',105,'*'),(3327,'is','is',0,0,0.1333,'I200',1,'*'),(3328,'slider','slider',0,0,0.4,'S436',105,'*'),(3329,'the','the',0,0,0.2,'T000',1,'*'),(3330,'this','this',0,0,0.2667,'T200',1,'*'),(3331,'title','title',0,0,0.3333,'T400',105,'*'),(3333,'01','01',0,0,0.2,'',104,'*'),(3334,'02','02',0,0,0.2,'',103,'*'),(3335,'03','03',0,0,0.2,'',103,'*'),(3336,'04','04',0,0,0.2,'',103,'*'),(3337,'05','05',0,0,0.2,'',103,'*'),(3338,'06','06',0,0,0.2,'',103,'*'),(3339,'07','07',0,0,0.2,'',103,'*'),(3340,'08','08',0,0,0.2,'',103,'*'),(3341,'09','09',0,0,0.2,'',103,'*'),(3342,'red','red',0,0,0.2,'R300',103,'*'),(3343,'sliders','sliders',0,0,0.4667,'S4362',104,'*'),(3344,'2028','2028',0,0,0.4,'',1,'*'),(3345,'biológicos','biológicos',0,0,0.6667,'B420',10,'*'),(3346,'complejo','complejo',0,0,0.5333,'C5142',1,'*'),(3347,'consolidado','consolidado',0,0,0.7333,'C5243',1,'*'),(3348,'equitativo','equitativo',0,0,0.6667,'E231',3,'*'),(3349,'garantizar','garantizar',0,0,0.6667,'G65326',5,'*'),(3350,'habrá','habrá',0,0,0.3333,'H160',1,'*'),(3351,'interacciones','interacciones',0,0,0.8667,'I536252',1,'*'),(3359,'165','165',0,0,0.3,'',1,'*'),(3360,'1994','1994',0,0,0.4,'',1,'*'),(3361,'amplio','amplio',0,0,0.4,'A514',1,'*'),(3362,'anteriores','anteriores',0,0,0.6667,'A5362',2,'*'),(3363,'asumido','asumido',0,0,0.4667,'A253',1,'*'),(3364,'biológica','biológica',0,0,0.6,'B420',1,'*'),(3365,'cdb','cdb',0,0,0.2,'C310',1,'*'),(3366,'celulares','celulares',0,0,0.6,'C462',1,'*'),(3367,'complejos','complejos',0,0,0.6,'C5142',1,'*'),(3368,'composición','composición',0,0,0.7333,'C5125',2,'*'),(3369,'constituyen','constituyen',0,0,0.7333,'C5235',1,'*'),(3370,'convenio','convenio',0,0,0.5333,'C515',1,'*'),(3371,'crecer','crecer',0,0,0.4,'C626',1,'*'),(3372,'definido','definido',0,0,0.5333,'D153',2,'*'),(3373,'desarrollarse','desarrollarse',0,0,0.8667,'D26462',1,'*'),(3374,'dinámicos','dinámicos',0,0,0.6,'D520',1,'*'),(3375,'ecosistémicos','ecosistémicos',0,0,0.8667,'E2352',1,'*'),(3376,'entendido','entendido',0,0,0.6,'E5353',1,'*'),(3377,'entendidos','entendidos',0,0,0.6667,'E53532',1,'*'),(3378,'entonces','entonces',0,0,0.5333,'E5352',1,'*'),(3379,'forman','forman',0,0,0.4,'F650',2,'*'),(3380,'fuente','fuente',0,0,0.4,'F530',1,'*'),(3381,'funcionamiento','funcionamiento',0,0,0.9333,'F5253',3,'*'),(3382,'garantizan','garantizan',0,0,0.6667,'G65325',1,'*'),(3383,'genéticos','genéticos',0,0,0.6,'G532',1,'*'),(3384,'incluye','incluye',0,0,0.4667,'I524',1,'*'),(3385,'manifiestan','manifiestan',0,0,0.7333,'M1235',1,'*'),(3386,'material','material',0,0,0.5333,'M364',1,'*'),(3387,'moleculares','moleculares',0,0,0.7333,'M42462',1,'*'),(3388,'permanentes','permanentes',0,0,0.7333,'P6532',1,'*'),(3389,'persistir','persistir',0,0,0.6,'P6236',1,'*'),(3390,'pngibse','pngibse',0,0,0.4667,'P5212',1,'*'),(3391,'reproducirse','reproducirse',0,0,0.8,'R163262',1,'*'),(3392,'tejidos','tejidos',0,0,0.4667,'T232',1,'*'),(3393,'transformarse','transformarse',0,0,0.8667,'T65216562',1,'*'),(3394,'variabilidad','variabilidad',0,0,0.8,'V6143',1,'*'),(3395,'vivos','vivos',0,0,0.3333,'V200',3,'*'),(3396,'órganos','órganos',0,0,0.4667,'ó6252',1,'*'),(3422,'actitudinales','actitudinales',0,0,0.8667,'A23542',1,'*'),(3423,'adopción','adopción',0,0,0.5333,'A3125',1,'*'),(3424,'aproximarse','aproximarse',0,0,0.7333,'A162562',1,'*'),(3425,'caracterización','caracterización',0,0,1,'C623625',3,'*'),(3426,'comprometidas','comprometidas',0,0,0.8667,'C516532',1,'*'),(3427,'conceptuales','conceptuales',0,0,0.8,'C521342',3,'*'),(3428,'distintas','distintas',0,0,0.6,'D23532',2,'*'),(3429,'exige','exige',0,0,0.3333,'E200',1,'*'),(3430,'extracurriculares','extracurriculares',0,0,1,'E236262462',1,'*'),(3431,'fundamentales','fundamentales',0,0,0.8667,'F535342',5,'*'),(3432,'manifestaciones','manifestaciones',0,0,1,'M123252',3,'*'),(3433,'metodológicas','metodológicas',0,0,0.8667,'M342',1,'*'),(3434,'privilegiar','privilegiar',0,0,0.7333,'P61426',1,'*'),(3435,'procedimentales','procedimentales',0,0,1,'P6235342',1,'*'),(3436,'progresiva','progresiva',0,0,0.6667,'P62621',1,'*'),(3437,'disciplinares','disciplinares',0,0,0.8667,'D214562',2,'*'),(3438,'generado','generado',0,0,0.5333,'G563',1,'*'),(3439,'justas','justas',0,0,0.4,'J320',2,'*'),(3440,'mecanismos','mecanismos',0,0,0.6667,'M25252',3,'*'),(3441,'observación','observación',0,0,0.7333,'O126125',16,'*'),(3442,'protección','protección',0,0,0.6667,'P6325',2,'*'),(3443,'sistematización','sistematización',0,0,1,'S35325',5,'*'),(3444,'verdaderas','verdaderas',0,0,0.6667,'V6362',1,'*'),(3452,'40','40',0,0,0.2,'',1,'*'),(3453,'aborda','aborda',0,0,0.4,'A163',1,'*'),(3454,'actualmente','actualmente',0,0,0.7333,'A23453',1,'*'),(3455,'admite','admite',0,0,0.4,'A353',1,'*'),(3456,'agropecuaria','agropecuaria',0,0,0.8,'A26126',12,'*'),(3457,'amazónica','amazónica',0,0,0.6,'A5252',1,'*'),(3458,'amplia','amplia',0,0,0.4,'A514',1,'*'),(3459,'antrópicos','antrópicos',0,0,0.6667,'A53612',1,'*'),(3460,'articula','articula',0,0,0.5333,'A6324',1,'*'),(3461,'aspiran','aspiran',0,0,0.4667,'A2165',1,'*'),(3462,'biotecnológico','biotecnológico',0,0,0.9333,'B32542',1,'*'),(3463,'biólogo','biólogo',0,0,0.4667,'B420',1,'*'),(3464,'bióticos','bióticos',0,0,0.5333,'B320',1,'*'),(3465,'ciudadanas','ciudadanas',0,0,0.6667,'C352',1,'*'),(3466,'concordancia','concordancia',0,0,0.8,'C526352',2,'*'),(3467,'conformadas','conformadas',0,0,0.7333,'C516532',1,'*'),(3468,'conforman','conforman',0,0,0.6,'C5165',1,'*'),(3469,'correspondencia','correspondencia',0,0,1,'C6215352',1,'*'),(3470,'células','células',0,0,0.4667,'C420',1,'*'),(3471,'dando','dando',0,0,0.3333,'D530',1,'*'),(3472,'demostradas','demostradas',0,0,0.7333,'D523632',1,'*'),(3473,'describe','describe',0,0,0.5333,'D261',1,'*'),(3474,'difunde','difunde',0,0,0.4667,'D153',1,'*'),(3475,'dignas','dignas',0,0,0.4,'D252',1,'*'),(3476,'distinto','distinto',0,0,0.5333,'D2353',1,'*'),(3477,'efectivos','efectivos',0,0,0.6,'E12312',1,'*'),(3478,'energética','energética',0,0,0.6667,'E56232',4,'*'),(3479,'enfrentan','enfrentan',0,0,0.6,'E516535',1,'*'),(3480,'especializados','especializados',0,0,0.9333,'E2124232',1,'*'),(3481,'estéticas','estéticas',0,0,0.6,'E232',2,'*'),(3482,'experiencias','experiencias',0,0,0.8,'E21652',4,'*'),(3483,'explotación','explotación',0,0,0.7333,'E214325',1,'*'),(3484,'expresiones','expresiones',0,0,0.7333,'E216252',9,'*'),(3485,'fenómenos','fenómenos',0,0,0.6,'F520',7,'*'),(3486,'genes','genes',0,0,0.3333,'G520',1,'*'),(3487,'holísticas','holísticas',0,0,0.6667,'H4232',1,'*'),(3488,'humanidad','humanidad',0,0,0.6,'H530',2,'*'),(3489,'icfes','icfes',0,0,0.3333,'I212',8,'*'),(3490,'ilícitos','ilícitos',0,0,0.5333,'I4232',1,'*'),(3491,'interdisciplinares','interdisciplinares',0,0,1,'I5363214562',1,'*'),(3492,'limítrofe','limítrofe',0,0,0.6,'L5361',1,'*'),(3493,'logrado','logrado',0,0,0.4667,'L263',1,'*'),(3494,'matemáticas','matemáticas',0,0,0.7333,'M3532',60,'*'),(3495,'minero','minero',0,0,0.4,'M600',1,'*'),(3496,'muy','muy',0,0,0.2,'M000',1,'*'),(3497,'originarios','originarios',0,0,0.7333,'O62562',1,'*'),(3498,'papel','papel',0,0,0.3333,'P400',3,'*'),(3499,'ponderándolos','ponderándolos',0,0,0.8667,'P5365342',1,'*'),(3500,'poseen','poseen',0,0,0.4,'P250',1,'*'),(3501,'propiedades','propiedades',0,0,0.7333,'P6132',1,'*'),(3502,'reconoce','reconoce',0,0,0.5333,'R252',1,'*'),(3503,'reconocidos','reconocidos',0,0,0.7333,'R25232',1,'*'),(3504,'regiones','regiones',0,0,0.5333,'R252',1,'*'),(3505,'ricos','ricos',0,0,0.3333,'R200',1,'*'),(3506,'rigurosa','rigurosa',0,0,0.5333,'R262',1,'*'),(3507,'selecciona','selecciona',0,0,0.6667,'S425',1,'*'),(3508,'significativas','significativas',0,0,0.9333,'S512312',1,'*'),(3509,'sociocultural','sociocultural',0,0,0.8667,'S4364',4,'*'),(3510,'sustenta','sustenta',0,0,0.5333,'S353',1,'*'),(3511,'sustentación','sustentación',0,0,0.8,'S35325',1,'*'),(3512,'zona','zona',0,0,0.2667,'Z500',1,'*'),(3513,'ésta','ésta',0,0,0.2667,'é230',1,'*'),(3514,'étnico-cultural','étnico-cultural',0,0,1,'é3524364',1,'*'),(3515,'éxito','éxito',0,0,0.3333,'é230',1,'*'),(3579,'10539','10539',0,0,0.5,'',7,'*'),(3580,'ciudad','ciudad',0,0,0.4,'C300',5,'*'),(3581,'villavicencio”','villavicencio”',0,0,0.9333,'V41252',5,'*'),(3582,'035','035',0,0,0.3,'',6,'*'),(3583,'006','006',0,0,0.3,'',5,'*'),(3584,'2009','2009',0,0,0.4,'',5,'*'),(3585,'2016”','2016”',0,0,0.3333,'”000',4,'*'),(3586,'ingresen','ingresen',0,0,0.5333,'I52625',20,'*'),(3587,'n','n',0,0,0.0667,'N000',5,'*'),(3588,'periodo','periodo',0,0,0.4667,'P630',17,'*'),(3590,'007','007',0,0,0.3,'',5,'*'),(3591,'2002','2002',0,0,0.4,'',5,'*'),(3592,'2014','2014',0,0,0.4,'',6,'*'),(3593,'conforme','conforme',0,0,0.5333,'C5165',4,'*'),(3594,'cuarto','cuarto',0,0,0.4,'C630',4,'*'),(3595,'programa”','programa”',0,0,0.6,'P6265',4,'*'),(3596,'materia','materia',0,0,0.4667,'M360',88,'*'),(3597,'químicos','químicos',0,0,0.5333,'Q520',7,'*'),(3599,'compuestos','compuestos',0,0,0.6667,'C51232',6,'*'),(3600,'cátedra','cátedra',0,0,0.4667,'C360',49,'*'),(3601,'democracia','democracia',0,0,0.6667,'D5262',49,'*'),(3602,'inferiores','inferiores',0,0,0.6667,'I5162',6,'*'),(3603,'orgánicos','orgánicos',0,0,0.6,'O6252',6,'*'),(3604,'plantas','plantas',0,0,0.4667,'P4532',9,'*'),(3606,'geología','geología',0,0,0.5333,'G420',12,'*'),(3607,'invertebrados','invertebrados',0,0,0.8667,'I51631632',5,'*'),(3608,'químico','químico',0,0,0.4667,'Q520',5,'*'),(3609,'suelos','suelos',0,0,0.4,'S420',23,'*'),(3613,'morfología','morfología',0,0,0.6667,'M6142',10,'*'),(3614,'superiores','superiores',0,0,0.6667,'S162',4,'*'),(3615,'vertebrados','vertebrados',0,0,0.7333,'V631632',4,'*'),(3616,'molecular','molecular',0,0,0.6,'M4246',5,'*'),(3617,'etnobiología','etnobiología',0,0,0.8,'E35142',1,'*'),(3618,'evolución','evolución',0,0,0.6,'E1425',2,'*'),(3619,'sistemática','sistemática',0,0,0.7333,'S3532',4,'*'),(3620,'taxonomía','taxonomía',0,0,0.6,'T250',1,'*'),(3624,'programadebiologia','programadebiologia',0,0,1,'P62653142',1,'*'),(3625,'adecuadamente','adecuadamente',0,0,0.8667,'A32353',3,'*'),(3626,'adecuar','adecuar',0,0,0.4667,'A326',3,'*'),(3627,'apropiarse','apropiarse',0,0,0.6667,'A16162',2,'*'),(3628,'armonía','armonía',0,0,0.4667,'A650',2,'*'),(3629,'comunicarse','comunicarse',0,0,0.7333,'C5262',3,'*'),(3630,'electrónicos','electrónicos',0,0,0.8,'E423652',7,'*'),(3631,'entornos','entornos',0,0,0.5333,'E53652',12,'*'),(3632,'fundamentados','fundamentados',0,0,0.8667,'F53532',4,'*'),(3633,'modelado','modelado',0,0,0.5333,'M343',6,'*'),(3634,'modelar','modelar',0,0,0.4667,'M346',4,'*'),(3640,'apoyado','apoyado',0,0,0.4667,'A130',2,'*'),(3641,'disciplinarios','disciplinarios',0,0,0.9333,'D214562',2,'*'),(3642,'fundamentada','fundamentada',0,0,0.8,'F5353',2,'*'),(3643,'físicas','físicas',0,0,0.4667,'F200',6,'*'),(3644,'justa','justa',0,0,0.3333,'J300',3,'*'),(3645,'pacífica','pacífica',0,0,0.5333,'P212',4,'*'),(3647,'argumentar','argumentar',0,0,0.6667,'A62536',1,'*'),(3648,'articular','articular',0,0,0.6,'A63246',1,'*'),(3649,'bachiller','bachiller',0,0,0.6,'B246',4,'*'),(3650,'bioingeniería','bioingeniería',0,0,0.8667,'B5256',1,'*'),(3651,'cualidades','cualidades',0,0,0.6667,'C432',5,'*'),(3652,'dan','dan',0,0,0.2,'D500',1,'*'),(3653,'democrática','democrática',0,0,0.7333,'D52632',3,'*'),(3654,'diagnóstico','diagnóstico',0,0,0.7333,'D25232',1,'*'),(3655,'efectos','efectos',0,0,0.4667,'E1232',2,'*'),(3656,'mantenimiento','mantenimiento',0,0,0.8667,'M353',4,'*'),(3657,'montaje','montaje',0,0,0.4667,'M320',1,'*'),(3658,'partícipe','partícipe',0,0,0.6,'P6321',2,'*'),(3659,'proveedor','proveedor',0,0,0.6,'P6136',4,'*'),(3660,'telecomunicaciones','telecomunicaciones',0,0,1,'T425252',1,'*'),(3662,'2025','2025',0,0,0.4,'',4,'*'),(3663,'brinden','brinden',0,0,0.4667,'B6535',1,'*'),(3664,'consolidarse','consolidarse',0,0,0.8,'C524362',3,'*'),(3665,'gestionen','gestionen',0,0,0.6,'G350',1,'*'),(3666,'internacionalmente','internacionalmente',0,0,1,'I536525453',1,'*'),(3667,'mano','mano',0,0,0.2667,'M000',1,'*'),(3668,'profesionalmente','profesionalmente',0,0,1,'P6125453',3,'*'),(3669,'universal','universal',0,0,0.6,'U51624',4,'*'),(3677,'2017','2017',0,0,0.4,'',20,'*'),(3678,'25083','25083',0,0,0.5,'',13,'*'),(3680,'029','029',0,0,0.3,'',13,'*'),(3681,'138','138',0,0,0.3,'',9,'*'),(3682,'1996','1996',0,0,0.4,'',14,'*'),(3683,'2016','2016',0,0,0.4,'',9,'*'),(3687,'aprueban','aprueban',0,0,0.5333,'A1615',8,'*'),(3688,'calculo','calculo',0,0,0.4667,'C424',22,'*'),(3689,'programación','programación',0,0,0.8,'P626525',17,'*'),(3691,'algebra','algebra',0,0,0.4667,'A4216',25,'*'),(3692,'análoga','análoga',0,0,0.4667,'A542',8,'*'),(3693,'circuitos','circuitos',0,0,0.6,'C6232',8,'*'),(3694,'cálculo','cálculo',0,0,0.4667,'C424',22,'*'),(3695,'diferenciales','diferenciales',0,0,0.8667,'D165242',25,'*'),(3696,'ecuaciones','ecuaciones',0,0,0.6667,'E252',25,'*'),(3697,'electricidad','electricidad',0,0,0.8,'E423623',13,'*'),(3698,'eléctricos','eléctricos',0,0,0.6667,'E42362',8,'*'),(3699,'lineal','lineal',0,0,0.4,'L540',32,'*'),(3700,'magnetismo','magnetismo',0,0,0.6667,'M25325',13,'*'),(3701,'multivariado','multivariado',0,0,0.8,'M43163',27,'*'),(3706,'digitales','digitales',0,0,0.6,'D2342',12,'*'),(3707,'ondas','ondas',0,0,0.3333,'O532',19,'*'),(3708,'oscilaciones','oscilaciones',0,0,0.8,'O24252',11,'*'),(3709,'materiales','materiales',0,0,0.6667,'M3642',6,'*'),(3710,'numéricos','numéricos',0,0,0.6,'N620',11,'*'),(3711,'probabilidad','probabilidad',0,0,0.8,'P6143',15,'*'),(3712,'semiconductores','semiconductores',0,0,1,'S52532362',6,'*'),(3713,'señales','señales',0,0,0.4667,'S420',10,'*'),(3716,'antenas','antenas',0,0,0.4667,'A5352',5,'*'),(3717,'análogo','análogo',0,0,0.4667,'A542',5,'*'),(3718,'catedra','catedra',0,0,0.4667,'C360',23,'*'),(3719,'electromagnéticos','electromagnéticos',0,0,1,'E423652532',5,'*'),(3720,'eléctricas','eléctricas',0,0,0.6667,'E42362',5,'*'),(3721,'estocásticos','estocásticos',0,0,0.8,'E23232',9,'*'),(3722,'máquinas','máquinas',0,0,0.5333,'M252',5,'*'),(3723,'ti','ti',0,0,0.1333,'T000',5,'*'),(3731,'ingelectronica','ingelectronica',0,0,0.9333,'I52423652',1,'*'),(3732,'ingsistemas','ingsistemas',0,0,0.7333,'I52352',1,'*'),(3733,'actúen','actúen',0,0,0.4,'A235',1,'*'),(3734,'conscientes','conscientes',0,0,0.7333,'C52532',3,'*'),(3735,'considerando','considerando',0,0,0.8,'C523653',2,'*'),(3736,'informáticas','informáticas',0,0,0.8,'I516532',5,'*'),(3737,'resolver','resolver',0,0,0.5333,'R2416',2,'*'),(3738,'soportadas','soportadas',0,0,0.6667,'S1632',5,'*'),(3740,'alteridad','alteridad',0,0,0.6,'A4363',1,'*'),(3741,'articule','articule',0,0,0.5333,'A6324',1,'*'),(3742,'biodiversa','biodiversa',0,0,0.6667,'B3162',1,'*'),(3743,'comprenda','comprenda',0,0,0.6,'C51653',1,'*'),(3744,'comprometido','comprometido',0,0,0.8,'C51653',4,'*'),(3745,'computacionales','computacionales',0,0,1,'C5132542',4,'*'),(3746,'consciente','consciente',0,0,0.6667,'C5253',2,'*'),(3747,'democráticos','democráticos',0,0,0.8,'D52632',1,'*'),(3748,'enmarcado','enmarcado',0,0,0.6,'E5623',1,'*'),(3749,'enriquecer','enriquecer',0,0,0.6667,'E5626',1,'*'),(3750,'escritas','escritas',0,0,0.5333,'E2632',1,'*'),(3751,'favorezcan','favorezcan',0,0,0.6667,'F625',2,'*'),(3752,'habita','habita',0,0,0.4,'H130',1,'*'),(3753,'incorporar','incorporar',0,0,0.6667,'I52616',2,'*'),(3754,'juicios','juicios',0,0,0.4667,'J000',1,'*'),(3755,'nación','nación',0,0,0.4,'N250',2,'*'),(3756,'orales','orales',0,0,0.4,'O642',1,'*'),(3757,'orden','orden',0,0,0.3333,'O635',1,'*'),(3758,'patrimonio','patrimonio',0,0,0.6667,'P365',4,'*'),(3759,'preservar','preservar',0,0,0.6,'P62616',2,'*'),(3760,'procure','procure',0,0,0.4667,'P626',1,'*'),(3761,'productivas','productivas',0,0,0.7333,'P632312',3,'*'),(3762,'requeridas','requeridas',0,0,0.6667,'R2632',1,'*'),(3763,'requerido','requerido',0,0,0.6,'R263',1,'*'),(3764,'respetuoso','respetuoso',0,0,0.6667,'R2132',2,'*'),(3765,'solidario','solidario',0,0,0.6,'S436',1,'*'),(3766,'teleinformática','teleinformática',0,0,1,'T4516532',5,'*'),(3767,'tolerancia','tolerancia',0,0,0.6667,'T4652',1,'*'),(3768,'vocaciones','vocaciones',0,0,0.6667,'V252',1,'*'),(3771,'bien','bien',0,0,0.2667,'B500',6,'*'),(3772,'complementarias','complementarias',0,0,1,'C5145362',3,'*'),(3773,'empleado','empleado',0,0,0.5333,'E5143',3,'*'),(3774,'filosofía.15','filosofía.15',0,0,0.8,'F421',3,'*'),(3775,'generaciones','generaciones',0,0,0.8,'G56252',4,'*'),(3776,'idóneas','idóneas',0,0,0.4667,'I352',3,'*'),(3777,'idóneo','idóneo',0,0,0.4,'I350',7,'*'),(3778,'involucra','involucra',0,0,0.6,'I51426',3,'*'),(3779,'lenguaje','lenguaje',0,0,0.5333,'L520',8,'*'),(3780,'modelación','modelación',0,0,0.6667,'M3425',9,'*'),(3781,'negocio','negocio',0,0,0.4667,'N200',3,'*'),(3782,'once','once',0,0,0.2667,'O520',3,'*'),(3783,'particularmente','particularmente',0,0,1,'P6324653',3,'*'),(3784,'potencian','potencian',0,0,0.6,'P3525',3,'*'),(3785,'tic','tic',0,0,0.2,'T200',3,'*'),(3786,'001','001',0,0,0.3,'',5,'*'),(3787,'período','período',0,0,0.4667,'P630',1,'*'),(3789,'haciendo','haciendo',0,0,0.5333,'H253',1,'*'),(3790,'llegar','llegar',0,0,0.4,'L260',2,'*'),(3791,'realizando','realizando',0,0,0.6667,'R4253',2,'*'),(3793,'algoritmia','algoritmia',0,0,0.6667,'A42635',5,'*'),(3794,'estructuras','estructuras',0,0,0.7333,'E2362362',5,'*'),(3795,'maquinas','maquinas',0,0,0.5333,'M252',5,'*'),(3796,'objetos','objetos',0,0,0.4667,'O1232',5,'*'),(3797,'orientada','orientada',0,0,0.6,'O653',5,'*'),(3800,'arquitectura','arquitectura',0,0,0.8,'A623236',4,'*'),(3801,'computacional','computacional',0,0,0.8667,'C513254',4,'*'),(3802,'computadores','computadores',0,0,0.8,'C51362',4,'*'),(3803,'imágenes','imágenes',0,0,0.5333,'I5252',4,'*'),(3804,'operativos','operativos',0,0,0.6667,'O16312',4,'*'),(3805,'simulación','simulación',0,0,0.6667,'S5425',6,'*'),(3807,'calor','calor',0,0,0.3333,'C460',9,'*'),(3808,'ecología','ecología',0,0,0.5333,'E242',10,'*'),(3809,'orgánica','orgánica',0,0,0.5333,'O6252',12,'*'),(3810,'balance','balance',0,0,0.4667,'B452',8,'*'),(3811,'cartografía','cartografía',0,0,0.7333,'C63261',13,'*'),(3812,'climatología','climatología',0,0,0.8,'C45342',7,'*'),(3813,'fluidos','fluidos',0,0,0.4667,'F432',10,'*'),(3814,'geográfica','geográfica',0,0,0.6667,'G612',7,'*'),(3815,'geomorfología','geomorfología',0,0,0.8667,'G56142',10,'*'),(3816,'hidráulica','hidráulica',0,0,0.6667,'H3642',8,'*'),(3817,'termodinámica','termodinámica',0,0,0.8667,'T65352',11,'*'),(3818,'topografía','topografía',0,0,0.6667,'T1261',7,'*'),(3825,'aire','aire',0,0,0.2667,'A600',7,'*'),(3826,'anteproyecto','anteproyecto',0,0,0.8,'A531623',6,'*'),(3827,'atmosféricas','atmosféricas',0,0,0.8,'A352162',6,'*'),(3828,'emisiones','emisiones',0,0,0.6,'E5252',6,'*'),(3829,'hidrología','hidrología',0,0,0.6667,'H3642',6,'*'),(3830,'residual','residual',0,0,0.5333,'R234',6,'*'),(3831,'residuos','residuos',0,0,0.5333,'R232',6,'*'),(3832,'saneamiento','saneamiento',0,0,0.7333,'S530',6,'*'),(3833,'solidos','solidos',0,0,0.4667,'S432',6,'*'),(3840,'56','56',0,0,0.2,'',1,'*'),(3841,'calcular','calcular',0,0,0.5333,'C4246',2,'*'),(3842,'capacitados','capacitados',0,0,0.7333,'C1232',2,'*'),(3843,'coadyuven','coadyuven',0,0,0.6,'C315',1,'*'),(3844,'demandas','demandas',0,0,0.5333,'D532',1,'*'),(3845,'futuras','futuras',0,0,0.4667,'F362',2,'*'),(3846,'limpias','limpias',0,0,0.4667,'L512',2,'*'),(3847,'mantener','mantener',0,0,0.5333,'M356',2,'*'),(3848,'obras','obras',0,0,0.3333,'O162',2,'*'),(3849,'socioeconómicos','socioeconómicos',0,0,1,'S520',2,'*'),(3850,'técnico-científicas','técnico-científicas',0,0,1,'T2525312',1,'*'),(3856,'014984','014984',0,0,0.6,'',5,'*'),(3857,'021','021',0,0,0.3,'',2,'*'),(3858,'después','después',0,0,0.4667,'D212',1,'*'),(3859,'otorgamiento','otorgamiento',0,0,0.8,'O36253',1,'*'),(3861,'asume','asume',0,0,0.3333,'A250',1,'*'),(3862,'comprometer','comprometer',0,0,0.7333,'C516536',1,'*'),(3863,'conservarlo','conservarlo',0,0,0.7333,'C526164',1,'*'),(3864,'deterioren','deterioren',0,0,0.6667,'D650',1,'*'),(3865,'disponibilidad','disponibilidad',0,0,0.9333,'D215143',1,'*'),(3866,'estabilidad','estabilidad',0,0,0.7333,'E23143',1,'*'),(3867,'holístico','holístico',0,0,0.6,'H4232',2,'*'),(3868,'humano-ambiente','humano-ambiente',0,0,1,'H5153',1,'*'),(3869,'normativo','normativo',0,0,0.6,'N6531',1,'*'),(3870,'protegerlo','protegerlo',0,0,0.6667,'P63264',1,'*'),(3871,'recíproco','recíproco',0,0,0.6,'R2162',1,'*'),(3872,'ético-axiologico','ético-axiologico',0,0,1,'é3242',1,'*'),(3876,'asimilar','asimilar',0,0,0.5333,'A2546',1,'*'),(3877,'biosfera','biosfera',0,0,0.5333,'B216',1,'*'),(3878,'compatibles','compatibles',0,0,0.7333,'C513142',2,'*'),(3879,'conciencia','conciencia',0,0,0.6667,'C5252',2,'*'),(3880,'condicionantes','condicionantes',0,0,0.9333,'C532532',1,'*'),(3881,'consideración','consideración',0,0,0.8667,'C523625',1,'*'),(3882,'contaminación','contaminación',0,0,0.8667,'C53525',1,'*'),(3883,'convencido','convencido',0,0,0.6667,'C51523',1,'*'),(3884,'desechos','desechos',0,0,0.5333,'D200',1,'*'),(3885,'deseos','deseos',0,0,0.4,'D200',1,'*'),(3886,'diseñador','diseñador',0,0,0.6,'D236',1,'*'),(3887,'eficaces','eficaces',0,0,0.5333,'E120',1,'*'),(3888,'facultará','facultará',0,0,0.6,'F2436',1,'*'),(3889,'formulador','formulador',0,0,0.6667,'F65436',1,'*'),(3890,'lecto-escritura','lecto-escritura',0,0,1,'L232636',1,'*'),(3891,'limitada','limitada',0,0,0.5333,'L530',1,'*'),(3892,'limitados','limitados',0,0,0.6,'L532',1,'*'),(3893,'optimizar','optimizar',0,0,0.6,'O13526',2,'*'),(3894,'participativos','participativos',0,0,0.9333,'P6321312',1,'*'),(3895,'planeta','planeta',0,0,0.4667,'P453',1,'*'),(3896,'principio','principio',0,0,0.6,'P6521',1,'*'),(3897,'sustentabilidad','sustentabilidad',0,0,1,'S353143',1,'*'),(3898,'tratados','tratados',0,0,0.5333,'T632',2,'*'),(3899,'índole','índole',0,0,0.4,'í534',1,'*'),(3907,'definió','definió',0,0,0.4667,'D150',2,'*'),(3908,'conservando','conservando',0,0,0.7333,'C526153',1,'*'),(3909,'constituirse','constituirse',0,0,0.8,'C52362',1,'*'),(3910,'convencimiento','convencimiento',0,0,0.9333,'C515253',1,'*'),(3911,'preservación','preservación',0,0,0.8,'P626125',1,'*'),(3915,'ingambiental','ingambiental',0,0,0.8,'I5251534',1,'*'),(3916,'articulador','articulador',0,0,0.7333,'A632436',1,'*'),(3917,'educabilidad','educabilidad',0,0,0.8,'E32143',1,'*'),(3918,'engranaje','engranaje',0,0,0.6,'E52652',1,'*'),(3919,'expresión','expresión',0,0,0.6,'E21625',7,'*'),(3920,'impresiones','impresiones',0,0,0.7333,'I516252',1,'*'),(3921,'real','real',0,0,0.2667,'R400',1,'*'),(3923,'adquiera','adquiera',0,0,0.5333,'A326',1,'*'),(3924,'ayude','ayude',0,0,0.3333,'A300',1,'*'),(3925,'bachilleres','bachilleres',0,0,0.7333,'B2462',7,'*'),(3926,'culminado','culminado',0,0,0.6,'C453',2,'*'),(3927,'dar','dar',0,0,0.2,'D600',2,'*'),(3928,'discípulos','discípulos',0,0,0.6667,'D2142',1,'*'),(3929,'dotados','dotados',0,0,0.4667,'D200',1,'*'),(3930,'equilibrio','equilibrio',0,0,0.6667,'E2416',1,'*'),(3931,'estructurar','estructurar',0,0,0.7333,'E236236',3,'*'),(3932,'hayan','hayan',0,0,0.3333,'H500',2,'*'),(3933,'igualitaria','igualitaria',0,0,0.7333,'I2436',1,'*'),(3934,'ingresar','ingresar',0,0,0.5333,'I52626',2,'*'),(3935,'integre','integre',0,0,0.4667,'I5326',1,'*'),(3936,'maestro','maestro',0,0,0.4667,'M236',8,'*'),(3937,'maestros','maestros',0,0,0.5333,'M2362',1,'*'),(3938,'modo','modo',0,0,0.2667,'M300',1,'*'),(3939,'moralmente','moralmente',0,0,0.6667,'M6453',1,'*'),(3940,'personalidad','personalidad',0,0,0.8,'P62543',1,'*'),(3941,'posibilidad','posibilidad',0,0,0.7333,'P2143',1,'*'),(3942,'pretenda','pretenda',0,0,0.5333,'P6353',1,'*'),(3943,'propenda','propenda',0,0,0.5333,'P6153',1,'*'),(3944,'propia','propia',0,0,0.4,'P610',1,'*'),(3945,'ubica','ubica',0,0,0.3333,'U120',1,'*'),(3946,'verdad','verdad',0,0,0.4,'V630',1,'*'),(3954,'aparato','aparato',0,0,0.4667,'A163',6,'*'),(3955,'cognitivo','cognitivo',0,0,0.6,'C531',6,'*'),(3956,'funcional','funcional',0,0,0.6,'F5254',9,'*'),(3957,'locomotor','locomotor',0,0,0.6,'L2536',6,'*'),(3958,'motricidad','motricidad',0,0,0.6667,'M3623',6,'*'),(3959,'sujeto','sujeto',0,0,0.4,'S300',6,'*'),(3961,'fases','fases',0,0,0.3333,'F200',5,'*'),(3962,'esfuerzo','esfuerzo',0,0,0.5333,'E2162',4,'*'),(3963,'lúdica','lúdica',0,0,0.4,'L320',4,'*'),(3964,'v','v',0,0,0.0667,'V000',6,'*'),(3965,'biomecánica','biomecánica',0,0,0.7333,'B5252',3,'*'),(3966,'vi','vi',0,0,0.1333,'V000',3,'*'),(3968,'entrenamiento','entrenamiento',0,0,0.8667,'E53653',2,'*'),(3969,'libre','libre',0,0,0.3333,'L160',2,'*'),(3970,'ocio','ocio',0,0,0.2667,'O200',2,'*'),(3971,'vii','vii',0,0,0.2,'V000',10,'*'),(3975,'ambientalismo','ambientalismo',0,0,0.8667,'A5153425',1,'*'),(3976,'deontología','deontología',0,0,0.7333,'D5342',1,'*'),(3977,'extraescolar','extraescolar',0,0,0.8,'E236246',1,'*'),(3978,'profesoral','profesoral',0,0,0.6667,'P61264',1,'*'),(3979,'viii','viii',0,0,0.2667,'V000',9,'*'),(3982,'2017.”','2017.”',0,0,0.4,'”000',1,'*'),(3983,'edufisica','edufisica',0,0,0.6,'E312',1,'*'),(3984,'biográfica-narrativa','biográfica-narrativa',0,0,1,'B26125631',7,'*'),(3985,'constitución','constitución',0,0,0.8,'C52325',7,'*'),(3986,'juego','juego',0,0,0.3333,'J000',7,'*'),(3987,'pis','pis',0,0,0.2,'P200',7,'*'),(3991,'biográfico-narrativa','biográfico-narrativa',0,0,1,'B26125631',6,'*'),(3992,'coreográfico','coreográfico',0,0,0.8,'C62612',6,'*'),(3993,'dramático','dramático',0,0,0.6,'D6532',6,'*'),(3994,'musical','musical',0,0,0.4667,'M240',6,'*'),(3995,'neuropedagogía','neuropedagogía',0,0,0.9333,'N6132',6,'*'),(3996,'niño','niño',0,0,0.2667,'N000',10,'*'),(3997,'representaciones','representaciones',0,0,1,'R16253252',6,'*'),(3998,'socialización','socialización',0,0,0.8667,'S425',6,'*'),(3999,'socioculturales','socioculturales',0,0,1,'S43642',6,'*'),(4006,'filosofía','filosofía',0,0,0.6,'F421',6,'*'),(4007,'género','género',0,0,0.4,'G560',5,'*'),(4008,'niños','niños',0,0,0.3333,'N200',7,'*'),(4009,'plástica','plástica',0,0,0.5333,'P4232',5,'*'),(4010,'protectores','protectores',0,0,0.7333,'P632362',5,'*'),(4013,'escritura','escritura',0,0,0.6,'E2636',4,'*'),(4014,'iniciales','iniciales',0,0,0.6,'I5242',4,'*'),(4015,'literatura','literatura',0,0,0.6667,'L3636',5,'*'),(4016,'oralidad','oralidad',0,0,0.5333,'O643',4,'*'),(4017,'primera','primera',0,0,0.4667,'P656',4,'*'),(4020,'etnografía','etnografía',0,0,0.6667,'E35261',3,'*'),(4021,'apropiados','apropiados',0,0,0.6667,'A16132',1,'*'),(4022,'críticas','críticas',0,0,0.5333,'C632',1,'*'),(4023,'cuenten','cuenten',0,0,0.4667,'C535',1,'*'),(4024,'discursiva','discursiva',0,0,0.6667,'D2621',1,'*'),(4025,'educadores','educadores',0,0,0.6667,'E32362',1,'*'),(4026,'formadores','formadores',0,0,0.6667,'F65362',1,'*'),(4027,'gestores','gestores',0,0,0.5333,'G362',1,'*'),(4028,'infantiles','infantiles',0,0,0.6667,'I515342',1,'*'),(4029,'interlocutores','interlocutores',0,0,0.9333,'I53642362',1,'*'),(4030,'lectores','lectores',0,0,0.5333,'L2362',1,'*'),(4031,'niña','niña',0,0,0.2667,'N000',1,'*'),(4032,'postulados','postulados',0,0,0.6667,'P23432',2,'*'),(4033,'potencien','potencien',0,0,0.6,'P3525',1,'*'),(4034,'resignificas','resignificas',0,0,0.8,'R2512',1,'*'),(4036,'argumentativos','argumentativos',0,0,0.9333,'A625312',2,'*'),(4037,'concibe','concibe',0,0,0.4667,'C521',2,'*'),(4038,'ejercerá','ejercerá',0,0,0.5333,'E2626',2,'*'),(4039,'espera','espera',0,0,0.4,'E216',3,'*'),(4040,'evidencie','evidencie',0,0,0.6,'E1352',2,'*'),(4041,'infancias','infancias',0,0,0.6,'I5152',2,'*'),(4042,'interactúan','interactúan',0,0,0.7333,'I536235',2,'*'),(4043,'licenciado','licenciado',0,0,0.6667,'L2523',2,'*'),(4044,'mismas','mismas',0,0,0.4,'M252',2,'*'),(4045,'niñas','niñas',0,0,0.3333,'N200',2,'*'),(4046,'normalista','normalista',0,0,0.6667,'N65423',2,'*'),(4047,'soporten','soporten',0,0,0.5333,'S1635',2,'*'),(4048,'textos','textos',0,0,0.4,'T232',2,'*'),(4051,'pinfantil','pinfantil',0,0,0.6,'P51534',1,'*'),(4052,'euclidiana','euclidiana',0,0,0.6667,'E2435',11,'*'),(4053,'geometría','geometría',0,0,0.6,'G536',11,'*'),(4054,'precálculo','precálculo',0,0,0.6667,'P62424',11,'*'),(4055,'introductoria','introductoria',0,0,0.8667,'I5363236',10,'*'),(4056,'números','números',0,0,0.4667,'N620',9,'*'),(4057,'aritmética','aritmética',0,0,0.6667,'A63532',7,'*'),(4058,'álgebra','álgebra',0,0,0.4667,'á4216',7,'*'),(4060,'etnomatemática','etnomatemática',0,0,0.9333,'E353532',5,'*'),(4061,'moderna','moderna',0,0,0.4667,'M365',4,'*'),(4062,'trigonometría','trigonometría',0,0,0.8667,'T62536',3,'*'),(4063,'acoge','acoge',0,0,0.3333,'A200',1,'*'),(4064,'basa','basa',0,0,0.2667,'B200',1,'*'),(4065,'educandos','educandos',0,0,0.6,'E32532',2,'*'),(4066,'identifican','identifican',0,0,0.7333,'I353125',2,'*'),(4067,'pilares','pilares',0,0,0.4667,'P462',1,'*'),(4070,'complementario','complementario',0,0,0.9333,'C514536',1,'*'),(4071,'comprendan','comprendan',0,0,0.6667,'C516535',1,'*'),(4072,'creativos','creativos',0,0,0.6,'C6312',1,'*'),(4073,'directivo','directivo',0,0,0.6,'D6231',1,'*'),(4074,'gusto','gusto',0,0,0.3333,'G300',1,'*'),(4075,'normales','normales',0,0,0.5333,'N6542',1,'*'),(4076,'oficiales','oficiales',0,0,0.6,'O1242',1,'*'),(4077,'último','último',0,0,0.4,'ú435',1,'*'),(4085,'matematicasyfisica','matematicasyfisica',0,0,1,'M353212',1,'*'),(4086,'interactúe','interactúe',0,0,0.6667,'I53623',1,'*'),(4087,'participativa','participativa',0,0,0.8667,'P632131',3,'*'),(4089,'antropología','antropología',0,0,0.8,'A536142',12,'*'),(4090,'fertilidad','fertilidad',0,0,0.6667,'F6343',7,'*'),(4091,'botánica','botánica',0,0,0.5333,'B352',6,'*'),(4092,'explotaciones','explotaciones',0,0,0.8667,'E2143252',6,'*'),(4093,'zoología','zoología',0,0,0.5333,'Z420',6,'*'),(4094,'horticultura','horticultura',0,0,0.8,'H632436',4,'*'),(4095,'geografía','geografía',0,0,0.6,'G610',6,'*'),(4096,'agro','agro',0,0,0.2667,'A260',2,'*'),(4097,'emprendimiento','emprendimiento',0,0,0.9333,'E5165353',6,'*'),(4098,'mayores','mayores',0,0,0.4667,'M620',1,'*'),(4100,'apropiada','apropiada',0,0,0.6,'A1613',1,'*'),(4101,'directivos','directivos',0,0,0.6667,'D62312',1,'*'),(4102,'empleadores','empleadores',0,0,0.7333,'E514362',1,'*'),(4103,'fluida','fluida',0,0,0.4,'F430',1,'*'),(4104,'idóneos','idóneos',0,0,0.4667,'I352',1,'*'),(4105,'infraestructura','infraestructura',0,0,1,'I516236236',1,'*'),(4106,'periódica','periódica',0,0,0.6,'P632',1,'*'),(4107,'revisión','revisión',0,0,0.5333,'R125',10,'*'),(4115,'campesina','campesina',0,0,0.6,'C5125',1,'*'),(4116,'deberán','deberán',0,0,0.4667,'D165',1,'*'),(4117,'dispongan','dispongan',0,0,0.6,'D21525',1,'*'),(4118,'fortaleza','fortaleza',0,0,0.6,'F6342',1,'*'),(4122,'lprodagrop','lprodagrop',0,0,0.6667,'L163261',1,'*'),(4123,'fisiopatología','fisiopatología',0,0,0.9333,'F21342',4,'*'),(4124,'micriobiología','micriobiología',0,0,0.9333,'M26142',4,'*'),(4125,'morfofisiología','morfofisiología',0,0,1,'M61242',7,'*'),(4126,'parasitología','parasitología',0,0,0.8667,'P62342',6,'*'),(4127,'socioantropología','socioantropología',0,0,1,'S536142',4,'*'),(4130,'adolescente','adolescente',0,0,0.7333,'A34253',3,'*'),(4131,'bioéticos','bioéticos',0,0,0.6,'B320',3,'*'),(4132,'ecobiología','ecobiología',0,0,0.7333,'E2142',3,'*'),(4133,'farmacología','farmacología',0,0,0.8,'F65242',5,'*'),(4134,'nacido','nacido',0,0,0.4,'N230',3,'*'),(4135,'nacimiento','nacimiento',0,0,0.6667,'N253',3,'*'),(4136,'prenatal','prenatal',0,0,0.5333,'P6534',3,'*'),(4137,'recién','recién',0,0,0.4,'R250',3,'*'),(4145,'adulto','adulto',0,0,0.4,'A343',2,'*'),(4146,'dilemas','dilemas',0,0,0.4667,'D452',2,'*'),(4147,'mental','mental',0,0,0.4,'M340',2,'*'),(4148,'psiquiatría','psiquiatría',0,0,0.7333,'P236',2,'*'),(4152,'calidez','calidez',0,0,0.4667,'C432',1,'*'),(4153,'efectiva','efectiva',0,0,0.5333,'E1231',2,'*'),(4154,'empatía','empatía',0,0,0.4667,'E513',1,'*'),(4155,'escucha','escucha',0,0,0.4667,'E200',1,'*'),(4156,'esenciales','esenciales',0,0,0.6667,'E25242',1,'*'),(4157,'filosóficos','filosóficos',0,0,0.7333,'F4212',1,'*'),(4158,'humanizado','humanizado',0,0,0.6667,'H523',1,'*'),(4159,'marcos','marcos',0,0,0.4,'M620',2,'*'),(4160,'organizar','organizar',0,0,0.6,'O62526',1,'*'),(4161,'orientado','orientado',0,0,0.6,'O653',2,'*'),(4162,'pae','pae',0,0,0.2,'P000',1,'*'),(4163,'respetuosa','respetuosa',0,0,0.6667,'R2132',1,'*'),(4164,'sello','sello',0,0,0.3333,'S400',1,'*'),(4167,'266','266',0,0,0.3,'',1,'*'),(4168,'acofaen','acofaen',0,0,0.4667,'A215',1,'*'),(4169,'afecten','afecten',0,0,0.4667,'A1235',1,'*'),(4170,'ameritan','ameritan',0,0,0.5333,'A5635',1,'*'),(4171,'articulado','articulado',0,0,0.6667,'A63243',1,'*'),(4172,'asociación','asociación',0,0,0.6667,'A250',1,'*'),(4173,'bio-psico-social','bio-psico-social',0,0,1,'B240',1,'*'),(4174,'brinda','brinda',0,0,0.4,'B653',1,'*'),(4175,'cambia','cambia',0,0,0.4,'C510',1,'*'),(4176,'cie','cie',0,0,0.2,'C000',1,'*'),(4177,'consumidor','consumidor',0,0,0.6667,'C52536',5,'*'),(4178,'creativamente','creativamente',0,0,0.8667,'C63153',1,'*'),(4179,'creatividad','creatividad',0,0,0.7333,'C6313',1,'*'),(4180,'dependiendo','dependiendo',0,0,0.7333,'D15353',1,'*'),(4181,'desarrollan','desarrollan',0,0,0.7333,'D2645',9,'*'),(4182,'desvíos','desvíos',0,0,0.4667,'D212',1,'*'),(4183,'directrices','directrices',0,0,0.7333,'D62362',1,'*'),(4184,'disciplinarias','disciplinarias',0,0,0.9333,'D214562',1,'*'),(4185,'estudian','estudian',0,0,0.5333,'E235',1,'*'),(4186,'expresada','expresada',0,0,0.6,'E21623',1,'*'),(4187,'facultades','facultades',0,0,0.6667,'F2432',1,'*'),(4188,'implica','implica',0,0,0.4667,'I5142',1,'*'),(4189,'interactuar','interactuar',0,0,0.7333,'I536236',4,'*'),(4190,'oportunidades','oportunidades',0,0,0.8667,'O163532',1,'*'),(4191,'planteamientos','planteamientos',0,0,0.9333,'P453532',1,'*'),(4192,'potenciales','potenciales',0,0,0.7333,'P35242',1,'*'),(4193,'principales','principales',0,0,0.7333,'P652142',10,'*'),(4194,'protocolos','protocolos',0,0,0.6667,'P63242',2,'*'),(4195,'recrean','recrean',0,0,0.4667,'R265',1,'*'),(4196,'respetar','respetar',0,0,0.5333,'R2136',1,'*'),(4197,'seguro','seguro',0,0,0.4,'S600',1,'*'),(4198,'siguiendo','siguiendo',0,0,0.6,'S530',1,'*'),(4199,'sí','sí',0,0,0.1333,'S000',1,'*'),(4200,'terapéutico','terapéutico',0,0,0.7333,'T6132',1,'*'),(4201,'trabajan','trabajan',0,0,0.5333,'T6125',1,'*'),(4202,'viven','viven',0,0,0.3333,'V500',1,'*'),(4203,'único','único',0,0,0.3333,'ú520',1,'*'),(4230,'espacio','espacio',0,0,0.4667,'E212',11,'*'),(4231,'fundamentadas','fundamentadas',0,0,0.8667,'F53532',2,'*'),(4232,'recreación','recreación',0,0,0.6667,'R2625',2,'*'),(4233,'enfermeria','enfermeria',0,0,0.6667,'E51656',1,'*'),(4234,'dibujo','dibujo',0,0,0.4,'D120',2,'*'),(4235,'alimentarios','alimentarios',0,0,0.8,'A45362',2,'*'),(4236,'biotecnología','biotecnología',0,0,0.8667,'B32542',1,'*'),(4237,'contabilidad','contabilidad',0,0,0.8,'C53143',13,'*'),(4238,'costos','costos',0,0,0.4,'C320',12,'*'),(4239,'derecho','derecho',0,0,0.4667,'D620',13,'*'),(4240,'fisicoquímica','fisicoquímica',0,0,0.8667,'F252',1,'*'),(4241,'materias','materias',0,0,0.5333,'M362',3,'*'),(4242,'mercadeo','mercadeo',0,0,0.5333,'M623',29,'*'),(4243,'operaciones','operaciones',0,0,0.7333,'O16252',6,'*'),(4244,'pecuarios','pecuarios',0,0,0.6,'P262',1,'*'),(4245,'planta','planta',0,0,0.4,'P453',1,'*'),(4246,'primas','primas',0,0,0.4,'P652',3,'*'),(4247,'unitarias','unitarias',0,0,0.6,'U5362',1,'*'),(4250,'adelantar','adelantar',0,0,0.6,'A34536',2,'*'),(4251,'agroindustria','agroindustria',0,0,0.8667,'A2653236',2,'*'),(4252,'cadenas','cadenas',0,0,0.4667,'C352',2,'*'),(4253,'orientación','orientación',0,0,0.7333,'O65325',2,'*'),(4257,'acrediten','acrediten',0,0,0.6,'A2635',4,'*'),(4258,'agroindustriales','agroindustriales',0,0,1,'A265323642',9,'*'),(4259,'colegios','colegios',0,0,0.5333,'C420',4,'*'),(4260,'desempeñará','desempeñará',0,0,0.7333,'D2516',1,'*'),(4261,'eficazmente','eficazmente',0,0,0.7333,'E1253',1,'*'),(4262,'eslabón','eslabón',0,0,0.4667,'E2415',1,'*'),(4263,'flexibilidad','flexibilidad',0,0,0.8,'F42143',1,'*'),(4264,'hombres','hombres',0,0,0.4667,'H5162',4,'*'),(4265,'momento','momento',0,0,0.4667,'M300',4,'*'),(4266,'mujeres','mujeres',0,0,0.4667,'M262',4,'*'),(4267,'obtener','obtener',0,0,0.4667,'O1356',1,'*'),(4268,'orientará','orientará',0,0,0.6,'O6536',1,'*'),(4269,'subproductos','subproductos',0,0,0.8,'S163232',1,'*'),(4270,'transferir','transferir',0,0,0.6667,'T65216',1,'*'),(4272,'ingenieriaagroindustrial','ingenieriaagroindustrial',0,0,1,'I525626532364',1,'*'),(4273,'agroclimatología','agroclimatología',0,0,1,'A26245342',3,'*'),(4274,'entomología','entomología',0,0,0.7333,'E53542',3,'*'),(4275,'experimentos','experimentos',0,0,0.8,'E216532',3,'*'),(4276,'geomática','geomática',0,0,0.6,'G532',3,'*'),(4277,'génesis','génesis',0,0,0.4667,'G520',3,'*'),(4280,'agroecología','agroecología',0,0,0.8,'A26242',2,'*'),(4281,'agríc','agríc',0,0,0.3333,'A262',2,'*'),(4282,'clima','clima',0,0,0.3333,'C450',2,'*'),(4283,'comercialización','comercialización',0,0,1,'C562425',10,'*'),(4284,'construcciones','construcciones',0,0,0.9333,'C5236252',2,'*'),(4285,'cálido','cálido',0,0,0.4,'C430',2,'*'),(4286,'fitomejoramiento','fitomejoramiento',0,0,1,'F352653',2,'*'),(4287,'frío','frío',0,0,0.2667,'F600',2,'*'),(4288,'maquinaria','maquinaria',0,0,0.6667,'M256',2,'*'),(4289,'mecanización','mecanización',0,0,0.8,'M2525',2,'*'),(4290,'poscosecha','poscosecha',0,0,0.6667,'P200',2,'*'),(4291,'sanitario','sanitario',0,0,0.6,'S536',2,'*'),(4295,'agrónomos','agrónomos',0,0,0.6,'A2652',2,'*'),(4296,'basados','basados',0,0,0.4667,'B232',2,'*'),(4297,'competitivos','competitivos',0,0,0.8,'C51312',3,'*'),(4298,'demande','demande',0,0,0.4667,'D530',2,'*'),(4299,'espíritu','espíritu',0,0,0.5333,'E2163',2,'*'),(4300,'honestidad','honestidad',0,0,0.6667,'H523',2,'*'),(4301,'justicia','justicia',0,0,0.5333,'J320',2,'*'),(4302,'les','les',0,0,0.2,'L200',2,'*'),(4303,'solucionar','solucionar',0,0,0.6667,'S4256',3,'*'),(4310,'concepción','concepción',0,0,0.6667,'C52125',1,'*'),(4311,'manejar','manejar',0,0,0.4667,'M260',1,'*'),(4312,'orientadas','orientadas',0,0,0.6667,'O6532',2,'*'),(4313,'agronomica','agronomica',0,0,0.6667,'A2652',1,'*'),(4314,'ed','ed',0,0,0.1333,'E300',1,'*'),(4315,'anatomía','anatomía',0,0,0.5333,'A535',2,'*'),(4316,'avícola','avícola',0,0,0.4667,'A124',2,'*'),(4317,'balanceados','balanceados',0,0,0.7333,'B45232',2,'*'),(4318,'cirugía','cirugía',0,0,0.4667,'C620',2,'*'),(4319,'clínica','clínica',0,0,0.4667,'C452',2,'*'),(4320,'comparada','comparada',0,0,0.6,'C5163',2,'*'),(4321,'cárnicos','cárnicos',0,0,0.5333,'C652',2,'*'),(4322,'forrajes','forrajes',0,0,0.5333,'F620',2,'*'),(4323,'grandes','grandes',0,0,0.4667,'G6532',2,'*'),(4324,'histología','histología',0,0,0.6667,'H2342',2,'*'),(4325,'infecciosas','infecciosas',0,0,0.7333,'I512',2,'*'),(4326,'inmunología','inmunología',0,0,0.7333,'I542',2,'*'),(4327,'interna','interna',0,0,0.4667,'I5365',2,'*'),(4328,'lácteos','lácteos',0,0,0.4667,'L232',2,'*'),(4329,'metabólica','metabólica',0,0,0.6667,'M3142',2,'*'),(4330,'pequeños','pequeños',0,0,0.5333,'P200',2,'*'),(4331,'rumiantes','rumiantes',0,0,0.6,'R532',2,'*'),(4332,'semiología','semiología',0,0,0.6667,'S542',2,'*'),(4333,'sistémica','sistémica',0,0,0.6,'S352',2,'*'),(4334,'suplementos','suplementos',0,0,0.7333,'S14532',2,'*'),(4335,'virología','virología',0,0,0.6,'V642',2,'*'),(4346,'adoptar','adoptar',0,0,0.4667,'A3136',1,'*'),(4347,'generadores','generadores',0,0,0.7333,'G56362',1,'*'),(4349,'caracterizarse','caracterizarse',0,0,0.9333,'C6236262',1,'*'),(4350,'credos','credos',0,0,0.4,'C632',1,'*'),(4351,'distinción','distinción',0,0,0.6667,'D23525',1,'*'),(4352,'edades','edades',0,0,0.4,'E320',1,'*'),(4353,'graduados','graduados',0,0,0.6,'G632',1,'*'),(4354,'médicos','médicos',0,0,0.4667,'M320',1,'*'),(4355,'ni','ni',0,0,0.1333,'N000',1,'*'),(4356,'razas','razas',0,0,0.3333,'R200',1,'*'),(4357,'reproductivos','reproductivos',0,0,0.8667,'R1632312',1,'*'),(4358,'sexos','sexos',0,0,0.3333,'S000',1,'*'),(4359,'veterinarios','veterinarios',0,0,0.8,'V36562',1,'*'),(4360,'vocación','vocación',0,0,0.5333,'V250',1,'*'),(4361,'zootecnistas','zootecnistas',0,0,0.8,'Z325232',1,'*'),(4364,'constitucional','constitucional',0,0,0.9333,'C523254',9,'*'),(4365,'consultorio','consultorio',0,0,0.7333,'C52436',2,'*'),(4366,'directivas','directivas',0,0,0.6667,'D62312',2,'*'),(4367,'estratégica','estratégica',0,0,0.7333,'E23632',7,'*'),(4368,'gerencial','gerencial',0,0,0.6,'G6524',4,'*'),(4369,'ingles','ingles',0,0,0.4,'I5242',2,'*'),(4370,'logística','logística',0,0,0.6,'L232',13,'*'),(4371,'macroeconomía','macroeconomía',0,0,0.8667,'M2625',12,'*'),(4372,'microeconomía','microeconomía',0,0,0.8667,'M2625',12,'*'),(4373,'presupuestos','presupuestos',0,0,0.8,'P621232',7,'*'),(4374,'pronósticos','pronósticos',0,0,0.7333,'P65232',2,'*'),(4375,'publica','publica',0,0,0.4667,'P420',2,'*'),(4376,'tributaria','tributaria',0,0,0.6667,'T6136',5,'*'),(4379,'constructivamente','constructivamente',0,0,1,'C523623153',1,'*'),(4380,'organizando','organizando',0,0,0.7333,'O625253',1,'*'),(4382,'admón','admón',0,0,0.3333,'A350',1,'*'),(4383,'eficaz','eficaz',0,0,0.4,'E120',1,'*'),(4384,'gobiernos','gobiernos',0,0,0.6,'G1652',1,'*'),(4385,'internacionalización','internacionalización',0,0,1,'I536525425',1,'*'),(4386,'viabilidad','viabilidad',0,0,0.6667,'V430',3,'*'),(4389,'admonempresas','admonempresas',0,0,0.8667,'A35162',1,'*'),(4390,'confianza','confianza',0,0,0.6,'C5152',3,'*'),(4391,'contaduría','contaduría',0,0,0.6667,'C536',8,'*'),(4392,'entres','entres',0,0,0.4,'E5362',1,'*'),(4393,'otorgan','otorgan',0,0,0.4667,'O3625',1,'*'),(4394,'producto','producto',0,0,0.5333,'P6323',5,'*'),(4395,'vision','vision',0,0,0.4,'V250',3,'*'),(4396,'íntegramente','íntegramente',0,0,0.8,'í532653',1,'*'),(4397,'auditoría','auditoría',0,0,0.6,'A360',3,'*'),(4398,'contabilidades','contabilidades',0,0,0.9333,'C531432',2,'*'),(4399,'fiscal','fiscal',0,0,0.4,'F240',5,'*'),(4400,'nias','nias',0,0,0.2667,'N200',2,'*'),(4401,'presupuesto','presupuesto',0,0,0.7333,'P62123',6,'*'),(4402,'revisoría','revisoría',0,0,0.6,'R126',3,'*'),(4404,'usuarios','usuarios',0,0,0.5333,'U262',1,'*'),(4405,'actualizado','actualizado',0,0,0.7333,'A23423',1,'*'),(4406,'fe','fe',0,0,0.1333,'F000',1,'*'),(4407,'financieros','financieros',0,0,0.7333,'F5262',1,'*'),(4408,'tributarios','tributarios',0,0,0.7333,'T61362',1,'*'),(4412,'brochure','brochure',0,0,0.5333,'B626',3,'*'),(4413,'“cartilla','“cartilla',0,0,0.6,'“2634',3,'*'),(4415,'contaduriapublica','contaduriapublica',0,0,1,'C536142',1,'*'),(4416,'cuentas','cuentas',0,0,0.4667,'C532',3,'*'),(4417,'juegos','juegos',0,0,0.4,'J000',3,'*'),(4419,'bancaria','bancaria',0,0,0.5333,'B526',2,'*'),(4420,'comercio','comercio',0,0,0.5333,'C562',2,'*'),(4421,'econometría','econometría',0,0,0.7333,'E2536',2,'*'),(4422,'latinoamericana','latinoamericana',0,0,1,'L35625',2,'*'),(4423,'monetaria','monetaria',0,0,0.6,'M360',2,'*'),(4424,'socioeconómica','socioeconómica',0,0,0.9333,'S520',2,'*'),(4426,'determinados','determinados',0,0,0.8,'D6532',2,'*'),(4427,'economistas','economistas',0,0,0.7333,'E25232',2,'*'),(4428,'formativo','formativo',0,0,0.6,'F6531',2,'*'),(4429,'luz','luz',0,0,0.2,'L200',2,'*'),(4430,'macroeconómicas','macroeconómicas',0,0,1,'M26252',2,'*'),(4431,'macroeconómicos','macroeconómicos',0,0,1,'M26252',2,'*'),(4432,'medir','medir',0,0,0.3333,'M360',2,'*'),(4433,'micro','micro',0,0,0.3333,'M260',3,'*'),(4434,'respectiva','respectiva',0,0,0.6667,'R21231',2,'*'),(4435,'variables','variables',0,0,0.6,'V6142',3,'*'),(4441,'apartadas','apartadas',0,0,0.6,'A1632',1,'*'),(4442,'economista','economista',0,0,0.6667,'E2523',1,'*'),(4443,'fundamentado','fundamentado',0,0,0.8,'F5353',2,'*'),(4444,'incluidos','incluidos',0,0,0.6,'I52432',1,'*'),(4445,'mínimo','mínimo',0,0,0.4,'M000',1,'*'),(4446,'reglamenta','reglamenta',0,0,0.6667,'R2453',1,'*'),(4447,'zonas','zonas',0,0,0.3333,'Z520',1,'*'),(4448,'economia','economia',0,0,0.5333,'E250',1,'*'),(4449,'cuantitativa','cuantitativa',0,0,0.8,'C531',4,'*'),(4450,'precio','precio',0,0,0.4,'P620',4,'*'),(4452,'cliente','cliente',0,0,0.4667,'C453',9,'*'),(4453,'cualitativa','cualitativa',0,0,0.7333,'C431',3,'*'),(4454,'merchandising','merchandising',0,0,0.8667,'M6253252',3,'*'),(4455,'publicidad','publicidad',0,0,0.6667,'P423',11,'*'),(4456,'venta','venta',0,0,0.3333,'V530',3,'*'),(4459,'flexible','flexible',0,0,0.5333,'F4214',3,'*'),(4460,'generador','generador',0,0,0.6,'G5636',2,'*'),(4461,'impacte','impacte',0,0,0.4667,'I5123',2,'*'),(4462,'protagonista','protagonista',0,0,0.8,'P632523',2,'*'),(4466,'aprehensión','aprehensión',0,0,0.7333,'A16525',2,'*'),(4467,'aptitudes','aptitudes',0,0,0.6,'A132',2,'*'),(4468,'orientan','orientan',0,0,0.5333,'O6535',1,'*'),(4469,'promueva','promueva',0,0,0.5333,'P651',1,'*'),(4470,'relacionas','relacionas',0,0,0.6667,'R4252',1,'*'),(4471,'tendientes','tendientes',0,0,0.6667,'T53532',2,'*'),(4473,'activos','activos',0,0,0.4667,'A2312',1,'*'),(4474,'afectar','afectar',0,0,0.4667,'A1236',1,'*'),(4475,'consoliden','consoliden',0,0,0.6667,'C52435',1,'*'),(4476,'definidas','definidas',0,0,0.6,'D1532',1,'*'),(4477,'empresa','empresa',0,0,0.4667,'E5162',1,'*'),(4478,'lleven','lleven',0,0,0.4,'L150',1,'*'),(4479,'perfeccionamiento','perfeccionamiento',0,0,1,'P61253',1,'*'),(4480,'acertado','acertado',0,0,0.5333,'A263',1,'*'),(4481,'analiza','analiza',0,0,0.4667,'A542',2,'*'),(4482,'consumidores','consumidores',0,0,0.8,'C525362',2,'*'),(4483,'cuanto','cuanto',0,0,0.4,'C530',2,'*'),(4484,'desenvuelva','desenvuelva',0,0,0.7333,'D25141',2,'*'),(4485,'diseñados','diseñados',0,0,0.6,'D232',2,'*'),(4486,'lanzamiento','lanzamiento',0,0,0.7333,'L5253',2,'*'),(4487,'mezcla','mezcla',0,0,0.4,'M240',10,'*'),(4488,'portafolio','portafolio',0,0,0.6667,'P6314',2,'*'),(4489,'posicionamiento','posicionamiento',0,0,1,'P253',2,'*'),(4490,'realiza','realiza',0,0,0.4667,'R420',2,'*'),(4491,'satisfacer','satisfacer',0,0,0.6667,'S32126',2,'*'),(4492,'éticamente','éticamente',0,0,0.6667,'é3253',2,'*'),(4495,'departamento','departamento',0,0,0.8,'D16353',10,'*'),(4496,'fueron','fueron',0,0,0.4,'F650',10,'*'),(4497,'mipymes','mipymes',0,0,0.4667,'M152',10,'*'),(4498,'actualizada','actualizada',0,0,0.7333,'A23423',9,'*'),(4499,'apoyar','apoyar',0,0,0.4,'A160',9,'*'),(4500,'asignaturas','asignaturas',0,0,0.7333,'A25362',9,'*'),(4501,'considerado','considerado',0,0,0.7333,'C52363',9,'*'),(4502,'constituidas','constituidas',0,0,0.8,'C5232',9,'*'),(4503,'contemplan','contemplan',0,0,0.6667,'C535145',9,'*'),(4504,'contrastar','contrastar',0,0,0.6667,'C536236',9,'*'),(4505,'electivos','electivos',0,0,0.6,'E42312',9,'*'),(4506,'finalmente','finalmente',0,0,0.6667,'F5453',9,'*'),(4507,'formativa','formativa',0,0,0.6,'F6531',9,'*'),(4508,'globalizado','globalizado',0,0,0.7333,'G41423',9,'*'),(4509,'hacen','hacen',0,0,0.3333,'H250',9,'*'),(4510,'oportunidad','oportunidad',0,0,0.7333,'O16353',9,'*'),(4511,'responden','responden',0,0,0.6,'R21535',9,'*'),(4512,'varios','varios',0,0,0.4,'V620',9,'*'),(4513,'ix','ix',0,0,0.1333,'I200',8,'*'),(4514,'publicitario','publicitario',0,0,0.8,'P4236',8,'*'),(4515,'pymes','pymes',0,0,0.3333,'P520',8,'*'),(4516,'“proyecto','“proyecto',0,0,0.6,'“1623',1,'*'),(4517,'estimar','estimar',0,0,0.4667,'E2356',1,'*'),(4518,'mercadotecnia','mercadotecnia',0,0,0.8667,'M62325',1,'*');
/*!40000 ALTER TABLE `cql20_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_terms_common`
--
DROP TABLE IF EXISTS `cql20_finder_terms_common`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_terms_common` (
`term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom` int NOT NULL DEFAULT '0',
UNIQUE KEY `idx_term_language` (`term`,`language`),
KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_terms_common`
--
LOCK TABLES `cql20_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `cql20_finder_terms_common` DISABLE KEYS */;
INSERT INTO `cql20_finder_terms_common` VALUES ('a','en',0),('about','en',0),('above','en',0),('after','en',0),('again','en',0),('against','en',0),('all','en',0),('am','en',0),('an','en',0),('and','en',0),('any','en',0),('are','en',0),('aren\'t','en',0),('as','en',0),('at','en',0),('be','en',0),('because','en',0),('been','en',0),('before','en',0),('being','en',0),('below','en',0),('between','en',0),('both','en',0),('but','en',0),('by','en',0),('can\'t','en',0),('cannot','en',0),('could','en',0),('couldn\'t','en',0),('did','en',0),('didn\'t','en',0),('do','en',0),('does','en',0),('doesn\'t','en',0),('doing','en',0),('don\'t','en',0),('down','en',0),('during','en',0),('each','en',0),('few','en',0),('for','en',0),('from','en',0),('further','en',0),('had','en',0),('hadn\'t','en',0),('has','en',0),('hasn\'t','en',0),('have','en',0),('haven\'t','en',0),('having','en',0),('he','en',0),('he\'d','en',0),('he\'ll','en',0),('he\'s','en',0),('her','en',0),('here','en',0),('here\'s','en',0),('hers','en',0),('herself','en',0),('him','en',0),('himself','en',0),('his','en',0),('how','en',0),('how\'s','en',0),('i','en',0),('i\'d','en',0),('i\'ll','en',0),('i\'m','en',0),('i\'ve','en',0),('if','en',0),('in','en',0),('into','en',0),('is','en',0),('isn\'t','en',0),('it','en',0),('it\'s','en',0),('its','en',0),('itself','en',0),('let\'s','en',0),('me','en',0),('more','en',0),('most','en',0),('mustn\'t','en',0),('my','en',0),('myself','en',0),('no','en',0),('nor','en',0),('not','en',0),('of','en',0),('off','en',0),('on','en',0),('once','en',0),('only','en',0),('or','en',0),('other','en',0),('ought','en',0),('our','en',0),('ours','en',0),('ourselves','en',0),('out','en',0),('over','en',0),('own','en',0),('same','en',0),('shan\'t','en',0),('she','en',0),('she\'d','en',0),('she\'ll','en',0),('she\'s','en',0),('should','en',0),('shouldn\'t','en',0),('so','en',0),('some','en',0),('such','en',0),('than','en',0),('that','en',0),('that\'s','en',0),('the','en',0),('their','en',0),('theirs','en',0),('them','en',0),('themselves','en',0),('then','en',0),('there','en',0),('there\'s','en',0),('these','en',0),('they','en',0),('they\'d','en',0),('they\'ll','en',0),('they\'re','en',0),('they\'ve','en',0),('this','en',0),('those','en',0),('through','en',0),('to','en',0),('too','en',0),('under','en',0),('until','en',0),('up','en',0),('very','en',0),('was','en',0),('wasn\'t','en',0),('we','en',0),('we\'d','en',0),('we\'ll','en',0),('we\'re','en',0),('we\'ve','en',0),('were','en',0),('weren\'t','en',0),('what','en',0),('what\'s','en',0),('when','en',0),('when\'s','en',0),('where','en',0),('where\'s','en',0),('which','en',0),('while','en',0),('who','en',0),('who\'s','en',0),('whom','en',0),('why','en',0),('why\'s','en',0),('with','en',0),('won\'t','en',0),('would','en',0),('wouldn\'t','en',0),('you','en',0),('you\'d','en',0),('you\'ll','en',0),('you\'re','en',0),('you\'ve','en',0),('your','en',0),('yours','en',0),('yourself','en',0),('yourselves','en',0);
/*!40000 ALTER TABLE `cql20_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_tokens`
--
DROP TABLE IF EXISTS `cql20_finder_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_tokens` (
`term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`common` tinyint unsigned NOT NULL DEFAULT '0',
`phrase` tinyint unsigned NOT NULL DEFAULT '0',
`weight` float unsigned NOT NULL DEFAULT '1',
`context` tinyint unsigned NOT NULL DEFAULT '2',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
KEY `idx_word` (`term`),
KEY `idx_stem` (`stem`),
KEY `idx_context` (`context`),
KEY `idx_language` (`language`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_tokens`
--
LOCK TABLES `cql20_finder_tokens` WRITE;
/*!40000 ALTER TABLE `cql20_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_tokens_aggregate`
--
DROP TABLE IF EXISTS `cql20_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_tokens_aggregate` (
`term_id` int unsigned NOT NULL,
`term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`common` tinyint unsigned NOT NULL DEFAULT '0',
`phrase` tinyint unsigned NOT NULL DEFAULT '0',
`term_weight` float unsigned NOT NULL DEFAULT '0',
`context` tinyint unsigned NOT NULL DEFAULT '2',
`context_weight` float unsigned NOT NULL DEFAULT '0',
`total_weight` float unsigned NOT NULL DEFAULT '0',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
KEY `token` (`term`),
KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_tokens_aggregate`
--
LOCK TABLES `cql20_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `cql20_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_types`
--
DROP TABLE IF EXISTS `cql20_finder_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_types` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`mime` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_types`
--
LOCK TABLES `cql20_finder_types` WRITE;
/*!40000 ALTER TABLE `cql20_finder_types` DISABLE KEYS */;
INSERT INTO `cql20_finder_types` VALUES (1,'Category',''),(2,'Contact',''),(3,'Article',''),(4,'News Feed',''),(5,'Tag','');
/*!40000 ALTER TABLE `cql20_finder_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_guidedtour_steps`
--
DROP TABLE IF EXISTS `cql20_guidedtour_steps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_guidedtour_steps` (
`id` int NOT NULL AUTO_INCREMENT,
`tour_id` int NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`ordering` int NOT NULL DEFAULT '0',
`position` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`type` int NOT NULL,
`interactive_type` int NOT NULL DEFAULT '1',
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`checked_out_time` datetime DEFAULT NULL,
`checked_out` int unsigned DEFAULT NULL,
`language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_tour` (`tour_id`),
KEY `idx_state` (`published`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_guidedtour_steps`
--
LOCK TABLES `cql20_guidedtour_steps` WRITE;
/*!40000 ALTER TABLE `cql20_guidedtour_steps` DISABLE KEYS */;
INSERT INTO `cql20_guidedtour_steps` VALUES (1,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_NEW_DESCRIPTION',1,'bottom','.button-new',2,1,'administrator/index.php?option=com_guidedtours&view=tours','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(2,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_DESCRIPTION',2,'bottom','#jform_title',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(3,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_DESCRIPTION',3,'top','#jform_url',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(4,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_DESCRIPTION',4,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(5,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_DESCRIPTION',5,'top','joomla-field-fancy-select .choices',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(6,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_DESCRIPTION',6,'top','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(7,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_DESCRIPTION',7,'bottom','',0,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(8,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_DESCRIPTION',8,'top','#toursList tbody tr:nth-last-of-type(1) td:nth-of-type(5) .btn',2,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(9,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_DESCRIPTION',9,'bottom','.button-new',2,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(10,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_DESCRIPTION',10,'bottom','#jform_title',2,2,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(11,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_DESCRIPTION',11,'bottom','#jform_description,#jform_description_ifr',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(12,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_DESCRIPTION',12,'bottom','#jform_published',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(13,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_DESCRIPTION',13,'top','#jform_position',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(14,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_DESCRIPTION',14,'top','#jform_target',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(15,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_DESCRIPTION',15,'top','#jform_type',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(16,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_DESCRIPTION',16,'bottom','#save-group-children-save .button-save',2,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(17,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_DESCRIPTION',17,'bottom','',0,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(18,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_DESCRIPTION',18,'bottom','.button-new',2,1,'administrator/index.php?option=com_content&view=articles','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(19,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_DESCRIPTION',19,'bottom','#jform_title',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(20,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_DESCRIPTION',20,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(21,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_DESCRIPTION',21,'bottom','#jform_articletext,#jform_articletext_ifr',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(22,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_DESCRIPTION',22,'bottom','#jform_state',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(23,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_DESCRIPTION',23,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(24,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_DESCRIPTION',24,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(25,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_DESCRIPTION',25,'bottom','#jform_access',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(26,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_DESCRIPTION',26,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(27,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_DESCRIPTION',27,'top','#jform_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(28,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_DESCRIPTION',28,'top','#jform_version_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(29,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_DESCRIPTION',29,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(30,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_DESCRIPTION',30,'bottom','',0,1,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(31,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_DESCRIPTION',31,'bottom','.button-new',2,1,'administrator/index.php?option=com_categories&view=categories&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(32,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_DESCRIPTION',32,'bottom','#jform_title',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(33,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_DESCRIPTION',33,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(34,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_DESCRIPTION',34,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(35,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_DESCRIPTION',35,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(36,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_DESCRIPTION',36,'bottom','#jform_published',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(37,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_DESCRIPTION',37,'bottom','#jform_access',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(38,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_DESCRIPTION',38,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(39,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_DESCRIPTION',39,'top','#jform_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(40,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_DESCRIPTION',40,'top','#jform_version_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(41,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_DESCRIPTION',41,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(42,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_DESCRIPTION',42,'bottom','',0,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(43,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_DESCRIPTION',43,'bottom','.button-new',2,1,'administrator/index.php?option=com_menus&view=menus','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(44,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_DESCRIPTION',44,'bottom','#jform_title',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(45,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_DESCRIPTION',45,'top','#jform_menutype',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(46,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_DESCRIPTION',46,'top','#jform_menudescription',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(47,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_DESCRIPTION',47,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(48,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_DESCRIPTION',48,'bottom','',0,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(49,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_DESCRIPTION',49,'bottom','.button-new',2,1,'administrator/index.php?option=com_tags&view=tags','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(50,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_DESCRIPTION',50,'bottom','#jform_title',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(51,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_DESCRIPTION',51,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(52,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_DESCRIPTION',52,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(53,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_DESCRIPTION',53,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(54,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_DESCRIPTION',54,'bottom','#jform_published',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(55,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_DESCRIPTION',55,'bottom','#jform_access',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(56,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_DESCRIPTION',56,'top','#jform_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(57,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_DESCRIPTION',57,'top','#jform_version_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(58,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_DESCRIPTION',58,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(59,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_DESCRIPTION',59,'bottom','',0,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(60,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_DESCRIPTION',60,'bottom','.button-new',2,1,'administrator/index.php?option=com_banners&view=banners','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(61,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_DESCRIPTION',61,'bottom','#jform_name',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(62,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_DESCRIPTION',62,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(63,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_DESCRIPTION',63,'bottom','.col-lg-9',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(64,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_DESCRIPTION',64,'bottom','#jform_state',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(65,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_DESCRIPTION',65,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(66,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_DESCRIPTION',66,'bottom','#jform_sticky1',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(67,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_DESCRIPTION',67,'top','#jform_version_note',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(68,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_DESCRIPTION',68,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(69,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_DESCRIPTION',69,'bottom','',0,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(70,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_DESCRIPTION',70,'bottom','.button-new',2,1,'administrator/index.php?option=com_contact&view=contacts','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(71,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_DESCRIPTION',71,'bottom','#jform_name',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(72,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_DESCRIPTION',72,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(73,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_DESCRIPTION',73,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(74,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_DESCRIPTION',74,'bottom','#jform_published',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(75,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_DESCRIPTION',75,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(76,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_DESCRIPTION',76,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(77,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_DESCRIPTION',77,'bottom','#jform_access',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(78,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_DESCRIPTION',78,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(79,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_DESCRIPTION',79,'top','#jform_version_note',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(80,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_DESCRIPTION',80,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(81,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_DESCRIPTION',81,'bottom','',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(82,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_DESCRIPTION',82,'bottom','.button-new',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeeds','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(83,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_DESCRIPTION',83,'bottom','#jform_name',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(84,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_DESCRIPTION',84,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(85,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_DESCRIPTION',85,'bottom','#jform_link',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(86,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_DESCRIPTION',86,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(87,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_DESCRIPTION',87,'bottom','#jform_published',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(88,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_DESCRIPTION',88,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(89,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_DESCRIPTION',89,'bottom','#jform_access',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(90,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_DESCRIPTION',90,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(91,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_DESCRIPTION',91,'top','#jform_version_note',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(92,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_DESCRIPTION',92,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(93,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_DESCRIPTION',93,'bottom','',0,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(94,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_DESCRIPTION',94,'bottom','.button-new',2,1,'administrator/index.php?option=com_finder&view=filters','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(95,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_DESCRIPTION',95,'bottom','#jform_title',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(96,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_DESCRIPTION',96,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(97,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_DESCRIPTION',97,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(98,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_DESCRIPTION',98,'bottom','#jform_state',2,3,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(99,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_DESCRIPTION',99,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(100,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_DESCRIPTION',100,'bottom','',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(101,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_DESCRIPTION',101,'bottom','.button-new',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(102,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_DESCRIPTION',102,'bottom','#jform_name',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(103,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_DESCRIPTION',103,'bottom','#jform_username',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(104,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_DESCRIPTION',104,'bottom','#jform_password',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(105,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_DESCRIPTION',105,'bottom','#jform_password2',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(106,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_DESCRIPTION',106,'bottom','#jform_email',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(107,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_DESCRIPTION',107,'top','#jform_sendEmail0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(108,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_DESCRIPTION',108,'top','#jform_block0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(109,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_DESCRIPTION',109,'top','#jform_requireReset0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(110,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_DESCRIPTION',110,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(111,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_DESCRIPTION',111,'bottom','',0,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*','');
/*!40000 ALTER TABLE `cql20_guidedtour_steps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_guidedtours`
--
DROP TABLE IF EXISTS `cql20_guidedtours`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_guidedtours` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`ordering` int NOT NULL DEFAULT '0',
`extensions` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`created_by` int NOT NULL DEFAULT '0',
`modified` datetime NOT NULL,
`modified_by` int NOT NULL DEFAULT '0',
`checked_out_time` datetime DEFAULT NULL,
`checked_out` int unsigned DEFAULT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`access` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_state` (`published`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_guidedtours`
--
LOCK TABLES `cql20_guidedtours` WRITE;
/*!40000 ALTER TABLE `cql20_guidedtours` DISABLE KEYS */;
INSERT INTO `cql20_guidedtours` VALUES (1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_TITLE','COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_DESCRIPTION',1,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_TITLE','COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_DESCRIPTION',2,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(3,'COM_GUIDEDTOURS_TOUR_ARTICLES_TITLE','COM_GUIDEDTOURS_TOUR_ARTICLES_DESCRIPTION',3,'[\"*\"]','administrator/index.php?option=com_content&view=articles','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE','COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION',4,'[\"*\"]','administrator/index.php?option=com_categories&view=categories&extension=com_content','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(5,'COM_GUIDEDTOURS_TOUR_MENUS_TITLE','COM_GUIDEDTOURS_TOUR_MENUS_DESCRIPTION',5,'[\"*\"]','administrator/index.php?option=com_menus&view=menus','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(6,'COM_GUIDEDTOURS_TOUR_TAGS_TITLE','COM_GUIDEDTOURS_TOUR_TAGS_DESCRIPTION',6,'[\"*\"]','administrator/index.php?option=com_tags&view=tags','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(7,'COM_GUIDEDTOURS_TOUR_BANNERS_TITLE','COM_GUIDEDTOURS_TOUR_BANNERS_DESCRIPTION',7,'[\"*\"]','administrator/index.php?option=com_banners&view=banners','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(8,'COM_GUIDEDTOURS_TOUR_CONTACTS_TITLE','COM_GUIDEDTOURS_TOUR_CONTACTS_DESCRIPTION',8,'[\"*\"]','administrator/index.php?option=com_contact&view=contacts','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_TITLE','COM_GUIDEDTOURS_TOUR_NEWSFEEDS_DESCRIPTION',9,'[\"*\"]','administrator/index.php?option=com_newsfeeds&view=newsfeeds','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_TITLE','COM_GUIDEDTOURS_TOUR_SMARTSEARCH_DESCRIPTION',10,'[\"*\"]','administrator/index.php?option=com_finder&view=filters','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(11,'COM_GUIDEDTOURS_TOUR_USERS_TITLE','COM_GUIDEDTOURS_TOUR_USERS_DESCRIPTION',11,'[\"*\"]','administrator/index.php?option=com_users&view=users','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1);
/*!40000 ALTER TABLE `cql20_guidedtours` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_history`
--
DROP TABLE IF EXISTS `cql20_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_history` (
`version_id` int unsigned NOT NULL AUTO_INCREMENT,
`item_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`version_note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Optional version name',
`save_date` datetime NOT NULL,
`editor_user_id` int unsigned NOT NULL DEFAULT '0',
`character_count` int unsigned NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.',
`sha1_hash` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
`version_data` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'json-encoded string of version data',
`keep_forever` tinyint NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep',
PRIMARY KEY (`version_id`),
KEY `idx_ucm_item_id` (`item_id`),
KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB AUTO_INCREMENT=786 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_history`
--
LOCK TABLES `cql20_history` WRITE;
/*!40000 ALTER TABLE `cql20_history` DISABLE KEYS */;
INSERT INTO `cql20_history` VALUES (350,'com_content.article.4','','2023-09-05 13:45:34',393,2900,'cb5428ac5bf1d01bc13ef62a90612b27e93d2b00','{\"id\":\"4\",\"asset_id\":103,\"title\":\"L\\u00edneas de investigaci\\u00f3n\",\"alias\":\"lineas-de-investigacion\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">La l\\u00ednea matriz \\u201cRecursos hidrobiol\\u00f3gicos\\u201d es desarrollada a trav\\u00e9s de las \\u00e1reas:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Alimentaci\\u00f3n y nutrici\\u00f3n de organismos acu\\u00e1ticos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Sistemas de producci\\u00f3n acu\\u00edcola.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Crio-conservaci\\u00f3n de gametos y reproducci\\u00f3n de peces.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Biolog\\u00eda, fisiolog\\u00eda, toxicolog\\u00eda y patolog\\u00eda de organismos acu\\u00e1ticos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Conservaci\\u00f3n del recurso h\\u00eddrico.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Din\\u00e1mica de nutrientes en ecosistemas acu\\u00e1ticos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Recursos marinos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Calidad de Aguas.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Gesti\\u00f3n ambiental, biodiversidad y comunidad.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Pol\\u00edticas, normatividad legal y gobernanza de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Acuicultura de especies hidrobiol\\u00f3gicas de la cuenca del Orinoco.<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-05 13:45:34\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-05 13:42:09\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":62,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(351,'com_content.article.4','','2023-09-05 13:48:29',393,1610,'ebd015462c938dd8fa0190ea73d3058a594a948c','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"0\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-05 13:48:29\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-05 13:48:11\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":63,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(397,'com_content.article.4','','2023-09-07 14:14:13',393,2353,'5fecd34b69274e5693325aafe1664cd4935807ec','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El objeto de estudio de la Maestr\\u00eda en Educaci\\u00f3n de la Universidad de los Llanos es la formaci\\u00f3n de docentes y profesionales vinculados a la educaci\\u00f3n con una preocupaci\\u00f3n permanente en la construcci\\u00f3n de un pensamiento educativo y pedag\\u00f3gico, que refleje la identidad de la regi\\u00f3n de la Orinoqu\\u00eda Colombiana para desde all\\u00ed hacer ingentes aportes te\\u00f3rico-conceptuales y pr\\u00e1cticos que conlleven al reconocimiento de la educaci\\u00f3n como factor de transformaci\\u00f3n social desde los diversos \\u00e9nfasis: docencia universitaria, did\\u00e1ctica de las ciencias, curr\\u00edculo y evaluaci\\u00f3n, educaci\\u00f3n rural y diversidad e infancia.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-07 14:14:13\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-07 14:14:00\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":11,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":63,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(401,'com_content.article.10','','2023-09-07 14:37:06',393,3700,'b9a717f292870118cd4a86748ba36cb99fc77c26','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2>General:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar a nivel avanzado docentes y profesionales vinculados a la educaci\\u00f3n capaz de contribuir te\\u00f3rica, conceptual y desde la pr\\u00e1ctica en la reflexi\\u00f3n cr\\u00edtica y el planteamiento de soluciones transformadoras desde los diferentes \\u00e9nfasis que den respuesta a las problem\\u00e1ticas educativas y pedag\\u00f3gicas de la regi\\u00f3n y el pa\\u00eds.<\\/p>\\r\\n<h2>Espec\\u00edficos:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Formar docentes y profesionales vinculados a la educaci\\u00f3n capaces de reflexionar sobre las pr\\u00e1cticas educativas y pedag\\u00f3gicas y sus implicaciones en el contexto social, cultural y educativo de la regi\\u00f3n y el pa\\u00eds.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Generar espacios acad\\u00e9micos de reflexi\\u00f3n para docentes y profesionales vinculados a la educaci\\u00f3n en el saber pedag\\u00f3gico, la historia de la educaci\\u00f3n, la epistemolog\\u00eda y las teor\\u00edas de la pedagog\\u00eda, como saber fundante y como saber cr\\u00edtico de su pr\\u00e1ctica pedag\\u00f3gica.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Formar docentes y profesionales vinculados a la educaci\\u00f3n capaces de una reflexi\\u00f3n cr\\u00edtica en su quehacer educativo y pedag\\u00f3gico para generar propuestas transformadoras flexibles y pertinentes a los contextos culturales y sociales en la educaci\\u00f3n preescolar, b\\u00e1sica, media, superior y comunitaria.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Profundizar en el campo del saber del \\u00e9nfasis -optado por el maestrante- para generar en la relaci\\u00f3n ense\\u00f1anza y aprendizaje estrategias did\\u00e1cticas novedosas, interdisciplinarias, alternativas y contempor\\u00e1neas en los escenarios educativos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Propiciar en los docentes y profesionales vinculados a la educaci\\u00f3n el compromiso \\u00e9tico de liderar procesos de desarrollo y transformaci\\u00f3n como responsabilidad social de su pr\\u00e1ctica pedag\\u00f3gica.\\u00a0<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-07 14:37:06\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-07 14:36:20\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(449,'com_content.article.10','','2023-09-15 20:45:49',393,2225,'bdf9c3a89e9cb859b92232af81badee4a0d2031a','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Profundizar en la informaci\\u00f3n de los profesionales en el \\u00e1mbito interdisciplinario del desarrollo para que est\\u00e9n en capacidad de liderar y participar en proceso de investigaci\\u00f3n, an\\u00e1lisis, dise\\u00f1o, ejecuci\\u00f3n y evaluaci9on de acciones encaminadas a la construcci\\u00f3n, significaci\\u00f3n y agencia de iniciativas de desarrollo, que prioricen la dignidad de la vida humana y el bienestar social, quienes igualmente constituyan una masa cr\\u00edtica para incidir en las decisiones y en la gesti\\u00f3n del desarrollo local y regional.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-15 20:45:49\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-15 20:45:24\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":4,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(452,'com_content.article.10','','2023-09-15 21:01:14',393,4230,'0ae32b2503a04ece1d0e8952217f7425bf17566e','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">General:\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Profundizar en la formaci\\u00f3n de los profesionales en el \\u00e1mbito interdisciplinario del desarrollo para que est\\u00e9n en capacidad de liderar y participar en procesos de investigaci\\u00f3n, an\\u00e1lisis, dise\\u00f1o, ejecuci\\u00f3n y evaluaci\\u00f3n de acciones encaminadas a la construcci\\u00f3n, significaci\\u00f3n y agencia de iniciativas de desarrollo que prioricen la dignidad de la vida humana y el bienestar social, quienes igualmente constituyan una masa cr\\u00edtica para incidir en las decisiones y en la gesti\\u00f3n del desarrollo local y regional.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Espec\\u00edficos:\\u00a0<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Generar reflexi\\u00f3n y conocimiento sobre los diversos modelos de desarrollo, las fronteras de conocimiento y las opciones para la gobernanza y gesti\\u00f3n del desarrollo local a trav\\u00e9s de procesos informados que fomenten el di\\u00e1logo de saberes y el entendimiento entre diversos actores sociales en torno a prioridades y aspectos constitutivos del desarrollo en espacios urbanos y rurales particulares.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Promover la investigaci\\u00f3n y el reconocimiento anal\\u00edtico de complejidades socioecon\\u00f3micas y realidades local-globales de grupos sociales en el territorio local con miras a la identificaci\\u00f3n de formas adecuadas para la planeaci\\u00f3n y la gesti\\u00f3n del desarrollo, incluyendo las particularidades de los contextos multi\\u00e9tnicos y pluriculturales, en particular para el caso de la Orinoquia.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Impulsar en Unillanos la conformaci\\u00f3n de un grupo de pensamiento en torno al desarrollo local, en el cual puedan participar activamente docentes, estudiantes, investigadores, grupos de investigaci\\u00f3n y personas interesadas en el debate, el intercambio conceptual y la publicaci\\u00f3n acad\\u00e9mica de conocimientos relevantes para la compresi\\u00f3n de realidades locales, el dise\\u00f1o de pol\\u00edticas pertinentes y la identificaci\\u00f3n de alternativas para el desarrollo.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Consolidar alianzas estrat\\u00e9gicas y convenios que configuren redes locales, nacionales e internacionales, a partir de las cuales se facilite el intercambio de conocimientos relevantes y el trabajo conjunto dirigido a procesos de desarrollo donde se articulen arm\\u00f3nicamente los aspectos socio-culturales, pol\\u00edticos, econ\\u00f3micos y ambientales.<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-15 21:01:14\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-15 20:58:59\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":5,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(473,'com_content.article.10','','2023-09-20 14:51:48',393,2067,'0c11ae191226e07554622def068481f79515ae22','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Salud Familiar entendida como la comprensi\\u00f3n del impacto de los determinantes sociales en salud en la calidad de vida de las familias, con base en fundamentaci\\u00f3n te\\u00f3rica, epistemol\\u00f3gica y metodol\\u00f3gica de las ciencias sociales y de la salud, de acuerdo con los discursos del contexto internacional al respecto, con miras a mejorar la atenci\\u00f3n primaria en salud en la Orinoquia.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-20 14:51:48\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-20 14:51:16\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":8,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(504,'com_content.article.2','','2023-09-21 14:24:01',393,6801,'5eb3a0ee58cc170bbfc09f4937024fa1d0c14494','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nDiploma de grado profesional<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nActa de grado profesional<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado con promedio de notas de pregrado.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional)<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional)<\\/li>\\r\\n<\\/ul>\\r\\n<h2>Criterios de admisi\\u00f3n facultad:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El aspirante debe presentar una propuesta de trabajo de intervenci\\u00f3n y\\/o investigaci\\u00f3n relacionada con el \\u00e1rea de inter\\u00e9s, a una de las l\\u00edneas de investigaci\\u00f3n o Grupos de Investigaci\\u00f3n de la Facultad de Ciencias de la Salud.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Esta propuesta ser\\u00e1 presentada por escrito en los periodos establecidos por la convocatoria. \\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El estudiante adem\\u00e1s deber\\u00e1 sustentar su propuesta ante jurados definidos por el Comit\\u00e9 de Programa. \\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\">Contenido de la propuesta:\\u00a0<\\/h3>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Extensi\\u00f3n m\\u00e1xima del documento entre 3.500 y 4.000 palabras. Letra: Arial de 11 puntos. M\\u00e1rgenes: normal. Interlineado: 1.5.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">La propuesta de investigaci\\u00f3n debe definir claramente la L\\u00ednea y Grupo de Investigaci\\u00f3n de la Facultad al que aspira a ser admitido con dicha propuesta.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">El Comit\\u00e9 de Programa definir\\u00e1 los criterios requeridos, en caso de que la propuesta est\\u00e9 enmarcada en una l\\u00ednea o grupo de investigaci\\u00f3n de otra Facultad.<\\/li>\\r\\n<\\/ul>\\r\\n<h2>Criterios de evaluaci\\u00f3n:<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\">Propuesta de investigaci\\u00f3n o intervenci\\u00f3n del estudiante: Valor: 50%:<\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\">Dadas las caracter\\u00edsticas del programa y su inter\\u00e9s en formar personal con alto nivel cient\\u00edfico t\\u00e9cnico, que tenga capacidad de generar conocimiento e intervenciones pertinentes a las problem\\u00e1ticas en Seguridad y Salud en el Trabajo de la Regi\\u00f3n, se requiere que el aspirante elabore una propuesta de investigaci\\u00f3n y\\/o intervenci\\u00f3n que ser\\u00e1 evaluada acorde con los siguientes criterios:<\\/p>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Identificaci\\u00f3n clara del tema, planteamiento del problema y justificaci\\u00f3n t\\u00e9cnica y social de la propuesta. Valor m\\u00e1ximo 10 puntos.\\u00a0<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Objetivos: Valor m\\u00e1ximo 5 puntos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Marco referencial. Valor 5 m\\u00e1ximo puntos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Contribuci\\u00f3n de la propuesta a la l\\u00ednea de investigaci\\u00f3n o Grupo. Valor m\\u00e1ximo 5 puntos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Calidad de la redacci\\u00f3n de la propuesta (Cohesi\\u00f3n, coherencia): Valor m\\u00e1ximo 10 puntos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Coherencia, capacidad comunicativa y uso de ayudas audiovisuales en la presentaci\\u00f3n oral de la propuesta: Valor m\\u00e1ximo 15 puntos.\\u00a0<\\/li>\\r\\n<\\/ul>\\r\\n<h3>\\u00a0An\\u00e1lisis de la hoja de vida del aspirante. Valor: 50%<\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\">Para tener en cuenta el recorrido profesional del aspirante se evaluar\\u00e1 su hoja de vida con base en los siguientes aspectos:<\\/p>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">\\u00a0Promedio cr\\u00e9dito acumulado en pregrado y posgrado: Valor m\\u00e1ximo 10 puntos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Publicaciones realizadas seg\\u00fan indexaci\\u00f3n: Valor m\\u00e1ximo 10 puntos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">A\\u00f1os de experiencia laboral o investigativa certificada: Valor m\\u00e1ximo 15 puntos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Educaci\\u00f3n continua relacionada con el \\u00e1rea Seguridad y Salud en el Trabajo (asistencia a cursos, seminarios y talleres): Valor m\\u00e1ximo 15 puntos.<\\/li>\\r\\n<\\/ul>\\r\\n<p><strong>Punto de corte para la admisi\\u00f3n:<\\/strong> Se establece en 65 puntos.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-21 14:24:01\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-21 14:22:37\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":87,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":204,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(508,'com_content.article.2','','2023-09-22 14:08:33',393,2948,'d36977c526f0607e5afd7df49bbd0293e767f4a8','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nDiploma de grado profesional<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nActa de grado profesional<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado con promedio de notas de pregrado.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional)<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional)<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-22 14:08:33\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-22 14:08:18\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":88,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":205,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(513,'com_content.article.4','','2023-09-25 22:05:58',393,1816,'1eb23df179566543219c699f1b3895eacc6f6284','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Problemas asociados a la producci\\u00f3n agr\\u00edcola, forestal, pecuaria, pisc\\u00edcola y de especies menores y especies silvestres de la Orinoquia y del pa\\u00eds.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-25 22:05:58\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-25 22:05:46\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":12,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":65,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(514,'com_content.article.10','','2023-09-25 22:08:15',393,3898,'6b8a8ab62c62452194496c0584371f40fd4ad573','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">General:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar una escuela de pensamiento en el campo de las Ciencias Agrarias, integrada por investigadores con capacidad para identificar problemas, planear, dirigir y desarrollar investigaci\\u00f3n generadora de nuevo conocimiento, con autoridad para proponer soluciones y alternativas contextualizadas que permitan incidir positivamente sobre los modelos tecnol\\u00f3gicos de producci\\u00f3n agraria de la regi\\u00f3n de la Orinoquia.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Espec\\u00edficos:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Fortalecer la capacidad cient\\u00edfica y la tradici\\u00f3n investigativa de la Universidad de los Llanos en las \\u00e1reas de acuicultura, producci\\u00f3n animal, producci\\u00f3n tropical sostenible y gesti\\u00f3n ambiental.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Formar investigadores aut\\u00f3nomos, cr\\u00edticos y con capacidad de liderazgo que contribuyan al desarrollo cient\\u00edfico y tecnol\\u00f3gico en el campo de las Ciencias Agrarias de la regi\\u00f3n y del pa\\u00eds, con una perspectiva de responsabilidad social y ambiental.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Fortalecer competencias en autogesti\\u00f3n, comunicaci\\u00f3n y difusi\\u00f3n del conocimiento de los investigadores.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Generar conocimiento en los campos de desarrollo del Doctorado y difundirlo a trav\\u00e9s de publicaciones cient\\u00edficas y dem\\u00e1s estrategias que permitan la apropiaci\\u00f3n del conocimiento por parte de la comunidad.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Abordar desde la inter y la transdisciplinariedad la b\\u00fasqueda de soluciones a problemas relacionados con la producci\\u00f3n agraria.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Consolidar alianzas estrat\\u00e9gicas y convenios para crear nexos interinstitucionales en el \\u00e1mbito nacional y\\/o internacional, que garanticen la pertinencia de los problemas abocados en esa nueva escuela de pensamiento.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Contribuir al mejoramiento continuo y permanente de la calidad de la educaci\\u00f3n en la regi\\u00f3n y en pa\\u00eds, mediante la actividad investigativa.<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-25 22:08:15\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-25 22:06:04\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":9,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(528,'com_content.article.2','','2023-09-26 12:39:44',393,3166,'6c4bdffbf4326994f42dc87889898f293b070b32','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nDiploma de grado profesional<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nActa de grado profesional<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulos de posgrado en \\u00e1reas afines a las ciencias agrarias o demostrar experiencia investigativa y\\/o docente en el campo de las ciencias agrarias.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nHoja de vida<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional)<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional)<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:39:44\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:31:39\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":89,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":210,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(529,'com_content.article.2','','2023-09-26 12:44:22',393,3492,'e7d3bf43267884ba9ce98d95d26d24c01469ccbc','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\n<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulos de posgrado en \\u00e1reas afines a las ciencias agrarias o demostrar experiencia investigativa y\\/o docente en el campo de las ciencias agrarias.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nHoja de vida<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional)<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional)<\\/li>\\r\\n<\\/ul>\\r\\n<p>Diligenciar la solicitud de admisi\\u00f3n anexando los siguientes documentos:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado original de notas obtenidas durante el pregrado y posgrados<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCopia autenticada de diploma(s) y acta(s) de grado y de posgrado<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:44:22\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:39:44\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":90,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":211,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(530,'com_content.article.2','','2023-09-26 12:45:58',393,3352,'8003cf6fcabbb1b792ace9ad234360ef167d2a03','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulos de posgrado en \\u00e1reas afines a las ciencias agrarias o demostrar experiencia investigativa y\\/o docente en el campo de las ciencias agrarias.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nHoja de vida<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional)<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional)<\\/li>\\r\\n<\\/ul>\\r\\n<p>Diligenciar la solicitud de admisi\\u00f3n anexando los siguientes documentos:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado original de notas obtenidas durante el pregrado y posgrados<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCopia autenticada de diploma(s) y acta(s) de grado y de posgrado<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:45:58\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:44:22\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":91,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":212,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(531,'com_content.article.2','','2023-09-26 12:47:49',393,3739,'200e0521fcf762494ae02f8d6fa21b4653224d4b','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulo profesional relacionado con el \\u00e1rea de las ciencias agrarias o \\u00e1reas afines (biolog\\u00eda, biolog\\u00eda marina, ingenier\\u00eda pesquera, ingenier\\u00eda agron\\u00f3mica, medicina veterinaria, zootecnia, medicina veterinaria y zootecnia, ciencias agropecuarias , ingenier\\u00eda agroindustrial, etc.)<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulos de posgrado en \\u00e1reas afines a las ciencias agrarias o demostrar experiencia investigativa y\\/o docente en el campo de las ciencias agrarias.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nHoja de vida<\\/li>\\r\\n<\\/ul>\\r\\n<p>Diligenciar la solicitud de admisi\\u00f3n anexando los siguientes documentos:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado original de notas obtenidas durante el pregrado y posgrados<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCopia autenticada de diploma(s) y acta(s) de grado y de posgrado<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional)<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional)<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:47:49\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:45:58\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":92,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":213,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(532,'com_content.article.2','','2023-09-26 12:49:25',393,4763,'91cb2dad8313ab39ee9afd87c77cdbe30c87c4ef','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulo profesional relacionado con el \\u00e1rea de las ciencias agrarias o \\u00e1reas afines (biolog\\u00eda, biolog\\u00eda marina, ingenier\\u00eda pesquera, ingenier\\u00eda agron\\u00f3mica, medicina veterinaria, zootecnia, medicina veterinaria y zootecnia, ciencias agropecuarias , ingenier\\u00eda agroindustrial, etc.)<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulos de posgrado en \\u00e1reas afines a las ciencias agrarias o demostrar experiencia investigativa y\\/o docente en el campo de las ciencias agrarias.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar un documento de propuesta que describa la tem\\u00e1tica, objetivo general y justificaci\\u00f3n de la investigaci\\u00f3n que se propone desarrollar con su tesis, enmarcada en una de las l\\u00edneas de investigaci\\u00f3n que apoyan los posgrados.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar cartas de dos profesores que describan las calidades profesionales y acad\\u00e9micas del aspirante y que lo recomienden como candidato para acceder al doctorado.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar carta de uno de los profesores adscritos al programa de doctorado, indicando su voluntad de actuar como su orientador en el caso de ser aceptado por el programa.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAprobar examen de comprensi\\u00f3n de lectura en lengua inglesa, nivel B1 de acuerdo con el MCERL (o certificaci\\u00f3n expedida por instituto de idiomas acreditado para tal fin).<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nHoja de vida<\\/li>\\r\\n<\\/ul>\\r\\n<p>Diligenciar la solicitud de admisi\\u00f3n anexando los siguientes documentos:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado original de notas obtenidas durante el pregrado y posgrados<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCopia autenticada de diploma(s) y acta(s) de grado y de posgrado<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional)<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional)<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:49:25\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:47:49\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":93,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":213,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(533,'com_content.article.2','','2023-09-26 12:50:23',393,4993,'b22b868857cabb5f5696d9122ed9d006a0738986','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulo profesional relacionado con el \\u00e1rea de las ciencias agrarias o \\u00e1reas afines (biolog\\u00eda, biolog\\u00eda marina, ingenier\\u00eda pesquera, ingenier\\u00eda agron\\u00f3mica, medicina veterinaria, zootecnia, medicina veterinaria y zootecnia, ciencias agropecuarias , ingenier\\u00eda agroindustrial, etc).\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulos de posgrado en \\u00e1reas afines a las ciencias agrarias o demostrar experiencia investigativa y\\/o docente en el campo de las ciencias agrarias.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar un documento de propuesta que describa la tem\\u00e1tica, objetivo general y justificaci\\u00f3n de la investigaci\\u00f3n que se propone desarrollar con su tesis, enmarcada en una de las l\\u00edneas de investigaci\\u00f3n que apoyan los posgrados.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar cartas de dos profesores que describan las calidades profesionales y acad\\u00e9micas del aspirante y que lo recomienden como candidato para acceder al doctorado.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar carta de uno de los profesores adscritos al programa de doctorado, indicando su voluntad de actuar como su orientador en el caso de ser aceptado por el programa.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAprobar examen de comprensi\\u00f3n de lectura en lengua inglesa, nivel B1 de acuerdo con el MCERL (o certificaci\\u00f3n expedida por instituto de idiomas acreditado para tal fin).<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nHoja de vida<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"text-align: justify;\\\">Diligenciar la solicitud de admisi\\u00f3n anexando los siguientes documentos:<\\/p>\\r\\n<ul style=\\\"list-style: none; text-align: justify;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado original de notas obtenidas durante el pregrado y posgrados.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCopia autenticada de diploma(s) y acta(s) de grado y de posgrado.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional).<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional).<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:50:23\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:49:25\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":94,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":214,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(534,'com_content.article.2','','2023-09-26 12:51:09',393,5007,'0b60e91e72cabc2c7c6cee69ac629fe1b98f8d24','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El aspirante debe realizar el diligenciamiento y cargue de los documentos en formato PDF (legible) en la plataforma web institucional, en las fechas establecidas mediante Resoluci\\u00f3n Acad\\u00e9mica:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulo profesional relacionado con el \\u00e1rea de las ciencias agrarias o \\u00e1reas afines (biolog\\u00eda, biolog\\u00eda marina, ingenier\\u00eda pesquera, ingenier\\u00eda agron\\u00f3mica, medicina veterinaria, zootecnia, medicina veterinaria y zootecnia, ciencias agropecuarias , ingenier\\u00eda agroindustrial, etc).<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nT\\u00edtulos de posgrado en \\u00e1reas afines a las ciencias agrarias o demostrar experiencia investigativa y\\/o docente en el campo de las ciencias agrarias.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar un documento de propuesta que describa la tem\\u00e1tica, objetivo general y justificaci\\u00f3n de la investigaci\\u00f3n que se propone desarrollar con su tesis, enmarcada en una de las l\\u00edneas de investigaci\\u00f3n que apoyan los posgrados.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar cartas de dos profesores que describan las calidades profesionales y acad\\u00e9micas del aspirante y que lo recomienden como candidato para acceder al doctorado.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAdjuntar carta de uno de los profesores adscritos al programa de doctorado, indicando su voluntad de actuar como su orientador en el caso de ser aceptado por el programa.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nAprobar examen de comprensi\\u00f3n de lectura en lengua inglesa, nivel B1 de acuerdo con el MCERL (o certificaci\\u00f3n expedida por instituto de idiomas acreditado para tal fin).<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nHoja de vida<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"text-align: justify;\\\">Diligenciar la solicitud de admisi\\u00f3n anexando los siguientes documentos:<\\/p>\\r\\n<ul style=\\\"list-style: none; text-align: justify;\\\">\\r\\n<li>\\r\\n<p class=\\\" fa fa-address-card\\\">\\u00a0<\\/p>\\r\\nDocumento de identificaci\\u00f3n ampliado al 150%.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCertificado original de notas obtenidas durante el pregrado y posgrados.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\" fa fa-id-badge\\\">\\u00a0<\\/p>\\r\\nFoto fondo blanco, tama\\u00f1o 3x4 en formato PNG.<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-file-pdf-o\\\">\\u00a0<\\/p>\\r\\nCopia autenticada de diploma(s) y acta(s) de grado y de posgrado.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-medkit\\\">\\u00a0<\\/p>\\r\\nCertificado de afiliaci\\u00f3n a seguridad social en salud (EPS) donde indique estado activo, expedici\\u00f3n no mayor a 30 d\\u00edas.<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-id-card-o\\\">\\u00a0<\\/p>\\r\\nCarnet de egresado Unillanos (opcional).<\\/li>\\r\\n<li>\\r\\n<p class=\\\" fa fa-certificate \\\">\\u00a0<\\/p>\\r\\nCertificado electoral de las \\u00faltimas votaciones (opcional).<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:51:09\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:50:23\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":95,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":215,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(543,'com_content.article.3','','2023-11-30 19:48:44',393,2976,'33ca04589ac98441e018ddddb91d4033f1254988','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de Fisioterapia de la Universidad de los Llanos forma profesionales con alto sentido social, \\u00e9tico y humano, que desde su enfoque disciplinar y su objeto de estudio, sean l\\u00edderes en el dise\\u00f1o y ejecuci\\u00f3n de programas de promoci\\u00f3n de la salud y prevenci\\u00f3n de la enfermedad, que se desempe\\u00f1en id\\u00f3neamente en las diferentes \\u00e1reas de intervenci\\u00f3n profesional, como las \\u00e1reas asistencial, deportiva, administrativa, salud laboral y el campo de la educaci\\u00f3n con lo cual contribuya al mejoramiento de la calidad de vida y del desarrollo humano de los individuos y comunidades de la regi\\u00f3n de la Orinoquia y el Pa\\u00eds.<\\/p>\\r\\n<h2>VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de Fisioterapia ser\\u00e1 reconocido en la Orinoqu\\u00eda y el resto del pa\\u00eds por formar profesionales con alta capacidad cient\\u00edfica, con habilidades sociales y humanas para atender las necesidades de la poblaci\\u00f3n en los procesos de promoci\\u00f3n de la salud, prevenci\\u00f3n de la enfermedad y la discapacidad, habilitaci\\u00f3n y rehabilitaci\\u00f3n de las personas con discapacidad y contribuir al desarrollo de la regi\\u00f3n en funci\\u00f3n del liderazgo acad\\u00e9mico y misional de programa y de la instituci\\u00f3n.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-30 19:48:44\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-30 19:47:56\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":21,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":71,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(544,'com_content.article.4','','2023-11-30 19:50:06',393,2256,'b33caa40fe79861a2a128cc25d9297e540d1d435','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El programa de Fisioterapia de la Universidad de los Llanos tiene su fundamento en la comprensi\\u00f3n del movimiento corporal humano (MCH), entendiendo el mismo como un recurso para la vida, la relaci\\u00f3n y la transformaci\\u00f3n del entorno. La ense\\u00f1anza del saber fisioterap\\u00e9utico, debe obedecer a una integraci\\u00f3n disciplinaria, apropiando argumentos te\\u00f3ricos, reconociendo conceptos y nociones que lo identifiquen con el objeto de estudio que es el movimiento corporal humano y que permitan recrearse en los diferentes roles social del individuo a lo largo del ciclo vital humano.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-30 19:50:06\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-30 19:49:58\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":13,\"ordering\":7,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":67,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(571,'com_content.article.2','','2023-12-18 14:27:56',393,3048,'92a2f16f3f2672c2999ac39814f60b0e4c3747dc','{\"id\":\"2\",\"asset_id\":101,\"title\":\"Requisitos de admisi\\u00f3n\",\"alias\":\"admision\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los pasos que debes seguir para ser estudiante unillanista:<\\/p>\\r\\n<ul style=\\\"list-style: none;\\\">\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-check-square-o\\\">\\u00a0<\\/p>\\r\\n<strong>Preinscripci\\u00f3n: <\\/strong>Diligenciar el formulario de preinscripci\\u00f3n ubicado en la parte inferior con los datos b\\u00e1sicos del aspirante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-check-square-o\\\">\\u00a0<\\/p>\\r\\n<strong>Recibo de pago: <\\/strong>Descargar e imprimir el recibo de pago del formulario de inscripci\\u00f3n que genera la plataforma y realizar el pago en las fechas establecidas .<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">\\r\\n<p class=\\\"fa fa-check-square-o\\\">\\u00a0<\\/p>\\r\\n<strong>Inscripci\\u00f3n:<\\/strong> Luego de validarse el pago dentro de las 24 a 48 horas posteriores a ser efectuado, el aspirante deber\\u00e1 consultar su usuario y contrase\\u00f1a en el formulario de preinscripci\\u00f3n que se encuentra en la parte inferior, con los cuales podr\\u00e1 acceder al formulario de inscripci\\u00f3n, que deber\\u00e1 ser diligenciado totalmente para continuar con el proceso de selecci\\u00f3n y admisi\\u00f3n.<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"text-align: center;\\\"><a class=\\\"button button-xlarge\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/inscripciones\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><strong>conoce mas...<\\/strong><\\/a>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-06 20:05:25\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-18 14:27:56\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-18 14:27:44\",\"publish_up\":\"2023-07-06 20:05:25\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":96,\"ordering\":9,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":218,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(591,'com_content.article.3','','2023-12-22 14:27:08',393,2714,'a9e562719533c247d9c3626bdc47ad7a36d14515','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El Programa de Biolog\\u00eda de la Universidad de los Llanos tiene como misi\\u00f3n formar profesionales integrales, con pensamiento cient\\u00edfico, \\u00e9tico, aut\\u00f3nomo, cr\\u00edtico y complejo; responsables y comprometidos en la soluci\\u00f3n de los problemas relacionados con los recursos biol\\u00f3gicos, para garantizar su conservaci\\u00f3n y uso sostenible y equitativo, a partir de la apropiaci\\u00f3n y generaci\\u00f3n de conocimiento y del reconocimiento de las interacciones sociales de estos recursos en los distintos territorios.<\\/p>\\r\\n<h2>VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de Biolog\\u00eda de la Universidad de los Llanos, en el a\\u00f1o 2028, habr\\u00e1 consolidado una comunidad acad\\u00e9mica reconocida por su contribuci\\u00f3n a la soluci\\u00f3n de los problemas de conocimiento, conservaci\\u00f3n, manejo y uso sostenible de los recursos biol\\u00f3gicos regionales y nacionales, como resultado de los procesos de formaci\\u00f3n, investigaci\\u00f3n y proyecci\\u00f3n social desarrollados.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-22 14:27:08\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-22 14:19:00\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":22,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":76,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(592,'com_content.article.4','','2023-12-22 14:28:27',393,3373,'46db9f49755bf763658b68660720f4f145d0375a','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El Programa ha definido como objeto de estudio los organismos vivos, su composici\\u00f3n, estructura y funcionalidad, entendidos estos como sistemas din\\u00e1micos, que se manifiestan desde distintos niveles de organizaci\\u00f3n natural, como: sistemas gen\\u00e9ticos moleculares, sistemas celulares, sistemas de tejidos y de \\u00f3rganos, sistemas de organismos, hasta ecosistemas. Caracterizados de manera fundamental por su complejidad y funcionamiento integral.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El conocimiento de los procesos que permiten a estos sistemas vivos persistir, crecer, desarrollarse, reproducirse y transformarse, a trav\\u00e9s de procesos permanentes de intercambio e interacci\\u00f3n din\\u00e1mica con el ambiente, es entonces el objetivo fundamental del programa.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Los elementos anteriores constituyen, en el m\\u00e1s amplio sentido, la diversidad biol\\u00f3gica o biodiversidad, entendido este concepto como la variabilidad de organismos vivos de cualquier fuente, que incluye, entre otros aspectos, las especies, los complejos ecol\\u00f3gicos de los que forman parte las especies y la variabilidad de su material gen\\u00e9tico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Biodiversidad que es reconocida como un recurso estrat\\u00e9gico natural porque contribuye a sustentar los procesos que garantizan el desarrollo humano sostenible, y es reconocida a trav\\u00e9s de pol\\u00edticas internacionales y nacionales tales como el (CDB), asumido por Colombia a trav\\u00e9s de la Ley 165 de 1994, y la Pol\\u00edtica Nacional Convenio sobre la Diversidad Biol\\u00f3gica de Gesti\\u00f3n integral de la Biodiversidad y los Servicios Ecosist\\u00e9micos (PNGIBSE).<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-22 14:28:27\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-22 14:27:53\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":14,\"ordering\":7,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":70,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(593,'com_content.article.10','','2023-12-22 14:30:01',393,3514,'3aa4a030c47f1e8a6e6fbeb4cf92b29078fd91fd','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">General:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales capaces de desarrollar actividades de reconocimiento, caracterizaci\\u00f3n, evaluaci\\u00f3n, uso, manejo y conservaci\\u00f3n de los organismos vivos en sus distintas manifestaciones y niveles de organizaci\\u00f3n, a partir de procesos curriculares que buscan privilegiar la construcci\\u00f3n permanente de nuevos conocimientos, el reconocimiento y adopci\\u00f3n de pr\\u00e1cticas de trabajo cient\\u00edficos y la generaci\\u00f3n de actitudes responsables, \\u00e9ticas y comprometidas, para contribuir con el conocimiento, la conservaci\\u00f3n y el uso sostenible y equitativo de los recursos biol\\u00f3gicos de la regi\\u00f3n y el pa\\u00eds.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Espec\\u00edficos:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Identificar y desarrollar un conjunto de elementos conceptuales y te\\u00f3ricos de los distintos campos de la biolog\\u00eda y otras disciplinas relacionadas, que constituyan los referentes fundamentales a partir de los cuales el futuro profesional de la biolog\\u00eda pueda aproximarse de manera progresiva al conocimiento de los organismos vivos.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Definir e implementar un conjunto de actividades de car\\u00e1cter pr\\u00e1ctico que permitan al estudiante adquirir las habilidades metodol\\u00f3gicas y procedimentales necesarias para abordar los procesos de reconocimiento, caracterizaci\\u00f3n, conservaci\\u00f3n y manejo de los sistemas biol\\u00f3gicos en sus distintas manifestaciones y niveles de organizaci\\u00f3n.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Reconocer y desarrollar las estrategias y actividades curriculares y extracurriculares que permitan a los estudiantes alcanzar las competencias actitudinales que la formaci\\u00f3n profesional integral exige.<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"0\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-22 14:30:01\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-22 14:28:46\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":13,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(609,'com_content.article.10','','2023-12-26 16:29:06',393,3196,'dc883c96a0aef8dedbce7ffb1961258369353895','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">General:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar ingenieros electr\\u00f3nicos capaces de apropiarse y generar conocimiento cient\\u00edfico y tecnol\\u00f3gico, para gestionar soluciones a problemas del contexto, fundamentados en la interpretaci\\u00f3n y modelado de fen\\u00f3menos naturales que le permitan dise\\u00f1ar, implementar, adecuar y desarrollar sistemas electr\\u00f3nicos en armon\\u00eda con los retos ambientales y sociales.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Espec\\u00edficos:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Desarrollar en el estudiante capacidades investigativas y cient\\u00edficas, desde la teor\\u00eda f\\u00edsica y electr\\u00f3nica, que le permitan analizar, interpretar y modelar fen\\u00f3menos naturales para la implementaci\\u00f3n de desarrollos tecnol\\u00f3gicos que aporten al conocimiento.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Proporcionar herramientas que le permitan al estudiante adquirir competencias t\\u00e9cnicas para modelar, dise\\u00f1ar, implementar y construir sistemas electr\\u00f3nicos que aporten la soluci\\u00f3n de problemas sociales, empresariales e industriales.\\u00a0<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Generar en el estudiante la capacidad para comunicarse adecuadamente en forma oral y escrita en los diferentes entornos sociales y profesionales.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Fomentar la responsabilidad social, ambiental y cultural en el dise\\u00f1o e implementaci\\u00f3n de desarrollos tecnol\\u00f3gicos.\\u00a0<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-26 16:29:06\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-26 16:27:16\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":11,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":17,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(613,'com_content.article.4','','2023-12-26 16:40:02',393,1943,'d70a67a9c597fcc7e756f163904f643a9af0b645','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El programa de Ingenier\\u00eda Electr\\u00f3nica de la Universidad de los llanos tiene por objeto de estudio el dise\\u00f1o, la construcci\\u00f3n, la adecuaci\\u00f3n y el desarrollo de sistemas electr\\u00f3nicos, para la generaci\\u00f3n y gesti\\u00f3n de soluciones a los problemas del contexto.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-26 16:40:02\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-26 16:39:24\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":15,\"ordering\":7,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":72,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(614,'com_content.article.3','','2023-12-26 16:41:06',393,2584,'a42a2093f3bfe266acb10839c565a35a60b31b1c','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0El Programa de Ingenier\\u00eda Electr\\u00f3nica de la Universidad de los Llanos forma integralmente ingenieros para el dise\\u00f1o, la construcci\\u00f3n, la adecuaci\\u00f3n, y el desarrollo de sistemas electr\\u00f3nicos, que gestionen y brinden soluciones a los problemas del contexto, desde la apropiaci\\u00f3n y generaci\\u00f3n de conocimiento, consolidando una comunidad profesional reconocida, con visi\\u00f3n universal y comprometida con el desarrollo tecnol\\u00f3gico nacional y regional.<\\/p>\\r\\n<h2>VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El Programa de Ingenier\\u00eda Electr\\u00f3nica de la Universidad de los Llanos busca consolidarse al a\\u00f1o 2025 como un programa de alta calidad para la formaci\\u00f3n de ingenieros electr\\u00f3nicos en la Orinoquia colombiana, nacional e internacionalmente, de la mano de un equipo de profesores altamente calificados humana y profesionalmente.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-26 16:41:06\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-26 16:40:26\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":23,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":78,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(636,'com_content.article.10','','2023-12-26 19:40:34',393,3069,'6222014dae2eb0e346a1fa448daf6c44bfc10b98','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">General:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar integralmente Ingenieros de Sistemas que se desempe\\u00f1en con autonom\\u00eda y calidad profesional, conscientes del impacto social y ambiental de sus desarrollos tecnol\\u00f3gicos, de su misi\\u00f3n de servicio para el bienestar de la sociedad y el fortalecimiento del sector productivo.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Espec\\u00edficos:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Preparar ingenieros de sistemas para planificar, dise\\u00f1ar, desarrollar, implementar y administrar soluciones inform\\u00e1ticas soportadas por, las tecnolog\\u00edas de la informaci\\u00f3n y la comunicaci\\u00f3n, que permitan mejorar los procesos de los diversos sectores productivos y su competitividad.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Formar profesionales capaces de aplicar el enfoque sist\\u00e9mico para resolver problemas de su entorno, considerando aspectos sociales y ambientales.\\u00a0<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Generar en el estudiante la capacidad para comunicarse adecuadamente en forma oral y escrita en los diferentes entornos sociales y profesionales.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Promover en los ingenieros de sistemas capacidad de autoformaci\\u00f3n, adaptaci\\u00f3n al cambio, comunicaci\\u00f3n, trabajo en equipo, que act\\u00faen en forma responsable y \\u00e9tica.\\u00a0<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-26 19:40:34\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-26 19:39:13\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":13,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":20,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(641,'com_content.article.4','','2023-12-27 13:30:14',393,1817,'9655883ea5190104833754020e22f2f04a584587','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El procesamiento y an\\u00e1lisis de la informaci\\u00f3n, haciendo uso de la ingenier\\u00eda de software, las ciencias de la computaci\\u00f3n, y la teleinform\\u00e1tica.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 13:30:14\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 13:29:41\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":16,\"ordering\":7,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":73,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(642,'com_content.article.3','','2023-12-27 13:31:52',393,2508,'6bb5ad9a55d1de2f07d15df2e7643647e7ed37e0','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de Ingenier\\u00eda de Sistemas de la Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00eda de la Universidad de los Llanos, forma integralmente ingenieros de sistemas que aporten al desarrollo tecnol\\u00f3gico, regional y nacional, realizando para ello proyectos de investigaci\\u00f3n y de proyecci\\u00f3n social, que le permiten llegar a la apropiaci\\u00f3n y generaci\\u00f3n del conocimiento.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de Ingenier\\u00eda de Sistemas de la Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00eda de la Universidad de los Llanos, pretende consolidarse como el mejor programa formador de Ingenieros de Sistemas de la regi\\u00f3n. A partir de la apropiaci\\u00f3n y generaci\\u00f3n de conocimiento, consolidando una comunidad acad\\u00e9mica y profesional reconocida; con visi\\u00f3n universal.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 13:31:52\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 13:31:23\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":24,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":80,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(643,'com_content.article.3','','2023-12-27 13:32:45',393,2564,'e9702157a6709d5fba0002c837cd8bca7cfc862a','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de Ingenier\\u00eda de Sistemas de la Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00eda de la Universidad de los Llanos, forma integralmente ingenieros de sistemas que aporten al desarrollo tecnol\\u00f3gico, regional y nacional, realizando para ello proyectos de investigaci\\u00f3n y de proyecci\\u00f3n social, que le permiten llegar a la apropiaci\\u00f3n y generaci\\u00f3n del conocimiento.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de Ingenier\\u00eda de Sistemas de la Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00eda de la Universidad de los Llanos, pretende consolidarse como el mejor programa formador de Ingenieros de Sistemas de la regi\\u00f3n. A partir de la apropiaci\\u00f3n y generaci\\u00f3n de conocimiento, consolidando una comunidad acad\\u00e9mica y profesional reconocida; con visi\\u00f3n universal.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 13:32:45\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 13:32:08\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":25,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":81,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(656,'com_content.article.10','','2023-12-27 15:15:38',393,3112,'e29fcff964316a1bc3cfbfc87f6e91851f5c0d43','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">General:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar ingenieros ambientales con s\\u00f3lida formaci\\u00f3n t\\u00e9cnica y human\\u00edstica capacitados para planear, calcular, ejecutar, evaluar, coordinar, mantener, administrar e investigar obras de programas y proyectos ambientales, as\\u00ed como asumir el liderazgo y la prevenci\\u00f3n del deterioro de los recursos naturales generados por actividades industriales, econ\\u00f3micas o sociales.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Espec\\u00edficos:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Formar ingenieros con visi\\u00f3n ambiental integral ante las demandas actuales y futuras del desarrollo econ\\u00f3mico, cient\\u00edfico, tecnol\\u00f3gico, social y cultural del pa\\u00eds.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Promover en los egresados un compromiso \\u00e9tico, cr\\u00edtico e investigativo en su desempe\\u00f1o profesional.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Generar estrategias t\\u00e9cnico-cient\\u00edficas apropiadas que coadyuven al mejoramiento de la calidad ambiental, local, regional y nacional.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Desarrollar la investigaci\\u00f3n cient\\u00edfica que permita el desarrollo de potencialidades para responder a las necesidades de los diferentes sectores socioecon\\u00f3micos, a trav\\u00e9s de la implementaci\\u00f3n de pr\\u00e1cticas y m\\u00e9todos en el marco de las tecnolog\\u00edas limpias.<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 15:15:38\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 15:14:31\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":14,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":20,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(659,'com_content.article.8','','2023-12-27 15:26:27',393,9625,'9d77d6fa400a67550b1627ac5e4f5415bd93ff69','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8334%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.1185%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Resoluci\\u00f3n Men. 014984 de 2019<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio de la cual se resuelve la solicitud de registro calificado del programa de ingenier\\u00eda ambiental de la universidad de los llanos, ofrecido en metodolog\\u00eda presencial en Villavicencio(Meta)\\u201d<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mico 015 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se define el Plan de Estudios del programa de Ingenier\\u00eda Ambiental a partir del primer periodo acad\\u00e9mico de 2021\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1150-acuerdo-academico-n-020-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1150-acuerdo-academico-n-020-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mica 020 de 2017<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define la implementaci\\u00f3n del plan de estudios del programa de Ingenier\\u00eda de Sistemas de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1150-acuerdo-academico-n-020-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1123-acuerdo-academico-n-001-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1123-acuerdo-academico-n-001-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mico 001 de 2017<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define el plan de estudios del programa profesional de Ingenier\\u00eda Electr\\u00f3nica para los estudiantes que ingresen a la Universidad a partir del I periodo acad\\u00e9mico de 2018\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1123-acuerdo-academico-n-001-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"docus\\/29_1996.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/29_1996.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 029 de 1996<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define el plan de estudios del programa profesional de Ingenier\\u00eda Electr\\u00f3nica para los estudiantes que ingresen a la Universidad a partir del I periodo acad\\u00e9mico de 2018\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"docus\\/29_1996.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 15:26:27\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 15:22:55\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":171,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":278,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(660,'com_content.article.8','','2023-12-27 15:31:41',393,9579,'74b7a01050e198f80aec530c0a303a2e6ed6f7b8','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8334%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.1185%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Resoluci\\u00f3n Men. 014984 de 2019<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio de la cual se resuelve la solicitud de registro calificado del programa de ingenier\\u00eda ambiental de la universidad de los llanos, ofrecido en metodolog\\u00eda presencial en Villavicencio(Meta)\\u201d<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mico 015 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se define el Plan de Estudios del programa de Ingenier\\u00eda Ambiental a partir del primer periodo acad\\u00e9mico de 2021\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2018-1\\/3869-acuerdo-academico-n-012-de-2018\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2018-1\\/3869-acuerdo-academico-n-012-de-2018\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mica 012 de 2018<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define el plan de estudios del programa profesional de Ingenier\\u00eda Ambiental\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2018-1\\/3869-acuerdo-academico-n-012-de-2018\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1123-acuerdo-academico-n-001-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1123-acuerdo-academico-n-001-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mico 021 de 2017<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define el plan de estudios del programa profesional de Ingenier\\u00eda Electr\\u00f3nica para los estudiantes que ingresen a la Universidad a partir del I periodo acad\\u00e9mico de 2018\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1123-acuerdo-academico-n-001-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"docus\\/29_1996.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/29_1996.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 029 de 1996<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define el plan de estudios del programa profesional de Ingenier\\u00eda Electr\\u00f3nica para los estudiantes que ingresen a la Universidad a partir del I periodo acad\\u00e9mico de 2018\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"docus\\/29_1996.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 15:31:41\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 15:26:27\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":172,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":279,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(661,'com_content.article.8','','2023-12-27 15:34:07',393,8669,'f6bf501c8b6e5d3e8093ff9b9117a9fb5e8ac0e6','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8334%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.1185%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Resoluci\\u00f3n Men. 014984 de 2019<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio de la cual se resuelve la solicitud de registro calificado del programa de ingenier\\u00eda ambiental de la universidad de los llanos, ofrecido en metodolog\\u00eda presencial en Villavicencio(Meta)\\u201d<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"docus\\/14984_2019.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mico 015 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se define el Plan de Estudios del programa de Ingenier\\u00eda Ambiental a partir del primer periodo acad\\u00e9mico de 2021\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1wpG2R87Z5-MCrXZ3YO5L91lBYxVkr9Bj\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2018-1\\/3869-acuerdo-academico-n-012-de-2018\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2018-1\\/3869-acuerdo-academico-n-012-de-2018\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mica 012 de 2018<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define el plan de estudios del programa profesional de Ingenier\\u00eda Ambiental\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2018-1\\/3869-acuerdo-academico-n-012-de-2018\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.01584%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1153-acuerdo-academico-n-021-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8176%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1153-acuerdo-academico-n-021-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mico 021 de 2017<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4307%; text-align: justify; height: 66.1632px;\\\">\\\"Por medio del cual se define el plan de estudios del programa profesional de Ingenier\\u00eda Ambiental para los estudiantes que ingresen a la Universidad un semestre despu\\u00e9s del otorgamiento del registro calificado\\\"<\\/td>\\r\\n<td style=\\\"width: 2.68778%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" style=\\\"width: 2.68778%; height: 66.1632px;\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1153-acuerdo-academico-n-021-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 15:34:07\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 15:31:41\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":173,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":279,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(664,'com_content.article.4','','2023-12-27 15:40:58',393,1930,'5fccb808eb12854628fd5b823824e3596ba97cb1','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El programa de Ingenier\\u00eda Ambiental defini\\u00f3 como objeto de estudio los problemas ambientales relacionados con los sistemas naturales y los sistemas sociales presentes en la Orinoqu\\u00eda y Colombia y en los mecanismos de gesti\\u00f3n para la soluci\\u00f3n de los mismos.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 15:40:58\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 15:40:12\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":17,\"ordering\":7,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":74,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(665,'com_content.article.3','','2023-12-27 15:42:07',393,2583,'f4b683fe83201155ad965f72a23540445c61c237','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales ambientales competentes y comprometidos en la soluci\\u00f3n de los problemas de la Orinoquia y el pa\\u00eds, con una visi\\u00f3n universal, conservando su naturaleza como centro de generaci\\u00f3n, preservaci\\u00f3n, transmisi\\u00f3n y difusi\\u00f3n del conocimiento y la cultura, que contribuyan al desarrollo sostenible y a la conciencia de conservaci\\u00f3n del mundo, con convencimiento de que el ambiente y el desarrollo son compatibles.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">La visi\\u00f3n del programa de Ingenier\\u00eda Ambiental de la Universidad de los Llanos es constituirse en 7 a\\u00f1os en un centro del desarrollo del conocimiento ambiental de la regi\\u00f3n y del pa\\u00eds, con un reconocimiento de sus egresados en la aplicaci\\u00f3n de estrategias del conocimiento para la soluci\\u00f3n de los problemas ambientales.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-12-27 15:42:07\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-12-27 15:41:25\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":26,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":83,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(676,'com_content.article.8','','2024-01-16 14:12:27',393,4236,'cb3ef2bf444c24aca7069ac1dae7ac84e17a0a92','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-16 14:12:27\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-16 14:11:25\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":174,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":281,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(677,'com_content.article.8','','2024-01-16 14:20:04',393,5596,'b7db52ec65a15bdbaf41c894620cb9e21d307382','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1125-acuerdo-academico-n-002-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1125-acuerdo-academico-n-002-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Acad\\u00e9mico 002 de 2017<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"\\u201cPor el cual se establece el nuevo plan de estudios del programa de licenciatura en Educaci\\u00f3n F\\u00edsica y Deporte con base en la resoluci\\u00f3n del ministerio de educaci\\u00f3n nacional, para los estudiantes que ingresen a partir del segundo semestre acad\\u00e9mico de 2017.\\u201d\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1125-acuerdo-academico-n-002-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-16 14:20:04\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-16 14:12:27\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":175,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":283,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(678,'com_content.article.8','','2024-01-16 14:23:30',393,5583,'62a836785aa6e49e54b289b3b91988b660f21c25','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1125-acuerdo-academico-n-002-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1125-acuerdo-academico-n-002-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Acad\\u00e9mico 002 de 2017<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el nuevo plan de estudios del programa de licenciatura en Educaci\\u00f3n F\\u00edsica y Deporte con base en la resoluci\\u00f3n del ministerio de educaci\\u00f3n nacional, para los estudiantes que ingresen a partir del segundo semestre acad\\u00e9mico de 2017\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2017-2\\/1125-acuerdo-academico-n-002-de-2017\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-16 14:23:30\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-16 14:20:04\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":176,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":284,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(691,'com_contact.contact.1','','2024-01-17 13:18:20',393,2383,'7921cf716d887f7677d78d556b3ddb274f34ee9f','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-17 13:18:01\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 13:18:20\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":29,\"hits\":316}',0),(704,'com_contact.contact.1','','2024-01-17 14:18:12',393,2392,'f8f7204b67acef1618f2be136b012927c54f4210','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-17 14:17:53\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 14:18:12\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":30,\"hits\":318}',0),(705,'com_content.article.3','','2024-01-17 14:23:37',393,2305,'017dc2f52e752e150339056c0c185835a2454698','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar integralmente docentes competentes en matem\\u00e1ticas, ense\\u00f1anza de las matem\\u00e1ticas, pedagog\\u00eda, medios tecnol\\u00f3gicos e investigativos, promoviendo la reflexi\\u00f3n y autoevaluaci\\u00f3n del quehacer docente, la democracia participativa, la preocupaci\\u00f3n por los valores, la cultura del di\\u00e1logo, el respeto por la identidad, la diversidad, y la convivencia social e institucional, para que a trav\\u00e9s de la pr\\u00e1ctica pedag\\u00f3gica interact\\u00fae con su entorno, creando en sus educandos sensibilidad y aprecio hacia las matem\\u00e1ticas, la educaci\\u00f3n matem\\u00e1tica y la pedagog\\u00eda.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 14:23:37\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-17 14:23:07\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":27,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":84,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(714,'com_content.article.6','','2024-01-17 16:08:01',393,2227,'00fd2cbd5bd4dc049a1d3467e1789e73e7afce65','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Plan de estudios claramente definido. Contenidos pertinentes y vinculados con el contexto, principalmente de la Orinoqu\\u00eda. Profesores id\\u00f3neos. Comunicaci\\u00f3n fluida entre directivos, profesores y estudiantes. Comunicaci\\u00f3n permanente con egresados y empleadores. Procesos de autoevaluaci\\u00f3n. Revisi\\u00f3n peri\\u00f3dica del proyecto educativo del programa. La integraci\\u00f3n de la docencia, la investigaci\\u00f3n, la proyecci\\u00f3n social y el bienestar universitario. La infraestructura apropiada para la actividad acad\\u00e9mica.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 16:08:01\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-17 16:07:17\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":46,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":100,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(715,'com_content.article.5','','2024-01-17 16:09:23',393,2308,'61038e54c4b40d670c7ead8fbc22d7b1a1dc4ce3','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2>Aspirante:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Los aspirantes a ingresar al programa, deber\\u00e1n tener afinidad hacia los procesos pedag\\u00f3gicos, que se identifiquen con el sector rural y productivo; que dispongan de fundamentos b\\u00e1sicos en las \\u00e1reas de lenguaje, matem\\u00e1tica, biolog\\u00eda, qu\\u00edmica y filosof\\u00eda, de conformidad con los criterios establecidos por la universidad y por el programa.<\\/p>\\r\\n<h2>Laboral:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Maestro en educaci\\u00f3n campesina y rural, con fortaleza en la formulaci\\u00f3n, gesti\\u00f3n y evaluaci\\u00f3n de proyectos educativos, comunitarios y productivos, con calidad t\\u00e9cnica y pedag\\u00f3gica.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 16:09:23\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-17 16:08:25\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":45,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":105,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(716,'com_contact.contact.1','','2024-01-17 19:19:18',393,2384,'74d46274957e7cba8717c204fd107a9a237ea28f','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-17 19:18:47\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 19:19:18\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":31,\"hits\":326}',0),(721,'com_content.article.6','','2024-01-17 20:42:12',393,2681,'fe8a8fa5e2460f321f56e38d32cefa61f486f832','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<h2>Prop\\u00f3sito cient\\u00edfico<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Abordaje de marcos conceptuales de las ciencias b\\u00e1sicas y sociales, modelos te\\u00f3ricos y filos\\u00f3ficos del cuidado.<\\/p>\\r\\n<h2>Prop\\u00f3sito t\\u00e9cnico:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Fortalecimiento de competencias y habilidades, utilizaci\\u00f3n del proceso de atenci\\u00f3n de enfermer\\u00eda (pae), como herramienta fundamental para organizar el cuidado, as\\u00ed mismo establecer un pensamiento cr\\u00edtico para mejorar la calidad del cuidado.<\\/p>\\r\\n<h2>Prop\\u00f3sito \\u00e9tico-axiol\\u00f3gico<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Orientado al fortalecimiento de valores y caracter\\u00edsticas esenciales para brindar un cuidado humanizado, teniendo como base la interacci\\u00f3n humana, la comunicaci\\u00f3n efectiva y respetuosa, la responsabilidad, dedicaci\\u00f3n y compromiso, capacidad de escucha, respeto por la diferencia, calidez y empat\\u00eda; sello fundamental para el desarrollo de la pr\\u00e1ctica de cuidado.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 20:42:12\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-17 20:38:58\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":47,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":101,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(722,'com_content.article.5','','2024-01-17 20:49:48',393,6803,'1667f0a0d7c0c3900f1b9518faf041ef897837e3','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Aspirante:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Teniendo en cuenta la normatividad institucional frente a la admisi\\u00f3n de estudiantes en cada uno de los programas acad\\u00e9micos y considerando la naturaleza de enfermer\\u00eda, se espera el ingreso de estudiantes al programa con las siguientes caracter\\u00edsticas:<\\/p>\\r\\n<ul style=\\\"text-align: justify;\\\">\\r\\n<li>Inter\\u00e9s por contribuir en la soluci\\u00f3n de problemas sociales.<\\/li>\\r\\n<li>Sensibilidad social.<\\/li>\\r\\n<li>Creatividad para el cuidado de s\\u00ed mismo y de otros.<\\/li>\\r\\n<li>Responsable en el desarrollo de sus actividades.<\\/li>\\r\\n<li>Capacidad comunicativa.<\\/li>\\r\\n<li>Respetuoso de la diferencia.<\\/li>\\r\\n<li>Actitud cr\\u00edtica.<\\/li>\\r\\n<\\/ul>\\r\\n<h2 style=\\\"text-align: justify;\\\">Profesional:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El egresado del programa de enfermer\\u00eda de la universidad de los llanos podr\\u00e1:<\\/p>\\r\\n<ul style=\\\"text-align: justify;\\\">\\r\\n<li>Comprender el comportamiento humano, su evoluci\\u00f3n bio-psico-social y principales desv\\u00edos de la salud en cada una de las etapas del ciclo vital.<\\/li>\\r\\n<li>Analizar cr\\u00edtica y creativamente fen\\u00f3menos reales y potenciales que afecten la salud de la poblaci\\u00f3n, con el fin de planear y gestionar acciones de cuidado de acuerdo a la situaci\\u00f3n compleja que implica la salud y su cuidado.<\\/li>\\r\\n<li>Desarrollar habilidades cient\\u00edficas, t\\u00e9cnicas y comunicativas, propias de la enfermer\\u00eda, para garantizar un cuidado seguro y terap\\u00e9utico.<\\/li>\\r\\n<li>Participar interdisciplinariamente en el an\\u00e1lisis y soluci\\u00f3n de los problemas de salud de la comunidad, teniendo en cuenta que sus determinantes ameritan un trabajo articulado con diversas profesiones y \\u00e1reas del conocimiento.<\\/li>\\r\\n<li>Desarrollar habilidades cient\\u00edficas, t\\u00e9cnicas y comunicativas, propias de la enfermer\\u00eda, para garantizar un cuidado seguro y terap\\u00e9utico.<\\/li>\\r\\n<li>Participar interdisciplinariamente en el an\\u00e1lisis y soluci\\u00f3n de los problemas de salud de la comunidad, teniendo en cuenta que sus determinantes ameritan un trabajo articulado con diversas profesiones y \\u00e1reas del conocimiento.<\\/li>\\r\\n<li>Abordar el cuidado de la salud desde una perspectiva \\u00e9tica y human\\u00edstica, teniendo en cuenta a la persona en forma integral, para preservar la salud, promover el bienestar, respetar su dignidad.<\\/li>\\r\\n<li>\\u00a0Participar e interactuar activamente en una relaci\\u00f3n de cuidado en campos espec\\u00edficos de la enfermer\\u00eda profesional: cl\\u00ednico, comunitario, administraci\\u00f3n y gesti\\u00f3n; teniendo en cuenta que el cuidado es \\u00fanico, lo que cambia es su abordaje, dependiendo de la situaci\\u00f3n y escenario donde se brinda.<\\/li>\\r\\n<li>Identificar claramente el campo de acci\\u00f3n de la profesi\\u00f3n de enfermer\\u00eda en un trabajo disciplinar e interdisciplinar, aprovechando las oportunidades de desarrollo personal y profesional, fortaleciendo la autonom\\u00eda para la toma de decisiones \\u00e9ticas.<\\/li>\\r\\n<li>Desarrollar una cultura de formaci\\u00f3n investigativa, al ser consumidor permanente de literatura cient\\u00edfica de fen\\u00f3menos de la realidad en los que tiene que actuar y perfeccionar su cuidado.<\\/li>\\r\\n<\\/ul>\\r\\n<h2 style=\\\"text-align: justify;\\\">Ocupacional:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">En coherencia con los planteamientos del consejo internacional de enfermer\\u00eda (cie), la asociaci\\u00f3n colombiana de facultades y escuelas de enfermer\\u00eda (acofaen), la ley 266 de 1996, la organizaci\\u00f3n y estructura curricular del programa, expresada en el acuerdo 007 de 2002, el perfil ocupacional del egresado del programa de enfermer\\u00eda, est\\u00e1 orientado al ejercicio de las siguientes acciones:<\\/p>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Elaborar y aplicar protocolos de intervenci\\u00f3n de enfermer\\u00eda para brindar cuidado integral a individuos, familias y colectivos.\\u00a0<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Desarrollar investigaciones interdisciplinarias y disciplinarias que conlleven a la resoluci\\u00f3n de problemas de salud y de enfermer\\u00eda.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Administrar el cuidado de enfermer\\u00eda a partir de la gerencia y gesti\\u00f3n del cuidado en diversos escenarios.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Liderar y desarrollar proyectos sociales orientados a la promoci\\u00f3n y conservaci\\u00f3n de la salud del individuo, la familia y la comunidad.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Elaborar, gerenciar y desarrollar proyectos en los diferentes niveles de atenci\\u00f3n en salud.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Elaborar y ejecutar planes educativos en salud, teniendo en cuenta el contexto en donde se desarrollan.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Ejercer la pr\\u00e1ctica de enfermer\\u00eda en diferentes escenarios donde las personas viven, trabajan, estudian y se recrean, siguiendo las directrices establecidas por la profesi\\u00f3n y el sistema general de seguridad social en salud.\\u00a0<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 20:49:48\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-17 20:42:29\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":46,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":107,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(723,'com_content.article.3','','2024-01-17 20:51:29',393,2325,'698decd8d058b7c76697a752a7a22af54622b00c','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de enfermer\\u00eda es un espacio acad\\u00e9mico, que propende por la formaci\\u00f3n integral de profesionales de enfermer\\u00eda, a partir del estudio, la reflexi\\u00f3n, creaci\\u00f3n y recreaci\\u00f3n del cuidado de la salud, en una interacci\\u00f3n permanente con el entorno, con el fin de desarrollar intervenciones fundamentadas en la ciencia, la \\u00e9tica y la sensibilidad social, que contribuyan en la promoci\\u00f3n de la salud y prevenci\\u00f3n de la enfermedad para mejorar la calidad de vida de individuos y grupos sociales, as\\u00ed mismo en la soluci\\u00f3n de los problemas y necesidades de salud de la regi\\u00f3n y el pa\\u00eds.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 20:51:29\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-17 20:50:46\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":28,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":86,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(724,'com_contact.contact.1','','2024-01-17 21:08:55',393,2393,'12b100e722fc5ccb21d16fdfb9c8bfaf5b3e0b3d','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-17 21:08:03\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-17 21:08:55\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":32,\"hits\":330}',0),(727,'com_content.article.6','','2024-01-18 21:16:21',393,2237,'f2fa3dedc6f4b5ecc36a51061e7a4be43dcab3fa','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El programa de ingenier\\u00eda agroindustrial de la universidad de los llanos tiene el prop\\u00f3sito de: formar un profesional del sector agropecuario con capacidad para adelantar procesos de ingenier\\u00eda, aplicados a la transformaci\\u00f3n de las materias primas de origen biol\\u00f3gico, contribuyendo a promover el desarrollo de la agroindustria y la integraci\\u00f3n de las cadenas productivas, con orientaci\\u00f3n y responsabilidad social, comprometidos con el desarrollo sostenible, el bienestar y el mejoramiento de la calidad de vida de las comunidades.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-18 21:16:21\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-18 21:15:42\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":48,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":102,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(728,'com_content.article.5','','2024-01-18 21:18:11',393,2865,'a08d9ead431dfdd67a19fff18deef2736432977f','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Aspirante:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Hombres y mujeres de egresados de colegios p\\u00fablicos y privados, que acrediten su condici\\u00f3n de bachilleres y los resultados icfes, al momento de la inscripci\\u00f3n y est\\u00e9n interesados en el sector agroindustrial<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Profesional:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Acorde a las caracter\\u00edsticas de pertinencia, participaci\\u00f3n, flexibilidad y enfoque investigativo que identifican los programas curriculares de la universidad de los llanos, el profesional de ingenier\\u00eda agroindustrial, orientar\\u00e1 su quehacer bajo los marcos de responsabilidad \\u00e9tica y social y se desempe\\u00f1ar\\u00e1 eficiente y eficazmente en: la formulaci\\u00f3n y ejecuci\\u00f3n de proyectos de investigaci\\u00f3n y desarrollo tecnol\\u00f3gico que le permitan optimizar los procesos agroindustriales en cada eslab\\u00f3n de la cadena productiva, generar, transferir e incorporar tecnolog\\u00eda para obtener nuevos productos alimentarios, no alimentarios, subproductos o mejorar los existentes, en la implementaci\\u00f3n de sistemas de calidad y en la organizaci\\u00f3n y\\/o creaci\\u00f3n de empresas agroindustriales.\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-18 21:18:11\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-18 21:16:33\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":47,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":109,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(729,'com_contact.contact.1','','2024-01-18 21:19:46',393,2398,'a63155c911918db3a392d15efe395b2c726241b5','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-18 21:19:33\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-18 21:19:46\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":33,\"hits\":331}',0),(733,'com_content.article.6','','2024-01-19 13:35:42',393,2687,'e6235e18aa6c7f43c5303d378dddfad6ccd9b3e3','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Formar ciudadanos, ingenieros agr\\u00f3nomos, con capacidad de ejercer la profesi\\u00f3n con honestidad, justicia, responsabilidad y equidad.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales capaces de interactuar con las comunidades y los ecosistemas con respeto y basados en los principios de sostenibilidad.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales bien fundamentados en aspectos cient\\u00edficos, t\\u00e9cnicos y human\\u00edsticos, capaces de solucionar los problemas de los sistemas agr\\u00edcolas.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales con fundamentaci\\u00f3n cient\\u00edfica y human\\u00edstica, que les permitan un adecuado desempe\\u00f1o en las disciplinas investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales comprometidos con su entorno, competitivos y con esp\\u00edritu empresarial. Formar profesionales capaces de abordar con pertinencia la diversidad de escenarios que el entorno demande.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 13:35:42\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 13:33:26\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":50,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":103,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(734,'com_content.article.5','','2024-01-19 13:37:51',393,2921,'d6aaa886e700ad3386114473a271dfc05e937a31','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Aspirante:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Hombres y mujeres de egresados de colegios p\\u00fablicos y privados, que acrediten su condici\\u00f3n de bachilleres y los resultados icfes, al momento de la inscripci\\u00f3n y est\\u00e9n interesados en las ciencias agr\\u00edcolas.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Laboral:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Los egresados del programa podr\\u00e1n desempe\\u00f1arse en \\u00e1reas encaminadas a: dise\\u00f1ar, construir, adecuar y manejar sistemas agrarios de producci\\u00f3n agr\\u00edcola con una concepci\\u00f3n integral y sostenible. Desarrollar procesos de investigaci\\u00f3n y de proyecci\\u00f3n social, orientados a mejorar la sostenibilidad de los sistemas agrarios de producci\\u00f3n agr\\u00edcola y generar nuevas alternativas de producci\\u00f3n para el sector agrario. Generar y promover acciones orientadas al uso sostenible de los recursos que forman parte de los sistemas agr\\u00edcolas. Promover, gerenciar y manejar sistemas empresariales en el sector agr\\u00edcola. Participar y promover procesos de validaci\\u00f3n tecnol\\u00f3gica que favorezcan el mejoramiento de los sistemas agrarios de producci\\u00f3n agr\\u00edcola. Formular, desarrollar y evaluar planes y proyectos de desarrollo agrario.\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 13:37:51\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 13:36:19\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":48,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":111,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(735,'com_contact.contact.1','','2024-01-19 13:38:56',393,2395,'c0e5c471913d8bbe0cc45d9cac5085a12f0430c5','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-19 13:38:26\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 13:38:56\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":34,\"hits\":332}',0),(736,'com_contact.contact.1','','2024-01-19 15:23:08',393,2376,'21a2432c118e01251a14c62b202f48036c896499','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-19 15:22:32\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 15:23:08\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":35,\"hits\":333}',0),(739,'com_content.article.6','','2024-01-19 15:46:44',393,2107,'4d911682fbd3960f44774e5d56909207e0ec5886','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Formaci\\u00f3n de profesionales l\\u00edderes competitivos e integrales tanto en los aspectos t\\u00e9cnicos, cient\\u00edficos y humanista con capacidad de competencia e interactuar con la sociedad, como generadores de desarrollo en los sistemas de producci\\u00f3n animal. El programa de medicina veterinaria y zootecnia debe formar profesionales capaces de generar, adaptar y adoptar conocimientos para resolver problemas de la comunidad<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 15:46:44\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 15:45:52\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":52,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":105,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(740,'com_content.article.5','','2024-01-19 15:48:31',393,2557,'b3f157a39c599af2fe1e397454a8e2e7ce8b7e5a','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Aspirante:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Bachilleres de todo el pa\\u00eds graduados en diferentes modalidades acad\\u00e9micas, sin distinci\\u00f3n de sexos, razas, credos, ni edades y que tengan vocaci\\u00f3n por las ciencias pecuarias.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Laboral:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Los profesionales m\\u00e9dicos veterinarios y zootecnistas de Unillanos, deben caracterizarse por ser ciudadanos, profesionales y cient\\u00edficos con sensibilidad y aprecio por el patrimonio social, cultural y ecol\\u00f3gico de la naci\\u00f3n y la humanidad deben adem\\u00e1s conocer la problem\\u00e1tica de los sistemas de producci\\u00f3n tanto en los aspectos sanitarios, productivos y reproductivos as\\u00ed mismo estar\\u00e1n capacitados para proponer protocolos de soluci\\u00f3n y adem\\u00e1s ejecutar los procedimientos necesarios para la soluci\\u00f3n de problemas.\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 15:48:31\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 15:47:00\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":49,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":114,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(743,'com_content.article.6','','2024-01-19 19:15:56',393,2081,'3fe382501537a6dd0796abe6eb1542ef4e2a0c8e','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El programa de administraci\\u00f3n de empresas busca formar profesionales con conocimientos y herramientas administrativas para la creaci\\u00f3n, direcci\\u00f3n y desarrollo de empresas, capaces de insertarse creativa y constructivamente en la sociedad, liderando, promoviendo y organizando procesos de cambio y de transformaci\\u00f3n en los negocios a fin de alcanzar una mayor productividad y competitividad.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 19:15:56\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 19:15:25\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":53,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":105,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(744,'com_content.article.5','','2024-01-19 19:16:54',393,2802,'ee1a989a5e84cddfaa513a4925b313a03e7348fc','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Aspirante:<\\/h2>\\r\\n<p>Hombres y mujeres de egresados de colegios p\\u00fablicos y privados, que acrediten su condici\\u00f3n de bachilleres y los resultados icfes, al momento de la inscripci\\u00f3n.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Laboral:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El egresado del programa de adm\\u00f3n. De empresas de la universidad de los llanos es competente para analizar el entorno y a partir de este: profesionales conscientes de las necesidades sociales de la regi\\u00f3n y del pa\\u00eds capaces de generar soluciones y alternativas empresariales a trav\\u00e9s de la creaci\\u00f3n de empresas acordes con el potencial productivo de la regi\\u00f3n. Gesti\\u00f3n eficaz de recursos para la creaci\\u00f3n de empresas a trav\\u00e9s de la formulaci\\u00f3n de planes de negocios con una viabilidad econ\\u00f3mica y financiera. Dise\\u00f1ar estrategias de internacionalizaci\\u00f3n de empresas acordes con las pol\\u00edticas gubernamentales maximizando las relaciones a trav\\u00e9s de los tratados actuales con otros gobiernos. Dominio de las herramientas de investigaci\\u00f3n de alternativas empresariales sostenibles para la regi\\u00f3n.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 19:16:54\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 19:16:07\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":50,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":116,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(745,'com_contact.contact.1','','2024-01-19 19:18:40',393,2387,'e4d54f7b1d34ee803adc24f440979e416c6a121b','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-19 19:18:11\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 19:18:40\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":36,\"hits\":334}',0),(746,'com_content.article.3','','2024-01-19 20:57:59',393,2612,'8b18693cdb63dcdb89bca68823305ad0fffa02bd','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de contadur\\u00eda de la universidad de los Llanos forma \\u00edntegramente ciudadanos profesionales de la contadur\\u00eda con valores humanos, comprometidos con la generaci\\u00f3n de la confianza p\\u00fablica, con visi\\u00f3n internacional, gerencial, id\\u00f3neo, innovador, con competencias para la investigaci\\u00f3n, que otorgan capacidad para comprender, analizar y proponer alternativas de soluci\\u00f3n a las problem\\u00e1ticas propias de la profesi\\u00f3n y de la regi\\u00f3n, que permitan una efectiva toma de decisiones.<\\/p>\\r\\n<h2>VISION<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El programa de contadur\\u00eda p\\u00fablica de la universidad de los llanos, se propone para el a\\u00f1o 2025, ser un referente del conocimiento disciplinar y profesional, para el desarrollo regional, nacional e internacional, producto de la interacci\\u00f3n entres, docentes, estudiantes y egresados con excelencia humana y acad\\u00e9mica.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 20:57:59\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 20:57:15\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":30,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":87,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(749,'com_content.article.7','','2024-01-19 21:18:46',393,7210,'639c735332175f2e35cf7396104030b2b4248a18','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Introducci\\u00f3n a la contadur\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas aplicadas.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera i.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda empresarial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de econom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho constitucional.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas financieras.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Emprendimiento.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho comercial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera III.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho laboral.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera IV.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Legislaci\\u00f3n tributaria I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sistemas de informaci\\u00f3n contable.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda e investigaci\\u00f3n contable.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gesti\\u00f3n de operaciones.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad y presupuesto p\\u00fablico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Legislaci\\u00f3n tributaria II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Investigaci\\u00f3n de mercados.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>An\\u00e1lisis financiero.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Legislaci\\u00f3n tributaria III.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Control interno y auditor\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad internacional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Presupuestos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Auditor\\u00eda financiera y nias.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gerencia financiera.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n II.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidades especiales.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva profesional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Formulaci\\u00f3n y evaluaci\\u00f3n de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Revisor\\u00eda fiscal.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n III.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 21:18:46\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 21:15:06\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":314,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":375,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(750,'com_content.article.6','','2024-01-19 21:48:09',393,1956,'a072ed7b2458d9bfd0c1aba478095bf6ad13f084','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Formar un profesional competente en el manejo de la informaci\\u00f3n contable y financiera para usuarios nacionales e internacionales como elemento fundamental para la sostenibilidad de las empresas, comprometido con la recuperaci\\u00f3n y generaci\\u00f3n de la confianza p\\u00fablica.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 21:48:09\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 21:47:52\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":54,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":106,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(751,'com_content.article.6','','2024-01-19 21:48:09',393,1956,'a072ed7b2458d9bfd0c1aba478095bf6ad13f084','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Formar un profesional competente en el manejo de la informaci\\u00f3n contable y financiera para usuarios nacionales e internacionales como elemento fundamental para la sostenibilidad de las empresas, comprometido con la recuperaci\\u00f3n y generaci\\u00f3n de la confianza p\\u00fablica.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 21:48:09\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 21:47:52\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":55,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":106,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(752,'com_content.article.5','','2024-01-19 21:49:39',393,2499,'bd04c85bf6b7ae86836fbfc6750541c86b870634','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Aspirante:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Hombres y mujeres de egresados de colegios p\\u00fablicos y privados, que acrediten su condici\\u00f3n de bachilleres y los resultados icfes, al momento de la inscripci\\u00f3n.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Laboral:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Ser un profesional formado en valores humanos comprometidos en la recuperaci\\u00f3n y generaci\\u00f3n de la confianza p\\u00fablica, con visi\\u00f3n gerencial, internacional, id\\u00f3neo, innovador e investigativo; consciente de su responsabilidad social y ambiental, garante de la fe p\\u00fablica en el ejercicio de su profesi\\u00f3n, que le permite liderar los procesos financieros, tributarios, de auditor\\u00eda, y revisor\\u00eda fiscal en las organizaciones, actualizado en las tendencias internacionales en materia contable y financiera.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 21:49:39\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 21:48:54\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":52,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":118,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(753,'com_content.article.8','','2024-01-19 21:53:25',393,5208,'4ec13383ae48df5b2073eb1d97468cf646b0d6c5','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/brochure contaduria.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Brochure contadur\\u00eda<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cCartilla con la informaci\\u00f3n relevante del programa\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 21:53:25\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 21:51:11\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":178,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":295,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(754,'com_content.article.8','','2024-01-19 22:16:32',393,4998,'cd02f339ecbb049e626317d69136a45486339fec','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"docus\\/brochure contaduria.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/brochure contaduria.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Brochure contadur\\u00eda<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cCartilla con la informaci\\u00f3n relevante del programa\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"docus\\/brochure contaduria.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-19 22:16:32\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-19 21:53:25\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":179,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":297,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(755,'com_contact.contact.1','','2024-01-22 13:04:38',393,2391,'55dd153eeded414bde002a47ebe4a8f3fc6b86f0','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-22 13:03:42\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 13:04:38\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":37,\"hits\":342}',0),(756,'com_content.article.7','','2024-01-22 13:05:49',393,7210,'60e93e2c66328bc4ed6ef544b17c7765256449b2','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Introducci\\u00f3n a la contadur\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas aplicadas.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda empresarial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de econom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho constitucional.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas financieras.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Emprendimiento.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho comercial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera III.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho laboral.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad financiera IV.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Legislaci\\u00f3n tributaria I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sistemas de informaci\\u00f3n contable.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda e investigaci\\u00f3n contable.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gesti\\u00f3n de operaciones.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad y presupuesto p\\u00fablico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Legislaci\\u00f3n tributaria II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Investigaci\\u00f3n de mercados.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>An\\u00e1lisis financiero.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Legislaci\\u00f3n tributaria III.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Control interno y auditor\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad internacional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Presupuestos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Auditor\\u00eda financiera y nias.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gerencia financiera.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n II.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidades especiales.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva profesional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Formulaci\\u00f3n y evaluaci\\u00f3n de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Revisor\\u00eda fiscal.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n III.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 13:05:49\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 13:05:40\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":315,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":377,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(757,'com_content.article.7','','2024-01-22 14:33:34',393,3850,'a22d56b5c980b48bd00ae776f3577ef14c21dcf9','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 14:33:34\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 14:33:05\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":316,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":378,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(758,'com_content.article.7','','2024-01-22 14:51:10',393,4321,'99d736807093f6aec864d7da74c78cfca3ef32ea','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho constitucional colombiano.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Introducci\\u00f3n a la econom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1lculo I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 14:51:10\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 14:42:39\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":318,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":378,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(759,'com_content.article.7','','2024-01-22 14:54:12',393,5955,'c401bf855cc962eef55aa8cc4a08dd7be5e2f48e','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho constitucional colombiano.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Introducci\\u00f3n a la econom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1lculo I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda pol\\u00edtica I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1lculo II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra Orinoquia.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Algebra lineal y programaci\\u00f3n lineal.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda pol\\u00edtica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Nueva geograf\\u00eda econ\\u00f3mica.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos y presupuestos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Historia econ\\u00f3mica de Colombia.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas financieras.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda de juegos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Cuentas nacionales.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Metodolog\\u00eda de la investigaci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>An\\u00e1lisis financiero.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 14:54:12\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 14:51:10\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":319,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":378,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(760,'com_content.article.7','','2024-01-22 14:57:01',393,7612,'697bd9726f5439c705ba0bef0f961c19154e25d2','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho constitucional colombiano.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Introducci\\u00f3n a la econom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1lculo I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda pol\\u00edtica I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1lculo II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra Orinoquia.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Algebra lineal y programaci\\u00f3n lineal.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda pol\\u00edtica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Nueva geograf\\u00eda econ\\u00f3mica.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos y presupuestos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Historia econ\\u00f3mica de Colombia.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas financieras.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda de juegos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Cuentas nacionales.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Metodolog\\u00eda de la investigaci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>An\\u00e1lisis financiero.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda latinoamericana.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica monetaria y bancaria.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econometr\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda regional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda de las finanzas publicas.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Planeaci\\u00f3n del desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econometr\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica agraria.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento econ\\u00f3mico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica fiscal.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho econ\\u00f3mico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Formulaci\\u00f3n y evaluaci\\u00f3n financiera de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica del comercio internacional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda ambiental.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Desarrollo econ\\u00f3mico y social.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Opci\\u00f3n de grado I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Evaluaci\\u00f3n socioecon\\u00f3mica de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n II.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 14:57:01\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 14:54:12\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":320,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":378,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(761,'com_content.article.7','','2024-01-22 14:59:38',393,8248,'73f2b16b3129883be9780503d553f8fe7c3117f3','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho constitucional colombiano.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Introducci\\u00f3n a la econom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1lculo I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda pol\\u00edtica I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1lculo II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra Orinoquia.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Algebra lineal y programaci\\u00f3n lineal.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda pol\\u00edtica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Nueva geograf\\u00eda econ\\u00f3mica.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos y presupuestos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Historia econ\\u00f3mica de Colombia.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas financieras.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda de juegos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Cuentas nacionales.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Metodolog\\u00eda de la investigaci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>An\\u00e1lisis financiero.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda latinoamericana.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica monetaria y bancaria.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econometr\\u00eda I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda regional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda de las finanzas publicas.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Planeaci\\u00f3n del desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econometr\\u00eda II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica agraria.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento econ\\u00f3mico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica fiscal.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho econ\\u00f3mico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Formulaci\\u00f3n y evaluaci\\u00f3n financiera de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Teor\\u00eda y pol\\u00edtica del comercio internacional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Econom\\u00eda ambiental.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Desarrollo econ\\u00f3mico y social.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Opci\\u00f3n de grado I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Evaluaci\\u00f3n socioecon\\u00f3mica de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n II.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 10<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pol\\u00edtica industrial y de servicios.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Opci\\u00f3n de grado II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n III.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Seminario coyuntura econ\\u00f3mica.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 14:59:38\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 14:57:01\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":321,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":378,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(762,'com_content.article.6','','2024-01-22 15:05:44',393,2808,'13a11fdbb6f74f6c641de9880e8dc977e24e7854','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">T\\u00e9cnico:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar economistas con la capacidad de formular y evaluar proyectos de inversi\\u00f3n econ\\u00f3mica, social y ambiental, en los niveles nacional e internacional, a la luz de las pol\\u00edticas p\\u00fablicas y privadas; con altas capacidades para medir los impactos de las variables micro y macroecon\\u00f3micas.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Cient\\u00edfico:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar economistas con capacidades para investigar alternativas de soluci\\u00f3n de problemas sociales y econ\\u00f3micos que propendan por el desarrollo sostenible, a partir de la elaboraci\\u00f3n de modelos que respondan a las tendencias del comportamiento de las variables micro y macroecon\\u00f3micos contextos determinados.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Formativo:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Lograr economistas con alto sentido de respeto por la diferencia, por el patrimonio econ\\u00f3mico, cultural y ambiental, bajo la normatividad respectiva en pro de la convivencia social y con capacidad para actuar interdisciplinariamente.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 15:05:44\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 15:01:23\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":56,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":107,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(763,'com_content.article.5','','2024-01-22 15:08:45',393,2510,'53c0ea40d851c25504a448b0db42c7a36ce2b2f5','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Aspirante:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El acuerdo 015\\/2003, del consejo superior reglamenta el proceso de inscripci\\u00f3n, selecci\\u00f3n y admisi\\u00f3n de estudiantes, incluidos los bachilleres de comunidades ind\\u00edgenas y de zonas apartadas. Para ser aspirante al programa de econom\\u00eda, se requiere ser como m\\u00ednimo bachiller y haber presentado examen de estado, para ingreso a la educaci\\u00f3n superior.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Laboral:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El economista de la universidad de los llanos, es un profesional formado con criterio cient\\u00edfico y anal\\u00edtico fundamentado en la teor\\u00eda econ\\u00f3mica, capaz de abordar problemas socioecon\\u00f3micos locales y globales, con el fin de formular pol\\u00edticas y alternativas de soluci\\u00f3n, en la b\\u00fasqueda de bienestar social.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 15:08:45\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 15:07:27\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":53,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":120,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(764,'com_contact.contact.1','','2024-01-22 15:14:33',393,2382,'9c5420fa68446c709cb16ca74e7fe7196be99b87','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-01-22 15:11:51\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 15:14:33\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":38,\"hits\":343}',0),(765,'com_content.article.8','','2024-01-22 15:29:34',393,5418,'5cf813b4ccbbb72d3ca2440ccc5c93b6fea4437f','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2016-5\\/1117-acuerdo-academico-n-019-de-2016\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2016-5\\/1117-acuerdo-academico-n-019-de-2016\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo acad\\u00e9mico 019 de 2016<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/www.unillanos.edu.co\\/index.php\\/documentacion\\/consejo-academico\\/acuerdos-academicos\\/2016-5\\/1117-acuerdo-academico-n-019-de-2016\\/file\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 15:29:34\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 15:25:52\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":181,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":300,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(766,'com_content.article.7','','2024-01-22 16:23:06',393,5471,'06abf1c497bc6d1d53fb6cfabd25cb330efa3471','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Principios de mercadeo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Antropolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Psicolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad empresarial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estrategias de producto.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos y presupuesto.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Comportamiento del consumidor.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra democracia y paz.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}C\\u00e1tedra Orinoquia Investigaci\\u00f3n cuantitativa de mercados Matem\\u00e1ticas financieras Estrategia de precio Ciencia, tecnolog\\u00eda y desarrollo Electiva I {\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 10<\\/strong>\\\" class=\\\"red\\\"}{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 16:23:06\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 16:19:34\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":322,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":380,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(767,'com_content.article.7','','2024-01-22 16:32:07',393,7587,'acf2e2034bfcecbb58f8b850dc5f920c5af34982','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Principios de mercadeo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Antropolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Psicolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad empresarial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estrategias de producto.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos y presupuesto.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Comportamiento del consumidor.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra democracia y paz.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra Orinoquia.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Investigaci\\u00f3n cuantitativa de mercados.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas financieras.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estrategia de precio.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Investigaci\\u00f3n cualitativa de mercados.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>An\\u00e1lisis financiero.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Distribuci\\u00f3n y log\\u00edstica.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Entornos globales.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Metodolog\\u00eda de la investigaci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Mercadeo agroindustrial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Mercadeo internacional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Publicidad.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Mercadeo de servicios.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Planeaci\\u00f3n estrat\\u00e9gica de marketing.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>\\u00c9tica.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Merchandising y promoci\\u00f3n de venta.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Relaciones p\\u00fablicas y organizaci\\u00f3n de eventos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gesti\\u00f3n de la calidad.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva II.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Marketing electr\\u00f3nico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho empresarial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Formulaci\\u00f3n y evaluaci\\u00f3n de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva III.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Materia.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso profundizaci\\u00f3n III.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gerencia comercial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Servicio al cliente.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Marketing social.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gerencia estrat\\u00e9gica de marketing.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Trabajo de grado.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 16:32:07\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 16:23:06\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":323,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":380,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(768,'com_content.article.3','','2024-01-22 19:05:58',393,2499,'844d915269733b5429fab97074c023aff50f74e5','{\"id\":\"3\",\"asset_id\":102,\"title\":\"Axiol\\u00f3gicos\",\"alias\":\"axiologicos\",\"introtext\":\"<h2>MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar ciudadanos profesionales \\u00e9ticos, con criterio cient\\u00edfico y responsabilidad social, mediante el desarrollo de un curr\\u00edculo flexible e integral que le permita ser competente en el sistema de mercadeo, participando activamente en procesos de transformaci\\u00f3n y avance econ\\u00f3mico de la regi\\u00f3n, bajo la din\\u00e1mica del consumo local y global.<\\/p>\\r\\n<h2>VISION<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El Programa de Mercadeo de la Universidad de los Llanos al 2025 es protagonista del desarrollo empresarial de la regi\\u00f3n, reconocido a nivel nacional como formador de profesionales con calidad y capacidad participativa en procesos de investigaci\\u00f3n, generador de conocimiento en el \\u00e1rea de mercadeo bajo escenarios de reflexi\\u00f3n cr\\u00edtica que impacte el desarrollo sostenible.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 19:05:58\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 19:05:34\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":31,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":88,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(769,'com_content.article.4','','2024-01-22 19:06:40',393,1866,'5287a5448c63ea7c006a7e5b2df2493631fa9088','{\"id\":\"4\",\"asset_id\":103,\"title\":\"Objeto de Estudio\",\"alias\":\"objeto-de-estudio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, el Programa de Mercadeo tiene como objeto de estudio, de Formaci\\u00f3n \\/ Transformaci\\u00f3n: EL SISTEMA DE MARKETING, y como objeto social: EL BIENESTAR DEL SER HUMANO COMO CLIENTE.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:19:53\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 19:06:40\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 19:06:28\",\"publish_up\":\"2023-07-12 19:19:53\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":19,\"ordering\":7,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":75,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(770,'com_content.article.6','','2024-01-22 19:09:25',393,2913,'58783ed20db1b07d357e1da4b3391f8378a824da','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"alias\":\"proposito-de-formacion\",\"introtext\":\"<p>Con base en los principios que orientan el Programa y en concordancia con el PEI de la Universidad de los Llanos, el Programa de Mercadeo tiene como prop\\u00f3sitos de formaci\\u00f3n:<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Prop\\u00f3sito Cient\\u00edfico:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Desarrollar actitudes y aptitudes tendientes a la aprehensi\\u00f3n, pr\\u00e1ctica y generaci\\u00f3n del conocimiento a trav\\u00e9s de una cultura investigativa, que promueva la participaci\\u00f3n e inclusi\\u00f3n en proyectos de investigaci\\u00f3n que generen nuevos conocimientos y conduzcan a dar soluci\\u00f3n a los problemas de la regi\\u00f3n y el pa\\u00eds.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Prop\\u00f3sito T\\u00e9cnico:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Desarrollar habilidades y destrezas relacionas con la formaci\\u00f3n del estudiante apropiadas para generar competitividad nacional e internacional en el campo del Mercadeo.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Prop\\u00f3sito \\u00c9tico Axiol\\u00f3gico:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Desarrollar actitudes \\u00e9ticas y profesionales que le permitan un desempe\\u00f1o basado en el bienestar del cliente y el crecimiento empresarial, fundamentado en el desarrollo sostenible.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 19:09:25\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 19:07:29\",\"publish_up\":\"2023-07-12 19:26:56\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":58,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":109,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(771,'com_content.article.10','','2024-01-22 19:11:18',393,3166,'02b259f28d5ced965f981b6ace012fcf51beccb5','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Objetivos del programa\",\"alias\":\"objetivos-del-programa\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">General:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales en mercadeo en gesti\\u00f3n y toma de decisiones del Sistema de Marketing, mediante el desarrollo de actitudes y aptitudes que consoliden la aprehensi\\u00f3n del conocimiento, que lo lleven a proponer alternativas a las organizaciones en pro del Bienestar del Ser Humano como Cliente.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Espec\\u00edficos:<\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Formar estudiantes competentes para solucionar los problemas del Sistema de Marketing, en forma creativa y bajo pensamiento flexible.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Desarrollar en el estudiante actitudes \\u00e9ticas bien definidas que le permitan un desempe\\u00f1o basado en el bienestar del cliente y el crecimiento de la empresa bajo los postulados del desarrollo sostenible.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Desarrollar en el estudiante actitudes y aptitudes tendientes a la aprehensi\\u00f3n, la pr\\u00e1ctica y creaci\\u00f3n del conocimiento a trav\\u00e9s de la cultura investigativa.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Desarrollar en el estudiante estrategias de autoformaci\\u00f3n y autogesti\\u00f3n para el perfeccionamiento de sus competencias con el fin de garantizar su continuo crecimiento profesional<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Formar estudiantes cr\\u00edticos de su entorno y activos en el proceso de construcci\\u00f3n del mismo, sin afectar el medio ambiente.<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 19:11:18\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 19:09:44\",\"publish_up\":\"2023-09-05 13:53:14\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":15,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":22,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(772,'com_content.article.5','','2024-01-22 19:15:03',393,3235,'884e8df8a32fcc79c7cc4d068dd0f7e4230721ca','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Profesional:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El egresado del programa de Mercadeo de la Universidad de los Llanos es ante todo un l\\u00edder humano y \\u00e9tico, comprometido con la intervenci\\u00f3n en el Sistema de Marketing de su entorno, en coherencia con el desarrollo socioecon\\u00f3mico y ambiental, con capacidad para un acertado proceso de toma de decisiones.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Ocupacional:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar el entorno por cuanto:<\\/p>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Realiza an\\u00e1lisis del mercado y determina la\\u00a0 viabilidad de lanzamiento y posicionamiento de ideas, personas, bienes y servicios, dise\\u00f1ados para satisfacer \\u00e9ticamente las necesidades de los consumidores.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Analiza la mezcla de marketing en las empresas, para estructurar y retroalimentar el portafolio de valores y propone alternativas de mejoramiento.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Dirige o dise\\u00f1a los departamentos de Mercadeo y realiza la evaluaci\\u00f3n de desempe\\u00f1o de sus miembros.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Tiene una s\\u00f3lida formaci\\u00f3n te\\u00f3rica y conceptual, que le permite el desarrollo de competencias en la gesti\\u00f3n estrat\\u00e9gica de marketing con base en la capacidad anal\\u00edtica e investigativa de los mercados, contribuyendo as\\u00ed a la competitividad de las empresas y del entorno donde se desenvuelva<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 19:15:03\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 19:11:28\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":54,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":123,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(773,'com_content.article.9','','2024-01-22 19:22:46',393,3141,'b6723d73b26d2f052c863b3cb816c36f9b8f6a6a','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 145.6px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.6px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 83.2px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 41.6px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"0\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 19:22:46\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 19:16:08\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":16,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":19,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(774,'com_content.article.9','','2024-01-22 19:53:14',393,4618,'29fe432a1ae55c8bcee36f09c4718aec88b89755','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"0\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 19:53:14\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 19:22:46\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":17,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":19,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(775,'com_content.article.9','','2024-01-22 22:06:48',393,6554,'0b761969d1f0ce0620abc0870bdf17dd002d8970','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 27.5753%;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.4344%;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 39.966%;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:06:48\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 21:59:40\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":18,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":21,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(776,'com_content.article.9','','2024-01-22 22:09:01',393,6667,'727a9e78d64a18cc9b8fa32c2a1ebeb66033159a','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 27.5753%;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.4344%;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 39.966%;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">\\u00a0Innovaci\\u00f3n Organizacional<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 27.5753%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.4344%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 39.966%;\\\">Mercadeo en las Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:09:01\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 22:06:48\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":19,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":22,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(777,'com_content.article.9','','2024-01-22 22:09:30',393,6675,'6889c28d3fa6ecb5d10a6b6166f182862df8cb2f','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 86.165%;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 22.8377%;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.7988%;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 44.3392%;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.8377%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.7988%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.3392%;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.8377%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.7988%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.3392%;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.8377%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.7988%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.3392%;\\\">\\u00a0Innovaci\\u00f3n Organizacional<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.8377%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.7988%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.3392%;\\\">Mercadeo en las Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:09:30\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 22:09:01\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":20,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":22,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(778,'com_content.article.9','','2024-01-22 22:10:17',393,6675,'0192992f735c0ca169ba9104c446fee9486306a6','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 56.068%;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 22.7857%;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.8923%;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 44.2852%;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.7857%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.8923%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.2852%;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.7857%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.8923%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.2852%;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.7857%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.8923%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.2852%;\\\">\\u00a0Innovaci\\u00f3n Organizacional<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 22.7857%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.8923%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 44.2852%;\\\">Mercadeo en las Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:10:17\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 22:09:30\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":21,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":23,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(779,'com_content.article.9','','2024-01-22 22:10:50',393,6671,'344500c0ea680d78c7671e85e493715fb04e0046','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 45.3883%;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 25.1518%;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.307%;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 42.4978%;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">\\u00a0Innovaci\\u00f3n Organizacional<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">Mercadeo en las Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:10:50\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 22:10:17\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":22,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":24,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(780,'com_content.article.9','','2024-01-22 22:11:15',393,6731,'f5fa064d06d06f432ad5097ead1a30c69d1b5bd3','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 45.3883%;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 25.1518%; text-align: center;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.307%; text-align: center;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 42.4978%; text-align: center;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">\\u00a0Innovaci\\u00f3n Organizacional<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 25.1518%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.307%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 42.4978%;\\\">Mercadeo en las Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:11:15\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 22:10:50\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":23,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":25,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(781,'com_content.article.9','','2024-01-22 22:12:05',393,6775,'396cbcd399393063f02d492d029b47daa8cdd8ef','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 45.3883%; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 31.0836%; text-align: center;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.6913%; text-align: center;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 36.1748%; text-align: center;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">\\u00a0Innovaci\\u00f3n Organizacional<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">Mercadeo en las Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:12:05\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 22:11:39\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":24,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":26,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(782,'com_content.article.9','','2024-01-22 22:13:28',393,6793,'4bb9b7d1a109217e91634db8ae10d5cc15179dd8','{\"id\":\"9\",\"asset_id\":112,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"alias\":\"lineas-y-areas-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Las l\\u00edneas de investigaci\\u00f3n que fueron aprobadas para la Facultad de Ciencias Econ\\u00f3micas, mediante la Resoluci\\u00f3n Acad\\u00e9mica No. 004 de 2015, son las siguientes:\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.048%; height: 117.8px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 100.064%; height: 20.8px;\\\" colspan=\\\"2\\\">Facultad de ciencias Econ\\u00f3micas<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela \\/ departamento<\\/th>\\r\\n<th style=\\\"width: 49.9405%; height: 20.8px;\\\">Nombre de la l\\u00ednea de investigaci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 13.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 55.4px;\\\" rowspan=\\\"3\\\">Escuela de econom\\u00eda y Finanzas<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 13.8px;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Innovaci\\u00f3n Organizacional\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<th style=\\\"width: 50.1235%; height: 20.8px;\\\">Escuela de Administraci\\u00f3n y negocios\\u00a0<\\/th>\\r\\n<td style=\\\"width: 49.9405%; height: 20.8px;\\\">Mercadeo en la Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">Con el fin de apoyar el desarrollo de las L\\u00edneas de Investigaci\\u00f3n, el programa determina en su curr\\u00edculo cuatro L\\u00edneas de Profundizaci\\u00f3n, las cuales responden a las principales problem\\u00e1ticas y necesidades de la regi\\u00f3n y el pa\\u00eds en un contexto globalizado y se articulan en tres cursos electivos los cuales permiten alcanzar las competencias propuestas. Las L\\u00edneas de Profundizaci\\u00f3n, est\\u00e1n constituidas por una o m\\u00e1s asignaturas de naturaleza te\\u00f3rica y pr\\u00e1ctica asociadas a programas o proyectos de investigaci\\u00f3n de los docentes responsables de la l\\u00ednea, las cuales hacen parte del Plan de Estudios de cada programa; y finalmente, el Grupo de Estudio, considerado como la base del proceso de investigaci\\u00f3n formativa, se define como un espacio para la revisi\\u00f3n cr\\u00edtica de temas de inter\\u00e9s espec\\u00edfico por \\u00e1reas del conocimiento; en el cual, bajo la coordinaci\\u00f3n de uno o varios docentes, los estudiantes tienen la oportunidad de contrastar informaci\\u00f3n actualizada con el contexto local y nacional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En la estructura curricular del Programa de Mercadeo de la Universidad de los Llanos, se contemplan las L\\u00edneas de Profundizaci\\u00f3n, cada una con los cursos y la interacci\\u00f3n con las L\\u00edneas de Investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 45.3883%; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<th style=\\\"width: 31.0836%; text-align: center;\\\">L\\u00edneas de profundizaci\\u00f3n<\\/th>\\r\\n<th style=\\\"width: 32.6913%; text-align: center;\\\">\\u00a0Cursos<\\/th>\\r\\n<th style=\\\"width: 36.1748%; text-align: center;\\\">L\\u00edneas de investigaci\\u00f3n\\u00a0<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Mercadeo Agroindustrial<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- Sistemas de Comercializaci\\u00f3n<\\/p>\\r\\n<p>- Desarrollo de valor. agroindustrial.<\\/p>\\r\\n<p>- Modelos de Marketing para Pymes Agroindustriales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">Crecimiento y Desarrollo Socioecon\\u00f3mico Orinoquense<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Mercadeo Internacional<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- Plan de Marketing Internacional.<\\/p>\\r\\n<p>- Log\\u00edstica Internacional.<\\/p>\\r\\n<p>- Finanzas Internacionales.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">Finanzas Empresariales<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Mercadeo de Servicios<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- La Econom\\u00eda de los Servicios.<\\/p>\\r\\n<p>- Mercadeo y desarrollo de servicios.<\\/p>\\r\\n<p>- Mezcla de Mercadeo del Servicios.<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">\\u00a0Innovaci\\u00f3n Organizacional<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 31.0836%;\\\">Dise\\u00f1o y Desarrollo Publicitario<\\/td>\\r\\n<td style=\\\"width: 32.6913%;\\\">\\r\\n<p>- Dise\\u00f1o Publicitario.<\\/p>\\r\\n<p>- An\\u00e1lisis de Medios.<\\/p>\\r\\n<p>- Gerencia de Publicidad.\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 36.1748%;\\\">Mercadeo en las Mipymes<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">En el Plan de Estudios se desarrollan con los Cursos de: Profundizaci\\u00f3n I con 3 cr\\u00e9ditos en el semestre VII. Profundizaci\\u00f3n II con tres cr\\u00e9ditos en el semestre VIII y Profundizaci\\u00f3n III, con tres cr\\u00e9ditos en el semestre IX.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-01 15:32:31\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-22 22:13:28\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-22 22:12:05\",\"publish_up\":\"2023-09-01 15:32:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":25,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":27,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(783,'com_content.article.8','','2024-01-23 13:36:51',393,4956,'4bd668bc09180002e53553d0d4066662e3af8af3','{\"id\":\"8\",\"asset_id\":107,\"title\":\"Normatividad\",\"alias\":\"normatividad\",\"introtext\":\"<table style=\\\"border-collapse: collapse; width: 99.9901%; height: 289.153px; border-color: #ecf0f1; border-style: dotted;\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 27.7986px;\\\">\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 31.8275%; height: 27.7986px;\\\" colspan=\\\"2\\\">T\\u00edtulo<\\/th>\\r\\n<th style=\\\"background-color: #ffffff; text-align: center; width: 68.0959%; height: 27.7986px;\\\" colspan=\\\"2\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"docus\\/PEP Mercadeo.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"docus\\/PEP Mercadeo.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto Educativo<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cProyecto educativo del programa Mercadeo\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"docus\\/PEP Mercadeo.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ffffff; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo Superior 020 de 2021<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\u201cPor medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/docus\\/Acuerdo%20Superior%20No.%20020%20de%202021%20-%20REGLAMENTO%20ESTUDIANTIL%20PROGRAMA%20PREGRADOS.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #ecf0f1; height: 66.1632px;\\\">\\r\\n<td style=\\\"width: 2.00904%; height: 66.1632px;\\\"><a class=\\\"fa fa-file-pdf-o\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<td style=\\\"width: 29.8184%; text-align: justify; line-height: 1; height: 66.1632px;\\\"><a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acuerdo superior 008 de 2020<\\/a><\\/td>\\r\\n<td style=\\\"width: 65.4525%; text-align: justify; height: 66.1632px;\\\">\\\"Por el cual se establece el r\\u00e9gimen de matr\\u00edculas de los programas de pregrado de la universidad de los llanos\\\"<\\/td>\\r\\n<td style=\\\"width: 2.64348%; height: 66.1632px;\\\"><a class=\\\"fa fa-download\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1tKWqiC-geLuNmZVLaDk3C9Jgjs4nOQn2\\/view\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 21:07:47\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-01-23 13:36:51\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-01-23 13:32:06\",\"publish_up\":\"2023-07-12 21:07:47\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":182,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":301,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(784,'com_content.article.7','','2024-04-16 19:31:27',393,7578,'1b4548b5aa8548acbf150f1b02854aaa638c7f71','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 01<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Procesos comunicativos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Principios de mercadeo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Fundamentos de administraci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Antropolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Psicolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 02<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Contabilidad empresarial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estrategias de producto.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Microeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Sociolog\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Pensamiento l\\u00f3gico matem\\u00e1tico.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 03<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estad\\u00edstica II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Costos y presupuesto.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Comportamiento del consumidor.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Macroeconom\\u00eda.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra democracia y paz.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 04<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>C\\u00e1tedra Orinoquia.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Investigaci\\u00f3n cuantitativa de mercados.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Matem\\u00e1ticas financieras.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Estrategia de precio.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Ciencia, tecnolog\\u00eda y desarrollo.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva I.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 05<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Investigaci\\u00f3n cualitativa de mercados.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>An\\u00e1lisis financiero.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Distribuci\\u00f3n y log\\u00edstica.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Entornos globales.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Metodolog\\u00eda de la investigaci\\u00f3n.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 06<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Mercadeo agroindustrial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Mercadeo internacional.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Publicidad.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Mercadeo de servicios.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Planeaci\\u00f3n estrat\\u00e9gica de marketing.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>\\u00c9tica.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 07<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Merchandising y promoci\\u00f3n de venta.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Relaciones p\\u00fablicas y organizaci\\u00f3n de eventos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n I.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gesti\\u00f3n de la calidad.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva II.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 08<\\/strong>\\\" class=\\\"red\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso de profundizaci\\u00f3n II.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Marketing electr\\u00f3nico.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Derecho empresarial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Formulaci\\u00f3n y evaluaci\\u00f3n de proyectos.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Electiva III.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\">{slider title=\\\"<strong>semestre 09<\\/strong>\\\" class=\\\"blue\\\"}\\r\\n<table>\\r\\n<tbody>\\r\\n<tr>\\r\\n<th>Cursos.<\\/th>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Curso profundizaci\\u00f3n III.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gerencia comercial.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Servicio al cliente.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Marketing social.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Gerencia estrat\\u00e9gica de marketing.<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Trabajo de grado.<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n{\\/sliders}<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-16 19:31:27\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-16 19:30:25\",\"publish_up\":\"2023-07-12 19:31:11\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":325,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":610,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(785,'com_content.article.5','','2024-04-16 19:35:04',393,3512,'940f91eef6086b6ad8f5a56ebc08c2f4f7dd63f0','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Perfiles\",\"alias\":\"perfiles\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Profesional:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar las variables del micro y macro entorno que interviene en el bienestar del ser humano como cliente; aplicar herramientas diagn\\u00f3sticas y de planeaci\\u00f3n orientadas al marketing; Estimar la estructura de los mercados para garantizar la sostenibilidad de las organizaciones y gestionar los contextos organizacionales para la aplicaci\\u00f3n en la mezcla de la mercadotecnia con enfoque global, en un ambiente innovador, con valores \\u00e9ticos, responsabilidad social y compromiso con la comunidad.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Ocupacional:<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">El egresado del Programa de Mercadeo de la Universidad de los Llanos es competente para analizar el entorno por cuanto:<\\/p>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Realiza an\\u00e1lisis del mercado y determina la\\u00a0 viabilidad de lanzamiento y posicionamiento de ideas, personas, bienes y servicios, dise\\u00f1ados para satisfacer \\u00e9ticamente las necesidades de los consumidores.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Analiza la mezcla de marketing en las empresas, para estructurar y retroalimentar el portafolio de valores y propone alternativas de mejoramiento.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Dirige o dise\\u00f1a los departamentos de Mercadeo y realiza la evaluaci\\u00f3n de desempe\\u00f1o de sus miembros.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Tiene una s\\u00f3lida formaci\\u00f3n te\\u00f3rica y conceptual, que le permite el desarrollo de competencias en la gesti\\u00f3n estrat\\u00e9gica de marketing con base en la capacidad anal\\u00edtica e investigativa de los mercados, contribuyendo as\\u00ed a la competitividad de las empresas y del entorno donde se desenvuelva<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-16 19:35:04\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-16 19:34:43\",\"publish_up\":\"2023-07-12 19:24:30\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":55,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":174,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
/*!40000 ALTER TABLE `cql20_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_languages`
--
DROP TABLE IF EXISTS `cql20_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_languages` (
`lang_id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0',
`lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`title_native` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`sef` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`metadesc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`sitename` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`published` int NOT NULL DEFAULT '0',
`access` int unsigned NOT NULL DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0',
PRIMARY KEY (`lang_id`),
UNIQUE KEY `idx_sef` (`sef`),
UNIQUE KEY `idx_langcode` (`lang_code`),
KEY `idx_access` (`access`),
KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_languages`
--
LOCK TABLES `cql20_languages` WRITE;
/*!40000 ALTER TABLE `cql20_languages` DISABLE KEYS */;
INSERT INTO `cql20_languages` VALUES (1,0,'en-GB','English (en-GB)','English (United Kingdom)','en','en_gb','','','','',1,1,2),(2,97,'es-ES','Spanish (es-ES)','Español (España)','es','es_es','',NULL,'','',0,1,1);
/*!40000 ALTER TABLE `cql20_languages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_mail_templates`
--
DROP TABLE IF EXISTS `cql20_mail_templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_mail_templates` (
`template_id` varchar(127) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`extension` varchar(127) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`htmlbody` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`attachments` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`template_id`,`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_mail_templates`
--
LOCK TABLES `cql20_mail_templates` WRITE;
/*!40000 ALTER TABLE `cql20_mail_templates` DISABLE KEYS */;
INSERT INTO `cql20_mail_templates` VALUES ('com_actionlogs.notification','com_actionlogs','','COM_ACTIONLOGS_EMAIL_SUBJECT','COM_ACTIONLOGS_EMAIL_BODY','COM_ACTIONLOGS_EMAIL_HTMLBODY','','{\"tags\":[\"message\",\"date\",\"extension\",\"username\"]}'),('com_config.test_mail','com_config','','COM_CONFIG_SENDMAIL_SUBJECT','COM_CONFIG_SENDMAIL_BODY','','','{\"tags\":[\"sitename\",\"method\"]}'),('com_contact.mail','com_contact','','COM_CONTACT_ENQUIRY_SUBJECT','COM_CONTACT_ENQUIRY_TEXT','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\"]}'),('com_contact.mail.copy','com_contact','','COM_CONTACT_COPYSUBJECT_OF','COM_CONTACT_COPYTEXT_OF','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\",\"contactname\"]}'),('com_messages.new_message','com_messages','','COM_MESSAGES_NEW_MESSAGE','COM_MESSAGES_NEW_MESSAGE_BODY','','','{\"tags\":[\"subject\",\"message\",\"fromname\",\"sitename\",\"siteurl\",\"fromemail\",\"toname\",\"toemail\"]}'),('com_privacy.notification.admin.export','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.admin.remove','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.export','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.remove','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.userdataexport','com_privacy','','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_SUBJECT','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_BODY','','','{\"tags\":[\"sitename\",\"url\"]}'),('com_users.massmail.mail','com_users','','COM_USERS_MASSMAIL_MAIL_SUBJECT','COM_USERS_MASSMAIL_MAIL_BODY','','','{\"tags\":[\"subject\",\"body\",\"subjectprefix\",\"bodysuffix\"]}'),('com_users.password_reset','com_users','','COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT','COM_USERS_EMAIL_PASSWORD_RESET_BODY','','','{\"tags\":[\"name\",\"email\",\"sitename\",\"link_text\",\"link_html\",\"token\"]}'),('com_users.registration.admin.new_notification','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.admin.verification_request','com_users','','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"email\",\"username\",\"activate\"]}'),('com_users.registration.user.admin_activated','com_users','','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.registration_mail','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.registration_mail_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.self_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.self_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.reminder','com_users','','COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT','COM_USERS_EMAIL_USERNAME_REMINDER_BODY','','','{\"tags\":[\"name\",\"username\",\"sitename\",\"email\",\"link_text\",\"link_html\"]}'),('plg_multifactorauth_email.mail','plg_multifactorauth_email','','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_SUBJECT','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_BODY','','','{\"tags\":[\"code\",\"sitename\",\"siteurl\",\"username\",\"email\",\"fullname\"]}'),('plg_system_privacyconsent.request.reminder','plg_system_privacyconsent','','PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_SUBJECT','PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_BODY','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('plg_system_tasknotification.failure_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\", \"exit_code\", \"exec_data_time\", \"task_output\"]}'),('plg_system_tasknotification.fatal_recovery_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.orphan_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.success_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_BODY','','','{\"tags\":[\"task_id\", \"task_title\", \"exec_data_time\", \"task_output\"]}'),('plg_system_updatenotification.mail','plg_system_updatenotification','','PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT','PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY','','','{\"tags\":[\"newversion\",\"curversion\",\"sitename\",\"url\",\"link\",\"releasenews\"]}'),('plg_user_joomla.mail','plg_user_joomla','','PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT','PLG_USER_JOOMLA_NEW_USER_EMAIL_BODY','','','{\"tags\":[\"name\",\"sitename\",\"url\",\"username\",\"password\",\"email\"]}');
/*!40000 ALTER TABLE `cql20_mail_templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_menu`
--
DROP TABLE IF EXISTS `cql20_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_menu` (
`id` int NOT NULL AUTO_INCREMENT,
`menutype` varchar(24) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The display title of the menu item.',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`path` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
`link` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The actually link the menu item refers to.',
`type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
`published` tinyint NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
`parent_id` int unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
`level` int unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
`component_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
`checked_out` int unsigned DEFAULT NULL COMMENT 'FK to #__users.id',
`checked_out_time` datetime DEFAULT NULL COMMENT 'The time the menu item was checked out.',
`browserNav` tinyint NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
`access` int unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.',
`img` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The image of the menu item.',
`template_style_id` int unsigned NOT NULL DEFAULT '0',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded data for the menu item.',
`lft` int NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
`rgt` int NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
`home` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`client_id` tinyint NOT NULL DEFAULT '0',
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
KEY `idx_menutype` (`menutype`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_alias` (`alias`(100)),
KEY `idx_path` (`path`(100)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=124 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_menu`
--
LOCK TABLES `cql20_menu` WRITE;
/*!40000 ALTER TABLE `cql20_menu` DISABLE KEYS */;
INSERT INTO `cql20_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,NULL,NULL,0,0,'',0,'',0,75,0,'*',0,NULL,NULL),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,3,NULL,NULL,0,0,'class:bookmark',0,'',1,10,0,'*',1,NULL,NULL),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners&view=banners','component',1,2,2,3,NULL,NULL,0,0,'class:banners',0,'',2,3,0,'*',1,NULL,NULL),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&view=categories&extension=com_banners','component',1,2,2,5,NULL,NULL,0,0,'class:banners-cat',0,'',4,5,0,'*',1,NULL,NULL),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,3,NULL,NULL,0,0,'class:banners-clients',0,'',6,7,0,'*',1,NULL,NULL),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,3,NULL,NULL,0,0,'class:banners-tracks',0,'',8,9,0,'*',1,NULL,NULL),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,7,NULL,NULL,0,0,'class:address-book',0,'',37,46,0,'*',1,NULL,NULL),(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact&view=contacts','component',1,7,2,7,NULL,NULL,0,0,'class:contact',0,'',38,39,0,'*',1,NULL,NULL),(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&view=categories&extension=com_contact','component',1,7,2,5,NULL,NULL,0,0,'class:contact-cat',0,'',40,41,0,'*',1,NULL,NULL),(10,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,16,NULL,NULL,0,0,'class:rss',0,'',49,54,0,'*',1,NULL,NULL),(11,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds&view=newsfeeds','component',1,10,2,16,NULL,NULL,0,0,'class:newsfeeds',0,'',50,51,0,'*',1,NULL,NULL),(12,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&view=categories&extension=com_newsfeeds','component',1,10,2,5,NULL,NULL,0,0,'class:newsfeeds-cat',0,'',52,53,0,'*',1,NULL,NULL),(13,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,23,NULL,NULL,0,0,'class:search-plus',0,'',55,64,0,'*',1,NULL,NULL),(14,'main','com_tags','Tags','','Tags','index.php?option=com_tags&view=tags','component',1,1,1,25,NULL,NULL,0,1,'class:tags',0,'',65,66,0,'',1,NULL,NULL),(15,'main','com_associations','Multilingual Associations','','Multilingual Associations','index.php?option=com_associations&view=associations','component',1,1,1,30,NULL,NULL,0,0,'class:language',0,'',47,48,0,'*',1,NULL,NULL),(16,'main','mod_menu_fields','Contact Custom Fields','','Contacts/Contact Custom Fields','index.php?option=com_fields&context=com_contact.contact','component',1,7,2,29,NULL,NULL,0,0,'class:messages-add',0,'',42,43,0,'*',1,NULL,NULL),(17,'main','mod_menu_fields_group','Contact Custom Fields Group','','Contacts/Contact Custom Fields Group','index.php?option=com_fields&view=groups&context=com_contact.contact','component',1,7,2,29,NULL,NULL,0,0,'class:messages-add',0,'',44,45,0,'*',1,NULL,NULL),(18,'main','com_finder_index','Smart-Search-Index','','Smart Search/Smart-Search-Index','index.php?option=com_finder&view=index','component',1,13,2,23,NULL,NULL,0,0,'class:finder',0,'',56,57,0,'*',1,NULL,NULL),(19,'main','com_finder_maps','Smart-Search-Maps','','Smart Search/Smart-Search-Maps','index.php?option=com_finder&view=maps','component',1,13,2,23,NULL,NULL,0,0,'class:finder-maps',0,'',58,59,0,'*',1,NULL,NULL),(20,'main','com_finder_filters','Smart-Search-Filters','','Smart Search/Smart-Search-Filters','index.php?option=com_finder&view=filters','component',1,13,2,23,NULL,NULL,0,0,'class:finder-filters',0,'',60,61,0,'*',1,NULL,NULL),(21,'main','com_finder_searches','Smart-Search-Searches','','Smart Search/Smart-Search-Searches','index.php?option=com_finder&view=searches','component',1,13,2,23,NULL,NULL,0,0,'class:finder-searches',0,'',62,63,0,'*',1,NULL,NULL),(101,'mainmenu','Inicio','home','','home','index.php?option=com_gantry5&view=custom','component',1,1,1,242,NULL,NULL,0,1,' ',14,'{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"1\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-layout\":\"list\",\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\"}',11,12,1,'*',0,NULL,NULL),(105,'mainmenu','El programa','el-programa','','el-programa','#','url',1,1,1,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',13,30,0,'*',0,NULL,NULL),(106,'mainmenu','Plan de estudios','plan-de-estudios','','el-programa/plan-de-estudios','index.php?option=com_content&view=article&id=7','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',22,23,0,'*',0,NULL,NULL),(107,'mainmenu','Contacto','contacto','','contacto','index.php?option=com_contact&view=contact&id=1','component',1,1,1,7,NULL,NULL,0,1,' ',15,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_misc\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',35,36,0,'*',0,NULL,NULL),(110,'mainmenu','Normatividad','normatividad','','normatividad','index.php?option=com_content&view=article&id=8','component',1,1,1,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',31,32,0,'*',0,NULL,NULL),(111,'mainmenu','Axiológicos','axiologicos','','el-programa/axiologicos','index.php?option=com_content&view=article&id=3','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',14,15,0,'*',0,NULL,NULL),(112,'mainmenu','Objeto de Estudio','objeto-de-estudio','','el-programa/objeto-de-estudio','index.php?option=com_content&view=article&id=4','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',16,17,0,'*',0,NULL,NULL),(113,'mainmenu','Perfiles','perfiles','','el-programa/perfiles','index.php?option=com_content&view=article&id=5','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',20,21,0,'*',0,NULL,NULL),(114,'mainmenu','Propósito de Formación ','proposito-de-formacion','','el-programa/proposito-de-formacion','index.php?option=com_content&view=article&id=6','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',18,19,0,'*',0,NULL,NULL),(115,'mainmenu','Requisitos de admisión','requisitos-de-admision','','el-programa/requisitos-de-admision','index.php?option=com_content&view=article&id=2','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',28,29,0,'*',0,NULL,NULL),(116,'mainmenu','Docentes','docentes','','docentes','index.php?option=com_content&view=form&layout=edit','component',0,1,1,19,NULL,NULL,0,1,' ',16,'{\"enable_category\":\"0\",\"catid\":\"\",\"redirect_menuitem\":\"\",\"custom_cancel_redirect\":\"0\",\"cancel_redirect_menuitem\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',33,34,0,'*',0,NULL,NULL),(117,'mainmenu','Líneas de investigación ','lineas-de-investigacion','','el-programa/lineas-de-investigacion','index.php?option=com_content&view=article&id=9','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',26,27,0,'*',0,NULL,NULL),(118,'mainmenu','Objetivos del programa','objetivos-del-programa','','el-programa/objetivos-del-programa','index.php?option=com_content&view=article&id=10','component',1,105,2,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',24,25,0,'*',0,NULL,NULL),(120,'main','COM_GANTRY5','com-gantry5','','com-gantry5','index.php?option=com_gantry5','component',1,1,1,242,NULL,NULL,0,1,'class:component',0,'{}',67,72,0,'',1,NULL,NULL),(121,'main','COM_GANTRY5_ADMIN_MENU_THEMES','com-gantry5-admin-menu-themes','','com-gantry5/com-gantry5-admin-menu-themes','index.php?option=com_gantry5&view=themes','component',1,120,2,242,NULL,NULL,0,1,'class:component',0,'{}',68,69,0,'',1,NULL,NULL),(122,'main','COM_GANTRY5_ADMIN_MENU_THEME','com-gantry5-admin-menu-theme','','com-gantry5/com-gantry5-admin-menu-theme','index.php?option=com_gantry5','component',1,120,2,242,NULL,NULL,0,1,'class:component',0,'{}',70,71,0,'',1,NULL,NULL),(123,'menu-vertical','buscador','buscador','','buscador','index.php?option=com_finder&view=search','component',1,1,1,23,NULL,NULL,0,1,' ',12,'{\"show_date_filters\":\"\",\"show_advanced\":\"\",\"expand_advanced\":\"\",\"show_taxonomy\":\"\",\"show_description\":\"\",\"description_length\":\"\",\"show_image\":\"\",\"image_class\":\"\",\"link_image\":\"\",\"show_date\":\"\",\"show_url\":\"\",\"show_pagination_limit\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"list_limit\":\"20\",\"allow_empty_query\":\"\",\"show_suggested_query\":\"\",\"show_explained_query\":\"\",\"sort_order\":\"\",\"show_sort_order\":\"0\",\"sort_direction\":\"\",\"show_feed_link\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',73,74,0,'*',0,NULL,NULL);
/*!40000 ALTER TABLE `cql20_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_menu_types`
--
DROP TABLE IF EXISTS `cql20_menu_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_menu_types` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0',
`menutype` varchar(24) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(48) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`client_id` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_menu_types`
--
LOCK TABLES `cql20_menu_types` WRITE;
/*!40000 ALTER TABLE `cql20_menu_types` DISABLE KEYS */;
INSERT INTO `cql20_menu_types` VALUES (1,54,'mainmenu','Main Menu','The main menu for the site',0),(2,116,'menu-vertical','menu-vertical','',0);
/*!40000 ALTER TABLE `cql20_menu_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_messages`
--
DROP TABLE IF EXISTS `cql20_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_messages` (
`message_id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id_from` int unsigned NOT NULL DEFAULT '0',
`user_id_to` int unsigned NOT NULL DEFAULT '0',
`folder_id` tinyint unsigned NOT NULL DEFAULT '0',
`date_time` datetime NOT NULL,
`state` tinyint NOT NULL DEFAULT '0',
`priority` tinyint unsigned NOT NULL DEFAULT '0',
`subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`message_id`),
KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_messages`
--
LOCK TABLES `cql20_messages` WRITE;
/*!40000 ALTER TABLE `cql20_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_messages_cfg`
--
DROP TABLE IF EXISTS `cql20_messages_cfg`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_messages_cfg` (
`user_id` int unsigned NOT NULL DEFAULT '0',
`cfg_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`cfg_value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_messages_cfg`
--
LOCK TABLES `cql20_messages_cfg` WRITE;
/*!40000 ALTER TABLE `cql20_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_modules`
--
DROP TABLE IF EXISTS `cql20_modules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_modules` (
`id` int NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
`title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`ordering` int NOT NULL DEFAULT '0',
`position` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`module` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`access` int unsigned NOT NULL DEFAULT '0',
`showtitle` tinyint unsigned NOT NULL DEFAULT '1',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`client_id` tinyint NOT NULL DEFAULT '0',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
KEY `published` (`published`,`access`),
KEY `newsfeeds` (`module`,`published`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_modules`
--
LOCK TABLES `cql20_modules` WRITE;
/*!40000 ALTER TABLE `cql20_modules` DISABLE KEYS */;
INSERT INTO `cql20_modules` VALUES (1,39,'Main Menu','','',1,'sidebar-right',NULL,NULL,NULL,NULL,1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"0\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(2,40,'Login','','',1,'login',NULL,NULL,NULL,NULL,1,'mod_login',1,1,'',1,'*'),(3,41,'Popular Articles','','',6,'cpanel',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(4,42,'Recently Added Articles','','',4,'cpanel',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(8,43,'Toolbar','','',1,'toolbar',NULL,NULL,NULL,NULL,1,'mod_toolbar',3,1,'',1,'*'),(9,44,'Notifications','','',3,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',3,1,'{\"context\":\"update_quickicon\",\"header_icon\":\"icon-sync\",\"show_jupdate\":\"1\",\"show_eupdate\":\"1\",\"show_oupdate\":\"1\",\"show_privacy\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(10,45,'Logged-in Users','','',2,'cpanel',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(12,46,'Admin Menu','','',1,'menu',NULL,NULL,NULL,NULL,1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(15,49,'Title','','',1,'title',NULL,NULL,NULL,NULL,1,'mod_title',3,1,'',1,'*'),(16,50,'Login Form','','',7,'sidebar-right',NULL,NULL,NULL,NULL,1,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'breadcrumbs',NULL,NULL,NULL,NULL,1,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"0\",\"cache_time\":\"0\",\"cachemode\":\"itemid\"}',0,'*'),(79,52,'Multilanguage status','','',2,'status',NULL,NULL,NULL,NULL,1,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,53,'Joomla Version','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_version',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,55,'Sample Data','','',1,'cpanel',NULL,NULL,NULL,NULL,1,'mod_sampledata',6,1,'{\"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(88,67,'Latest Actions','','',3,'cpanel',NULL,NULL,NULL,NULL,1,'mod_latestactions',6,1,'{\"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(89,68,'Privacy Dashboard','','',5,'cpanel',NULL,NULL,NULL,NULL,1,'mod_privacy_dashboard',6,1,'{\"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(90,89,'Login Support','','',1,'sidebar',NULL,NULL,NULL,NULL,1,'mod_loginsupport',1,1,'{\"forum_url\":\"https://forum.joomla.org/\",\"documentation_url\":\"https://docs.joomla.org/\",\"news_url\":\"https://www.joomla.org/announcements.html\",\"automatic_title\":1,\"prepare_content\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',1,'*'),(91,72,'System Dashboard','','',1,'cpanel-system',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"system\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(92,73,'Content Dashboard','','',1,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"content\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(93,74,'Menus Dashboard','','',1,'cpanel-menus',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"menus\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(94,75,'Components Dashboard','','',1,'cpanel-components',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"components\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(95,76,'Users Dashboard','','',1,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"users\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(96,86,'Popular Articles','','',3,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(97,87,'Recently Added Articles','','',4,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(98,88,'Logged-in Users','','',2,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(99,77,'Frontend Link','','',5,'status',NULL,NULL,NULL,NULL,1,'mod_frontend',1,1,'',1,'*'),(100,78,'Messages','','',4,'status',NULL,NULL,NULL,NULL,1,'mod_messages',3,1,'',1,'*'),(101,79,'Post Install Messages','','',3,'status',NULL,NULL,NULL,NULL,1,'mod_post_installation_messages',3,1,'',1,'*'),(102,80,'User Status','','',6,'status',NULL,NULL,NULL,NULL,1,'mod_user',3,1,'',1,'*'),(103,70,'Site','','',1,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"site_quickicon\",\"header_icon\":\"icon-desktop\",\"show_users\":\"1\",\"show_articles\":\"1\",\"show_categories\":\"1\",\"show_media\":\"1\",\"show_menuItems\":\"1\",\"show_modules\":\"1\",\"show_plugins\":\"1\",\"show_templates\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(104,71,'System','','',2,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"system_quickicon\",\"header_icon\":\"icon-wrench\",\"show_global\":\"1\",\"show_checkin\":\"1\",\"show_cache\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(105,82,'3rd Party','','',4,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"mod_quickicon\",\"header_icon\":\"icon-boxes\",\"load_plugins\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(106,83,'Help Dashboard','','',1,'cpanel-help',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"help\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"style\":\"System-none\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(107,84,'Privacy Requests','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_dashboard',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(108,85,'Privacy Status','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_status',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(109,96,'Guided Tours','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_guidedtours',1,1,'',1,'*'),(110,98,'Gantry 5 Particle','','',1,'',NULL,NULL,NULL,NULL,0,'mod_gantry5_particle',1,1,'',0,'*'),(112,117,'buscador','',NULL,1,'buscador',NULL,NULL,NULL,NULL,1,'mod_finder',1,1,'{\"searchfilter\":\"\",\"show_autosuggest\":0,\"show_advanced\":0,\"show_label\":0,\"alt_label\":\"\",\"show_button\":1,\"opensearch\":1,\"opensearch_name\":\"\",\"set_itemid\":123,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `cql20_modules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_modules_menu`
--
DROP TABLE IF EXISTS `cql20_modules_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_modules_menu` (
`moduleid` int NOT NULL DEFAULT '0',
`menuid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_modules_menu`
--
LOCK TABLES `cql20_modules_menu` WRITE;
/*!40000 ALTER TABLE `cql20_modules_menu` DISABLE KEYS */;
INSERT INTO `cql20_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,0),(88,0),(89,0),(90,0),(91,0),(92,0),(93,0),(94,0),(95,0),(96,0),(97,0),(98,0),(99,0),(100,0),(101,0),(102,0),(103,0),(104,0),(105,0),(106,0),(107,0),(108,0),(109,0),(112,0);
/*!40000 ALTER TABLE `cql20_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_newsfeeds`
--
DROP TABLE IF EXISTS `cql20_newsfeeds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_newsfeeds` (
`catid` int NOT NULL DEFAULT '0',
`id` int unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`link` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`published` tinyint NOT NULL DEFAULT '0',
`numarticles` int unsigned NOT NULL DEFAULT '1',
`cache_time` int unsigned NOT NULL DEFAULT '3600',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`ordering` int NOT NULL DEFAULT '0',
`rtl` tinyint NOT NULL DEFAULT '0',
`access` int unsigned NOT NULL DEFAULT '0',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`metadesc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`version` int unsigned NOT NULL DEFAULT '1',
`hits` int unsigned NOT NULL DEFAULT '0',
`images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`published`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_newsfeeds`
--
LOCK TABLES `cql20_newsfeeds` WRITE;
/*!40000 ALTER TABLE `cql20_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_overrider`
--
DROP TABLE IF EXISTS `cql20_overrider`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_overrider` (
`id` int NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`constant` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`string` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_overrider`
--
LOCK TABLES `cql20_overrider` WRITE;
/*!40000 ALTER TABLE `cql20_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_overrider` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_postinstall_messages`
--
DROP TABLE IF EXISTS `cql20_postinstall_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_postinstall_messages` (
`postinstall_message_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`extension_id` bigint NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions',
`title_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
`description_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for description',
`action_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`language_extension` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
`language_client_id` tinyint NOT NULL DEFAULT '1',
`type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
`action_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
`action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'Action method name or URL',
`condition_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
`condition_method` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Display condition method, must return boolean',
`version_introduced` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
`enabled` tinyint NOT NULL DEFAULT '1',
PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_postinstall_messages`
--
LOCK TABLES `cql20_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `cql20_postinstall_messages` DISABLE KEYS */;
INSERT INTO `cql20_postinstall_messages` VALUES (1,227,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',0),(2,227,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',0),(3,227,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',0),(4,227,'PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_TITLE','PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_BODY','PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_ACTION','plg_system_httpheaders',1,'action','site://plugins/system/httpheaders/postinstall/introduction.php','httpheaders_postinstall_action','site://plugins/system/httpheaders/postinstall/introduction.php','httpheaders_postinstall_condition','4.0.0',0),(5,227,'COM_USERS_POSTINSTALL_MULTIFACTORAUTH_TITLE','COM_USERS_POSTINSTALL_MULTIFACTORAUTH_BODY','COM_USERS_POSTINSTALL_MULTIFACTORAUTH_ACTION','com_users',1,'action','admin://components/com_users/postinstall/multifactorauth.php','com_users_postinstall_mfa_action','admin://components/com_users/postinstall/multifactorauth.php','com_users_postinstall_mfa_condition','4.2.0',0);
/*!40000 ALTER TABLE `cql20_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_privacy_consents`
--
DROP TABLE IF EXISTS `cql20_privacy_consents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_privacy_consents` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id` int unsigned NOT NULL DEFAULT '0',
`state` int NOT NULL DEFAULT '1',
`created` datetime NOT NULL,
`subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`remind` tinyint NOT NULL DEFAULT '0',
`token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_privacy_consents`
--
LOCK TABLES `cql20_privacy_consents` WRITE;
/*!40000 ALTER TABLE `cql20_privacy_consents` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_privacy_consents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_privacy_requests`
--
DROP TABLE IF EXISTS `cql20_privacy_requests`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_privacy_requests` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`requested_at` datetime NOT NULL,
`status` tinyint NOT NULL DEFAULT '0',
`request_type` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`confirm_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`confirm_token_created_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_privacy_requests`
--
LOCK TABLES `cql20_privacy_requests` WRITE;
/*!40000 ALTER TABLE `cql20_privacy_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_privacy_requests` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_redirect_links`
--
DROP TABLE IF EXISTS `cql20_redirect_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_redirect_links` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`old_url` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`new_url` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`referer` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`hits` int unsigned NOT NULL DEFAULT '0',
`published` tinyint NOT NULL,
`created_date` datetime NOT NULL,
`modified_date` datetime NOT NULL,
`header` smallint NOT NULL DEFAULT '301',
PRIMARY KEY (`id`),
KEY `idx_old_url` (`old_url`(100)),
KEY `idx_link_modified` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_redirect_links`
--
LOCK TABLES `cql20_redirect_links` WRITE;
/*!40000 ALTER TABLE `cql20_redirect_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_scheduler_tasks`
--
DROP TABLE IF EXISTS `cql20_scheduler_tasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_scheduler_tasks` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'unique identifier for job defined by plugin',
`execution_rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'Execution Rules, Unprocessed',
`cron_rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'Processed execution rules, crontab-like JSON form',
`state` tinyint NOT NULL DEFAULT '0',
`last_exit_code` int NOT NULL DEFAULT '0' COMMENT 'Exit code when job was last run',
`last_execution` datetime DEFAULT NULL COMMENT 'Timestamp of last run',
`next_execution` datetime DEFAULT NULL COMMENT 'Timestamp of next (planned) run, referred for execution on trigger',
`times_executed` int DEFAULT '0' COMMENT 'Count of successful triggers',
`times_failed` int DEFAULT '0' COMMENT 'Count of failures',
`locked` datetime DEFAULT NULL,
`priority` smallint NOT NULL DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0' COMMENT 'Configurable list ordering',
`cli_exclusive` smallint NOT NULL DEFAULT '0' COMMENT 'If 1, the task is only accessible via CLI',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_type` (`type`),
KEY `idx_state` (`state`),
KEY `idx_last_exit` (`last_exit_code`),
KEY `idx_next_exec` (`next_execution`),
KEY `idx_locked` (`locked`),
KEY `idx_priority` (`priority`),
KEY `idx_cli_exclusive` (`cli_exclusive`),
KEY `idx_checked_out` (`checked_out`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_scheduler_tasks`
--
LOCK TABLES `cql20_scheduler_tasks` WRITE;
/*!40000 ALTER TABLE `cql20_scheduler_tasks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_scheduler_tasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_schemas`
--
DROP TABLE IF EXISTS `cql20_schemas`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_schemas` (
`extension_id` int NOT NULL,
`version_id` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_schemas`
--
LOCK TABLES `cql20_schemas` WRITE;
/*!40000 ALTER TABLE `cql20_schemas` DISABLE KEYS */;
INSERT INTO `cql20_schemas` VALUES (227,'4.4.0-2023-09-13');
/*!40000 ALTER TABLE `cql20_schemas` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_session`
--
DROP TABLE IF EXISTS `cql20_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_session` (
`session_id` varbinary(192) NOT NULL,
`client_id` tinyint unsigned DEFAULT NULL,
`guest` tinyint unsigned DEFAULT '1',
`time` int NOT NULL DEFAULT '0',
`data` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`userid` int DEFAULT '0',
`username` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
PRIMARY KEY (`session_id`),
KEY `userid` (`userid`),
KEY `time` (`time`),
KEY `client_id_guest` (`client_id`,`guest`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_session`
--
LOCK TABLES `cql20_session` WRITE;
/*!40000 ALTER TABLE `cql20_session` DISABLE KEYS */;
INSERT INTO `cql20_session` VALUES (_binary '00acdcf3c0dd5479aa28149c56818526',0,1,1778593005,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzMDA1O3M6NDoibGFzdCI7aToxNzc4NTkzMDA1O3M6Mzoibm93IjtpOjE3Nzg1OTMwMDU7fXM6NToidG9rZW4iO3M6MzI6IjZhMDJjZTZmNTMxZTY1ZDRlNDRjOWUwZmEzNDExZDc2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '02091c62d31d7b92cbf37a7a0a94ab3c',0,1,1778513827,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTEzODIyO3M6NDoibGFzdCI7aToxNzc4NTEzODIyO3M6Mzoibm93IjtpOjE3Nzg1MTM4MjI7fXM6NToidG9rZW4iO3M6MzI6ImJjMmY0OGEyNjQxMDg0Y2YzNTc2ODNlMGRmYmQyMTgxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '045fc5cff508c40dda5bab767a39ed33',0,1,1778447892,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ3ODkyO3M6NDoibGFzdCI7aToxNzc4NDQ3ODkyO3M6Mzoibm93IjtpOjE3Nzg0NDc4OTI7fXM6NToidG9rZW4iO3M6MzI6ImU1YjllNDU5MGEyM2VhY2U0YjJmMDFmMjk3OThkNTU1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '04c25516721e2ca44bd0b218fd3aafdb',0,1,1778518118,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTE4MTE1O3M6NDoibGFzdCI7aToxNzc4NTE4MTE1O3M6Mzoibm93IjtpOjE3Nzg1MTgxMTU7fXM6NToidG9rZW4iO3M6MzI6IjVkMGY0NTNlYWYyMDNkOWE1NTAzOGEwMzVjZWZiMDU3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '04e09fee7eb37e372360691844b52c7b',0,1,1778448300,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MzAwO3M6NDoibGFzdCI7aToxNzc4NDQ4MzAwO3M6Mzoibm93IjtpOjE3Nzg0NDgzMDA7fXM6NToidG9rZW4iO3M6MzI6Ijg3OWM2OGQ1YWRkYzBmYmUyYmNjZjg5MTlkODg0YWMzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '06178c6e1ff76b4b2dcf639a5b625e51',0,1,1778601682,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxNjgwO3M6NDoibGFzdCI7aToxNzc4NjAxNjgwO3M6Mzoibm93IjtpOjE3Nzg2MDE2ODA7fXM6NToidG9rZW4iO3M6MzI6IjZkNzA3ZGYxNWNlMmE2YTQxZDMzNWM4MmI0YzgzOTMzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '06eefd0bae073ff9ba8be7d017b39fd4',0,1,1778519681,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTE5Njc5O3M6NDoibGFzdCI7aToxNzc4NTE5Njc5O3M6Mzoibm93IjtpOjE3Nzg1MTk2Nzk7fXM6NToidG9rZW4iO3M6MzI6Ijc1NzU0Yzk1ODViOTkwYWQwNTI3OTE3MjRiOGUxNDJlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '076ef62254a2cd362f7f31cc2e797422',0,1,1778541701,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTQxNzAwO3M6NDoibGFzdCI7aToxNzc4NTQxNzAwO3M6Mzoibm93IjtpOjE3Nzg1NDE3MDA7fXM6NToidG9rZW4iO3M6MzI6ImUwOTU4MGRmMDUyY2I4NDgyNWY3NDRhMGM5OGEzYmJkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '0771059a5f9b6b13e914c9e4b0b7fc4f',0,1,1778448733,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjM2O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc3ODQ0Nzg0NztzOjQ6Imxhc3QiO2k6MTc3ODQ0ODcyODtzOjM6Im5vdyI7aToxNzc4NDQ4NzMyO31zOjU6InRva2VuIjtzOjMyOiI0M2YzMzM1NGY2M2ViYTU4YmFmZTAxY2U5YmZhZTk1ZSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '0dbfd78a84d7093ac879b666ece56eee',0,1,1778563587,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYzNTg2O3M6NDoibGFzdCI7aToxNzc4NTYzNTg2O3M6Mzoibm93IjtpOjE3Nzg1NjM1ODY7fXM6NToidG9rZW4iO3M6MzI6IjY5MDA2NzEyZmZmYjhlYjE5NjdkNTQwZjNkMDUyYTY4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '10df3a1f43097279cd67316bd093ddc4',0,1,1778529726,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTI5NzIxO3M6NDoibGFzdCI7aToxNzc4NTI5NzIxO3M6Mzoibm93IjtpOjE3Nzg1Mjk3MjE7fXM6NToidG9rZW4iO3M6MzI6ImQ4YzBlOTAwY2IwMTliYzk4MDRmYjA2NmQwMjUxYWZlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1341bdbdc22cadcd7bfda3537a798ec9',0,1,1778608790,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4NzkwO3M6NDoibGFzdCI7aToxNzc4NjA4NzkwO3M6Mzoibm93IjtpOjE3Nzg2MDg3OTA7fXM6NToidG9rZW4iO3M6MzI6ImZhODI1OGVmYjJjOTdjOTBjNWFkM2I2NWNlZjM3YTcwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1ce8f5ef80a62fd3a8ef856162b7de58',0,1,1778563066,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYzMDY0O3M6NDoibGFzdCI7aToxNzc4NTYzMDY0O3M6Mzoibm93IjtpOjE3Nzg1NjMwNjQ7fXM6NToidG9rZW4iO3M6MzI6IjNmYzVhZjFkOGYyYTk4Y2QwNDczMzk4YTYwYTNkYTE2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1e7c5526eeca936800a4576e317af84c',0,1,1778525085,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTI1MDgzO3M6NDoibGFzdCI7aToxNzc4NTI1MDgzO3M6Mzoibm93IjtpOjE3Nzg1MjUwODM7fXM6NToidG9rZW4iO3M6MzI6ImNjM2M0OTkzMTY1Y2ZmNDQwMWJmMmJjYjlkYzk5YTM5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1f0bf4e65b0b6789d59dba771055f8ad',0,1,1778447882,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ3ODgxO3M6NDoibGFzdCI7aToxNzc4NDQ3ODgxO3M6Mzoibm93IjtpOjE3Nzg0NDc4ODE7fXM6NToidG9rZW4iO3M6MzI6IjBlM2JhYzY0ZTc4NWYzMTY2ZTlmMWUzNTllMGIwYzU2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2027746b8adfd9ade081869e3b3ad140',0,1,1778554182,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTU0MTgxO3M6NDoibGFzdCI7aToxNzc4NTU0MTgxO3M6Mzoibm93IjtpOjE3Nzg1NTQxODE7fXM6NToidG9rZW4iO3M6MzI6IjFlMmM3Mjk0NGMxZjA1YmVkZDk3MmFjYTU4MmQ1MTE1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '21c074dce3597ef0bd68fcea5adff77a',0,1,1778600875,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAwODc0O3M6NDoibGFzdCI7aToxNzc4NjAwODc0O3M6Mzoibm93IjtpOjE3Nzg2MDA4NzQ7fXM6NToidG9rZW4iO3M6MzI6ImEwNmVhNmJmZmQ4ODRmNzE2OTc2OGYwYzU4YmZmODk3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '224ec46b054a4987b2bf2676771f061a',0,1,1778601224,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxMjIyO3M6NDoibGFzdCI7aToxNzc4NjAxMjIyO3M6Mzoibm93IjtpOjE3Nzg2MDEyMjI7fXM6NToidG9rZW4iO3M6MzI6Ijk4YjgwOGEwY2ZlNmE4OTc3ODcyNTcwZjk1ZDVmMTJmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2408c526b960339127f802ecefcf4600',0,1,1778448397,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4Mzk3O3M6NDoibGFzdCI7aToxNzc4NDQ4Mzk3O3M6Mzoibm93IjtpOjE3Nzg0NDgzOTc7fXM6NToidG9rZW4iO3M6MzI6ImNjYzk2ODE5YjliYmU0ZGY4ZTE4ZWQ0NmJkYTI3MzQyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '24bcc9714f5892202ec2e36df31845da',0,1,1778448397,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4Mzk3O3M6NDoibGFzdCI7aToxNzc4NDQ4Mzk3O3M6Mzoibm93IjtpOjE3Nzg0NDgzOTc7fXM6NToidG9rZW4iO3M6MzI6ImIyN2U4YWYwY2FmYjI1MzQzMzU0YjkzMDBhNmNjZWM1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2576582109da551744c319aedf0fe4de',0,1,1778447893,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ3ODkzO3M6NDoibGFzdCI7aToxNzc4NDQ3ODkzO3M6Mzoibm93IjtpOjE3Nzg0NDc4OTM7fXM6NToidG9rZW4iO3M6MzI6IjMxMTBiOWVhODdlZTM0ODJkMzdmYmFiZmMzN2RkZDg0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2794491d2e5d82d96d077422e1ad12ae',0,1,1778575310,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1MzA4O3M6NDoibGFzdCI7aToxNzc4NTc1MzA4O3M6Mzoibm93IjtpOjE3Nzg1NzUzMDg7fXM6NToidG9rZW4iO3M6MzI6ImRhZTVhYWE0OWZjYjkyZTkwMTUyOThjY2IzMDI5YTQ4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '29f951bc44b679e741ca1d9c383ef768',0,1,1778495365,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDk1MzU2O3M6NDoibGFzdCI7aToxNzc4NDk1MzU2O3M6Mzoibm93IjtpOjE3Nzg0OTUzNjQ7fXM6NToidG9rZW4iO3M6MzI6ImM3OTI4ZWZiZjE2ZDBmNDY5NTJiMWM4NWVhOTNjMWVmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2c0d3903b3f67c7536003d68b4a6863f',0,1,1778608791,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4Nzg4O3M6NDoibGFzdCI7aToxNzc4NjA4Nzg5O3M6Mzoibm93IjtpOjE3Nzg2MDg3OTA7fXM6NToidG9rZW4iO3M6MzI6ImNiMTZlYmQyZTkzZjFiNGEyMWIyMDA2MDYyOWYxMWY1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '31d79cdc5ab1944f6ffa62a5a94ca2fd',0,1,1778481712,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDgxNzExO3M6NDoibGFzdCI7aToxNzc4NDgxNzExO3M6Mzoibm93IjtpOjE3Nzg0ODE3MTE7fXM6NToidG9rZW4iO3M6MzI6ImRhYjcwY2U4M2Y3ZTExZTNhYTUyOTNkODlhMmQwODkwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3485fd3c62bffa1c522d82c34ab4994e',0,1,1778510950,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTEwODA5O3M6NDoibGFzdCI7aToxNzc4NTEwODA5O3M6Mzoibm93IjtpOjE3Nzg1MTA5NTA7fXM6NToidG9rZW4iO3M6MzI6IjJiNTljMDIyMWZlMjgwNzUyMTViOTk3OTdhODYyMWNjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '36d7dec23ee01b0970e93426c34d130d',0,1,1778453115,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDUzMTEyO3M6NDoibGFzdCI7aToxNzc4NDUzMTEyO3M6Mzoibm93IjtpOjE3Nzg0NTMxMTI7fXM6NToidG9rZW4iO3M6MzI6IjIxYmFjY2JiMzY4ZDlmMmFlMTFiYzRlN2I5MmVkYzY5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3a6e995fe51436f8afbb7294cecfc40d',0,1,1778461129,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDYxMDIyO3M6NDoibGFzdCI7aToxNzc4NDYxMDU4O3M6Mzoibm93IjtpOjE3Nzg0NjExMjk7fXM6NToidG9rZW4iO3M6MzI6ImQ5YmVlYmNiOGZhNDhjNDA1YmEyODczZDRmZTY1ODQ0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3c4b2d1bd6b098a7053c1fd86648597e',0,1,1778448209,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MjA5O3M6NDoibGFzdCI7aToxNzc4NDQ4MjA5O3M6Mzoibm93IjtpOjE3Nzg0NDgyMDk7fXM6NToidG9rZW4iO3M6MzI6IjM4M2ZiZWY1M2E0ZTY2MDcwNzY5NDUwNGRiMzVkYjBlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3cdb0d3c8b3f5235357c30fd46f8f109',0,1,1778563587,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYzNTg3O3M6NDoibGFzdCI7aToxNzc4NTYzNTg3O3M6Mzoibm93IjtpOjE3Nzg1NjM1ODc7fXM6NToidG9rZW4iO3M6MzI6IjQzZDBmMzQxNTAzMTY2ZThiOTA1ZTBkYTUxN2I1NWY1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3f44e9be6b9857e94035fd0d4656bb65',0,1,1778551802,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUxODAyO3M6NDoibGFzdCI7aToxNzc4NTUxODAyO3M6Mzoibm93IjtpOjE3Nzg1NTE4MDI7fXM6NToidG9rZW4iO3M6MzI6ImFjY2M1ZTYzZTc1MDRlMzE1MDBiYjUzMjE2YWU3OGU5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '45c759f0ffb06b596131624dfde585f4',0,1,1778611647,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjExNjQ3O3M6NDoibGFzdCI7aToxNzc4NjExNjQ3O3M6Mzoibm93IjtpOjE3Nzg2MTE2NDc7fXM6NToidG9rZW4iO3M6MzI6IjY5MTBkYWY2YWQ3ZGQ4ZDZkZWYwMGM2MTQ2MGEzNmU2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '469f404d4c7b2c231a435732f1b81dc1',0,1,1778448395,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4Mzk0O3M6NDoibGFzdCI7aToxNzc4NDQ4Mzk0O3M6Mzoibm93IjtpOjE3Nzg0NDgzOTQ7fXM6NToidG9rZW4iO3M6MzI6IjcwODM1ZjJiMGEyZTJhZGFmYjdiMGZmMWMyYjM1Y2RhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '4a128a04ec13a64a0fd5c707a7eff87b',0,1,1778448300,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MzAwO3M6NDoibGFzdCI7aToxNzc4NDQ4MzAwO3M6Mzoibm93IjtpOjE3Nzg0NDgzMDA7fXM6NToidG9rZW4iO3M6MzI6IjY2MDVlN2UxMmMwZGQzNDJiMmM5MjdiZjFkYzY3OWY1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '4ed8c331a36a4ba19d8f71f61c354c36',0,1,1778479417,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDc5NDE2O3M6NDoibGFzdCI7aToxNzc4NDc5NDE2O3M6Mzoibm93IjtpOjE3Nzg0Nzk0MTY7fXM6NToidG9rZW4iO3M6MzI6IjI0MWY5ODJlMmNmYWE2MmMxMTJmZDhhNWIxN2ZiNjY4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '50e175563175416aa166091de1f0cf60',0,1,1778608791,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4NzkxO3M6NDoibGFzdCI7aToxNzc4NjA4NzkxO3M6Mzoibm93IjtpOjE3Nzg2MDg3OTE7fXM6NToidG9rZW4iO3M6MzI6IjhkYWY3YWRhNDliM2M2YThlNDMwZDM1MDRkNTUwN2I5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '52a1909f6bf4e43f77a6199e1da48b18',0,1,1778518179,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTE4MTIwO3M6NDoibGFzdCI7aToxNzc4NTE4MTc1O3M6Mzoibm93IjtpOjE3Nzg1MTgxNzc7fXM6NToidG9rZW4iO3M6MzI6IjQzOGU1YjkzMjVlYzZiMzViYWMzNzJmMjNmM2ZkYTRjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '53f3b594e259dfb7718cedeaeb150e77',0,1,1778576790,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc2Nzg5O3M6NDoibGFzdCI7aToxNzc4NTc2Nzg5O3M6Mzoibm93IjtpOjE3Nzg1NzY3ODk7fXM6NToidG9rZW4iO3M6MzI6ImJjZjhmNTE5Y2NmZGY4ZmNkYjM5MDY3ZTY0NmE1Nzk4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '550b27b1c35808d997d53a828561fc08',0,1,1778498537,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDk4NTM2O3M6NDoibGFzdCI7aToxNzc4NDk4NTM2O3M6Mzoibm93IjtpOjE3Nzg0OTg1MzY7fXM6NToidG9rZW4iO3M6MzI6IjBjMjY4N2E3MWIzZWNhOGUyZGE3OWEwNWFhMDRmMDU0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '55dd5d07646926be4c79db018073058a',0,1,1778613898,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjEzODgzO3M6NDoibGFzdCI7aToxNzc4NjEzODgzO3M6Mzoibm93IjtpOjE3Nzg2MTM4OTc7fXM6NToidG9rZW4iO3M6MzI6ImU4MDNiZTdlM2M4ZmQ2NGIzYjNjMTk0ZmIxYWE3NzdjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '58fca17a1f4c38610cfb059d85a5ba6a',0,1,1778448299,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4Mjk5O3M6NDoibGFzdCI7aToxNzc4NDQ4Mjk5O3M6Mzoibm93IjtpOjE3Nzg0NDgyOTk7fXM6NToidG9rZW4iO3M6MzI6IjRkZjI3MDFmYzA0MDc0ODg5NTk1NDJmMDI0MGRhOWE2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '59ed1142e8e43de0e0dea6f5176c028e',0,1,1778534999,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjQ7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTM0ODM0O3M6NDoibGFzdCI7aToxNzc4NTM0OTk1O3M6Mzoibm93IjtpOjE3Nzg1MzQ5OTk7fXM6NToidG9rZW4iO3M6MzI6Ijg1NGMyMGFkODMyNDNmZjg1ODBmMjE1ZWJiNTk4NmVhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5b543bc0246026d4a5c4499e6246bb34',0,1,1778608794,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4NzkzO3M6NDoibGFzdCI7aToxNzc4NjA4NzkzO3M6Mzoibm93IjtpOjE3Nzg2MDg3OTM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5c31ed965df26851dd43174c0265c6d6',0,1,1778448411,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4NDEwO3M6NDoibGFzdCI7aToxNzc4NDQ4NDEwO3M6Mzoibm93IjtpOjE3Nzg0NDg0MTA7fXM6NToidG9rZW4iO3M6MzI6ImJjZDI0N2Y2NWU1MzVmNmUyNDgzZWFmYWNmMmJiNjRmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5d4a18d917afcd73760466b5a2d52d63',0,1,1778448395,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4Mzk1O3M6NDoibGFzdCI7aToxNzc4NDQ4Mzk1O3M6Mzoibm93IjtpOjE3Nzg0NDgzOTU7fXM6NToidG9rZW4iO3M6MzI6ImNiZWYxYjVjZTI0OWU5N2U3OTE2YWExNTI2YzA4NzZlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5fecc66f904733795a433fcb6812f308',0,1,1778528041,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTI4MDM2O3M6NDoibGFzdCI7aToxNzc4NTI4MDM2O3M6Mzoibm93IjtpOjE3Nzg1MjgwMzY7fXM6NToidG9rZW4iO3M6MzI6ImViZGFhZDY3MTAwYjJmN2Y1MTkxMjkwNzNmMDc1ZDRmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '60f08961721dbe5814412e50d9304fa5',0,1,1778448396,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4Mzk1O3M6NDoibGFzdCI7aToxNzc4NDQ4Mzk1O3M6Mzoibm93IjtpOjE3Nzg0NDgzOTU7fXM6NToidG9rZW4iO3M6MzI6IjUzOWQ4OGZiNDYzYzIzOTUzZGQzYzEwMjczOGQyZDY5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '6721379f086e732267bde219d708781d',0,1,1778448396,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4Mzk2O3M6NDoibGFzdCI7aToxNzc4NDQ4Mzk2O3M6Mzoibm93IjtpOjE3Nzg0NDgzOTY7fXM6NToidG9rZW4iO3M6MzI6IjZiNmU5MjYwMzNhZjk5ZTRjZmRjNmExYTk2NTc2Nzg5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '678e66101c81a3816ea07946959a3041',0,1,1778608786,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4Nzg2O3M6NDoibGFzdCI7aToxNzc4NjA4Nzg2O3M6Mzoibm93IjtpOjE3Nzg2MDg3ODY7fXM6NToidG9rZW4iO3M6MzI6ImY3MjkzOWE3Y2RlODViNDc5NDc5ODM1MzRhOGEwZmZhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '69392c860c3cde6deb340e4701c6c9d6',0,1,1778584251,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTg0MjUwO3M6NDoibGFzdCI7aToxNzc4NTg0MjUwO3M6Mzoibm93IjtpOjE3Nzg1ODQyNTA7fXM6NToidG9rZW4iO3M6MzI6IjEzNWMyNjlkY2I4ZDM4MjlhZGRhYTk5ZmRlNjU4MDJjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '69f45690e8e382c62a3bf7ad6619a660',0,1,1778599979,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk5OTc0O3M6NDoibGFzdCI7aToxNzc4NTk5OTc0O3M6Mzoibm93IjtpOjE3Nzg1OTk5NzQ7fXM6NToidG9rZW4iO3M6MzI6IjVlNTI5MDRmMGMxMjI4OGNkOGE5NjVmNjY4OTgxYTliIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '714f441d1001d6b96fd58ca3b3e90f9e',0,1,1778488590,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDg4NTg3O3M6NDoibGFzdCI7aToxNzc4NDg4NTg3O3M6Mzoibm93IjtpOjE3Nzg0ODg1ODc7fXM6NToidG9rZW4iO3M6MzI6Ijc4N2MwMGQyZjU4MmM3NTAyMjFhODAxMjlmMjk5MTQ0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '7378cf9134d26cadb00c1993956efe5d',0,1,1778592401,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkyMzk5O3M6NDoibGFzdCI7aToxNzc4NTkyMzk5O3M6Mzoibm93IjtpOjE3Nzg1OTIzOTk7fXM6NToidG9rZW4iO3M6MzI6IjFmYzBkNGIzNWUwM2IwMzA1NmIyN2RmZmMxYjcwNTJhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '77f74e928645642ad3778ef5826fadba',0,1,1778448209,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MjA5O3M6NDoibGFzdCI7aToxNzc4NDQ4MjA5O3M6Mzoibm93IjtpOjE3Nzg0NDgyMDk7fXM6NToidG9rZW4iO3M6MzI6IjIzMGQzZTYyYzY4YzlhYTFkMzZmNzJlOTc5ZmY0ODJlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '7b90ed88e9e1ba6febd85917c89cdcd7',0,1,1778539995,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTM5OTk0O3M6NDoibGFzdCI7aToxNzc4NTM5OTk0O3M6Mzoibm93IjtpOjE3Nzg1Mzk5OTQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '826eef8bdafa35fbd03f65c1c3de77c0',0,1,1778608794,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjQ7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4NzkyO3M6NDoibGFzdCI7aToxNzc4NjA4NzkzO3M6Mzoibm93IjtpOjE3Nzg2MDg3OTQ7fXM6NToidG9rZW4iO3M6MzI6IjY3YmZjZjBhZTFhNDkwNjliZjQ1YmE3NzIwNDBhOTY2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '82fbe4df5f6ec66967307ce079843032',0,1,1778448234,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MjMzO3M6NDoibGFzdCI7aToxNzc4NDQ4MjMzO3M6Mzoibm93IjtpOjE3Nzg0NDgyMzM7fXM6NToidG9rZW4iO3M6MzI6ImNhMWVlN2YwNjI3YTVlYTJhNzJlYzFlZWFiNzVkZmU4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '88d927fdc355107cbeced7d07bb834d0',0,1,1778518125,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTE4MTIwO3M6NDoibGFzdCI7aToxNzc4NTE4MTIwO3M6Mzoibm93IjtpOjE3Nzg1MTgxMjA7fXM6NToidG9rZW4iO3M6MzI6IjYzZjliNDY2YjM0NDdjNWQ1ZjAzNzk4MzQ1NGFjZjQ3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '8b2194ed9c024a386c1a9581e77edcee',0,1,1778447881,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ3ODgwO3M6NDoibGFzdCI7aToxNzc4NDQ3ODgwO3M6Mzoibm93IjtpOjE3Nzg0NDc4ODA7fXM6NToidG9rZW4iO3M6MzI6IjQwNjQ2MDQ4ZjZlMmJmZDY3MzliY2FkNWJiODU3N2VlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '8d07c3f3a77ea77068ae3fb4ddfdf623',0,1,1778548986,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTQ4ODg3O3M6NDoibGFzdCI7aToxNzc4NTQ4ODg3O3M6Mzoibm93IjtpOjE3Nzg1NDg5ODY7fXM6NToidG9rZW4iO3M6MzI6ImIzMzcxODY2MDZkMzVhYzZhN2IxNzg2ODBhMDM3NTczIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '8d9a4c144cb2f448908f2e4986da6742',0,1,1778448234,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MjMzO3M6NDoibGFzdCI7aToxNzc4NDQ4MjMzO3M6Mzoibm93IjtpOjE3Nzg0NDgyMzM7fXM6NToidG9rZW4iO3M6MzI6ImFjMzRlZWFlOTkxMGVmNDc2MGY2YjBlNTViMGE2YTBhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '934ea4cdd6e3c6f1eec806117c95f193',0,1,1778521206,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTIxMjA1O3M6NDoibGFzdCI7aToxNzc4NTIxMjA1O3M6Mzoibm93IjtpOjE3Nzg1MjEyMDU7fXM6NToidG9rZW4iO3M6MzI6IjEzYzExNWRlYzk2N2QxNDAyNjQ5Y2I3YTBmN2NmNTUzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a778b208806f06227682dc18ddc84fe6',0,1,1778608146,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4MTQ1O3M6NDoibGFzdCI7aToxNzc4NjA4MTQ1O3M6Mzoibm93IjtpOjE3Nzg2MDgxNDU7fXM6NToidG9rZW4iO3M6MzI6ImNlNWFjMmY0ODk5MjZkOGQwYjU2NTdhMzY5Yjc5MmQ5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a81210b45a704c7568c299ed8cc64f0e',0,1,1778448410,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4NDEwO3M6NDoibGFzdCI7aToxNzc4NDQ4NDEwO3M6Mzoibm93IjtpOjE3Nzg0NDg0MTA7fXM6NToidG9rZW4iO3M6MzI6IjYxYmVkNDk4OWNhMDQ3MjRlNThiZWMwMjBkYTNiMjY4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a8f7ec60049f9d16e7ba0b7f19223bf0',0,1,1778558469,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTU4NDY5O3M6NDoibGFzdCI7aToxNzc4NTU4NDY5O3M6Mzoibm93IjtpOjE3Nzg1NTg0Njk7fXM6NToidG9rZW4iO3M6MzI6ImUzZjgyZjdjYTI5ZDAzYmExZjhmZWI5NGVmNDg4NGU1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'b32653ab6e56a781ecd3e33efec9ef57',0,1,1778558693,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTU4NjkyO3M6NDoibGFzdCI7aToxNzc4NTU4NjkyO3M6Mzoibm93IjtpOjE3Nzg1NTg2OTI7fXM6NToidG9rZW4iO3M6MzI6ImM3ZTU5YjRkMDFmZDRhNjM4OTQ2YzMwMjZmNTc1NDAzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'bb75bf7927f0a01773ebcba84d8aea78',0,1,1778537314,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTM3MzEzO3M6NDoibGFzdCI7aToxNzc4NTM3MzEzO3M6Mzoibm93IjtpOjE3Nzg1MzczMTM7fXM6NToidG9rZW4iO3M6MzI6ImJjNjU4MmFiZjVlODg1Njk0ZDgxNWE0YzYwYjc3Mjk2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'bcb571c4e221b51432d671f128335e5f',0,1,1778576175,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc2MTc0O3M6NDoibGFzdCI7aToxNzc4NTc2MTc0O3M6Mzoibm93IjtpOjE3Nzg1NzYxNzQ7fXM6NToidG9rZW4iO3M6MzI6IjY2ZTQyNzljYjY0ZmM0OTQ2MDBjMzFiNmU5ZjQzZjczIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'c3d56d0a3f5cd3ca0f967aaf6fa15899',0,1,1778448474,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4NDc0O3M6NDoibGFzdCI7aToxNzc4NDQ4NDc0O3M6Mzoibm93IjtpOjE3Nzg0NDg0NzQ7fXM6NToidG9rZW4iO3M6MzI6IjdjYzFhNDEzMjZhOWRmNGUwN2ViZGZiNzZjZWUyYjFiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'c6902bdcc9c0b31d0c436cacf098c1f9',0,1,1778485336,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDg1MzM0O3M6NDoibGFzdCI7aToxNzc4NDg1MzM0O3M6Mzoibm93IjtpOjE3Nzg0ODUzMzQ7fXM6NToidG9rZW4iO3M6MzI6IjBhNzlhOTk4N2Q0ZDM0OWUyY2JiMWZiYTViN2ZlMTlhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'c6ca63567b525d7afd200b0e3f66d89c',0,1,1778448411,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4NDEwO3M6NDoibGFzdCI7aToxNzc4NDQ4NDEwO3M6Mzoibm93IjtpOjE3Nzg0NDg0MTA7fXM6NToidG9rZW4iO3M6MzI6IjFjNjQzZTkwMmFmNzhlN2U5ODgzNzI2OGRjZWM5NzhhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'c7c273cac8efb9fdfdc16bae1145c34f',0,1,1778448208,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MjA4O3M6NDoibGFzdCI7aToxNzc4NDQ4MjA4O3M6Mzoibm93IjtpOjE3Nzg0NDgyMDg7fXM6NToidG9rZW4iO3M6MzI6IjkwMjA2NGIzMWY0Y2NlMjMzMmQxM2M3MjAxMTg4OTEyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'c812586785e9dfbf5ec800f2bd511097',0,1,1778575399,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1Mzk5O3M6NDoibGFzdCI7aToxNzc4NTc1Mzk5O3M6Mzoibm93IjtpOjE3Nzg1NzUzOTk7fXM6NToidG9rZW4iO3M6MzI6IjYwNzliNDlkZmI1ZDBkMjk1NjlkYmQzMTcwMzY3MDg3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'caba8ec4162135b377eaaf026165d68b',0,1,1778447892,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ3ODkyO3M6NDoibGFzdCI7aToxNzc4NDQ3ODkyO3M6Mzoibm93IjtpOjE3Nzg0NDc4OTI7fXM6NToidG9rZW4iO3M6MzI6IjA2NGJjZDY0YTE3MDA4ZDMwNjEwOWNkYzI1ZGViOTU4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd2ab03bb1f7ca975249c2f2b0e26f608',0,1,1778534838,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTM0ODM3O3M6NDoibGFzdCI7aToxNzc4NTM0ODM3O3M6Mzoibm93IjtpOjE3Nzg1MzQ4Mzc7fXM6NToidG9rZW4iO3M6MzI6IjYwYTVlNWE0MDU5NzQyMDg3ZDlmNGYxYTlkNDliNzgwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd36fbee9959cd5ddef8b00118a46789e',0,1,1778474093,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDc0MDkyO3M6NDoibGFzdCI7aToxNzc4NDc0MDkyO3M6Mzoibm93IjtpOjE3Nzg0NzQwOTI7fXM6NToidG9rZW4iO3M6MzI6ImNkYmRjZjMzOTVlMDY1ZWY2NTBiODk2OWVhN2Q0ZDg0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd4a591a3a9e27d6169ad18f5039f8706',0,1,1778448233,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ4MjMyO3M6NDoibGFzdCI7aToxNzc4NDQ4MjMyO3M6Mzoibm93IjtpOjE3Nzg0NDgyMzI7fXM6NToidG9rZW4iO3M6MzI6IjQ0YzgyZTJmZjczY2Y2NmQ3YjQ3MTczZTAyNjc4MmYwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd5a66946f58ba1ee357e867aa1d4275a',0,1,1778515226,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTE0ODg1O3M6NDoibGFzdCI7aToxNzc4NTE0ODg1O3M6Mzoibm93IjtpOjE3Nzg1MTUyMjM7fXM6NToidG9rZW4iO3M6MzI6ImYyMGI3NjkyYzliZjIwYjQyYjlkZjc2MjYzNGZlYWQ5IjtzOjc6ImNvdW50ZXIiO2k6MTt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'df0eb5e3e9753103e7bf20d8eb8ac382',0,1,1778502703,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTAyNzAxO3M6NDoibGFzdCI7aToxNzc4NTAyNzAxO3M6Mzoibm93IjtpOjE3Nzg1MDI3MDE7fXM6NToidG9rZW4iO3M6MzI6IjJiOWIzNTQyZTU4OGJlMmZkZGU2MjJiMzRhZTZhMDE1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e08cc84d8270f3a67412b651aaf892cb',0,1,1778447882,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDQ3ODgxO3M6NDoibGFzdCI7aToxNzc4NDQ3ODgxO3M6Mzoibm93IjtpOjE3Nzg0NDc4ODE7fXM6NToidG9rZW4iO3M6MzI6ImYyNDI1NzA4ZGZiN2NiMWNlMzQ3OWY5ZjkwNWZjMDE5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ea530bdd62569e3a06706879d0e3edd9',0,1,1778551664,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUxNTU0O3M6NDoibGFzdCI7aToxNzc4NTUxNTkyO3M6Mzoibm93IjtpOjE3Nzg1NTE2NjQ7fXM6NToidG9rZW4iO3M6MzI6IjFiMTBlZjQ4MGMyZTc3ZDk3ZjU2OGFlN2Q1NWNhN2YyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'eccd2c72ab14c73b0c0ef8dc0da530dc',NULL,1,1778551176,'joomla|s:416:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUxMTc1O3M6NDoibGFzdCI7aToxNzc4NTUxMTc1O3M6Mzoibm93IjtpOjE3Nzg1NTExNzU7fXM6NToidG9rZW4iO3M6MzI6IjJlZmJmYWViZWNlMGVlZTA2YzVjZThhZmIyMmY5MDkwIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'f3254581b14eca703842cf03da23d216',0,1,1778519210,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTE5MjA5O3M6NDoibGFzdCI7aToxNzc4NTE5MjA5O3M6Mzoibm93IjtpOjE3Nzg1MTkyMDk7fXM6NToidG9rZW4iO3M6MzI6ImI0OGYzYjA1Mzg2YWU2YjlmMmMyZTFhODJiZDYxNjRlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f609986bc7e4b5dbb862c6eabb97234a',0,1,1778601681,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxNjgwO3M6NDoibGFzdCI7aToxNzc4NjAxNjgwO3M6Mzoibm93IjtpOjE3Nzg2MDE2ODA7fXM6NToidG9rZW4iO3M6MzI6IjU5YWRhNGU2ZWFlYjhkNzE0Y2Q4MTUyMzY1NzdjZjgyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'fac7294b1e55d54b3a107cba325cc931',0,1,1778454345,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NDU0MzQzO3M6NDoibGFzdCI7aToxNzc4NDU0MzQzO3M6Mzoibm93IjtpOjE3Nzg0NTQzNDM7fXM6NToidG9rZW4iO3M6MzI6Ijk5ZWVkZWQ2MzU1MzQ4MDVkMWE3MzVhZmNkMGY5NzMzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'fff21246b7eb14d7ab1f81f4332b9476',0,1,1778542185,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTQyMTg0O3M6NDoibGFzdCI7aToxNzc4NTQyMTg0O3M6Mzoibm93IjtpOjE3Nzg1NDIxODQ7fXM6NToidG9rZW4iO3M6MzI6ImFkMmFjN2E4OTNiM2MwMDUyNDhkZDg4YWY5NDcxZGY5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,'');
/*!40000 ALTER TABLE `cql20_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_tags`
--
DROP TABLE IF EXISTS `cql20_tags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_tags` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int unsigned NOT NULL DEFAULT '0',
`lft` int NOT NULL DEFAULT '0',
`rgt` int NOT NULL DEFAULT '0',
`level` int unsigned NOT NULL DEFAULT '0',
`path` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`access` int unsigned NOT NULL DEFAULT '0',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`metadesc` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta description for the page.',
`metakey` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The keywords for the page.',
`metadata` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded metadata properties.',
`created_user_id` int unsigned NOT NULL DEFAULT '0',
`created_time` datetime NOT NULL,
`created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`modified_user_id` int unsigned NOT NULL DEFAULT '0',
`modified_time` datetime NOT NULL,
`images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`urls` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`hits` int unsigned NOT NULL DEFAULT '0',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`version` int unsigned NOT NULL DEFAULT '1',
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `tag_idx` (`published`,`access`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_path` (`path`(100)),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_alias` (`alias`(100)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_tags`
--
LOCK TABLES `cql20_tags` WRITE;
/*!40000 ALTER TABLE `cql20_tags` DISABLE KEYS */;
INSERT INTO `cql20_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,NULL,NULL,1,'','','','',393,'2023-07-05 22:04:27','',393,'2023-07-05 22:04:27','','',0,'*',1,NULL,NULL);
/*!40000 ALTER TABLE `cql20_tags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_template_overrides`
--
DROP TABLE IF EXISTS `cql20_template_overrides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_template_overrides` (
`id` int unsigned NOT NULL,
`template` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`hash_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`extension_id` int DEFAULT '0',
`state` tinyint NOT NULL DEFAULT '0',
`action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`client_id` tinyint unsigned NOT NULL DEFAULT '0',
`created_date` datetime NOT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_template` (`template`),
KEY `idx_extension_id` (`extension_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_template_overrides`
--
LOCK TABLES `cql20_template_overrides` WRITE;
/*!40000 ALTER TABLE `cql20_template_overrides` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_template_overrides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_template_styles`
--
DROP TABLE IF EXISTS `cql20_template_styles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_template_styles` (
`id` int unsigned NOT NULL,
`template` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`client_id` tinyint unsigned NOT NULL DEFAULT '0',
`home` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`inheritable` tinyint NOT NULL DEFAULT '0',
`parent` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_template` (`template`),
KEY `idx_client_id` (`client_id`),
KEY `idx_client_id_home` (`client_id`,`home`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_template_styles`
--
LOCK TABLES `cql20_template_styles` WRITE;
/*!40000 ALTER TABLE `cql20_template_styles` DISABLE KEYS */;
INSERT INTO `cql20_template_styles` VALUES (10,'atum',1,'1','Atum - Default',1,'','{\"hue\":\"hsl(214, 63%, 20%)\",\"bg-light\":\"#f0f4fb\",\"text-dark\":\"#495057\",\"text-light\":\"#ffffff\",\"link-color\":\"#2a69b8\",\"special-color\":\"#001b4c\",\"monochrome\":\"0\",\"loginLogo\":\"\",\"loginLogoAlt\":\"\",\"logoBrandLarge\":\"\",\"logoBrandLargeAlt\":\"\",\"logoBrandSmall\":\"\",\"logoBrandSmallAlt\":\"\"}'),(11,'cassiopeia',0,'0','Cassiopeia - Default',1,'','{\"brand\":\"1\",\"logoFile\":\"\",\"siteTitle\":\"\",\"siteDescription\":\"\",\"useFontScheme\":\"0\",\"colorName\":\"colors_standard\",\"fluidContainer\":\"0\",\"stickyHeader\":0,\"backTop\":0}'),(12,'g5_helium',0,'es-ES','Helium - Predeterminado',0,'','{\"configuration\":\"12\",\"preset\":\"default\"}'),(13,'g5_helium',0,'0','Helium - Helium - particles',0,'','{\"configuration\":\"13\",\"preset\":\"home_-_particles\"}'),(14,'g5_helium',0,'0','Helium - Helium - Inicio',0,'','{\"configuration\":\"14\",\"preset\":\"default\"}'),(15,'g5_helium',0,'0','Helium - Helium - Contacto',0,'','{\"configuration\":\"15\",\"preset\":\"default\"}'),(16,'g5_helium',0,'0','Helium - Helium - plan',0,'','{\"configuration\":\"16\",\"preset\":\"default\"}');
/*!40000 ALTER TABLE `cql20_template_styles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_ucm_base`
--
DROP TABLE IF EXISTS `cql20_ucm_base`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_ucm_base` (
`ucm_id` int unsigned NOT NULL,
`ucm_item_id` int NOT NULL,
`ucm_type_id` int NOT NULL,
`ucm_language_id` int NOT NULL,
PRIMARY KEY (`ucm_id`),
KEY `idx_ucm_item_id` (`ucm_item_id`),
KEY `idx_ucm_type_id` (`ucm_type_id`),
KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_ucm_base`
--
LOCK TABLES `cql20_ucm_base` WRITE;
/*!40000 ALTER TABLE `cql20_ucm_base` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_ucm_base` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_ucm_content`
--
DROP TABLE IF EXISTS `cql20_ucm_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_ucm_content` (
`core_content_id` int unsigned NOT NULL,
`core_type_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
`core_title` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`core_body` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`core_state` tinyint NOT NULL DEFAULT '0',
`core_checked_out_time` datetime DEFAULT NULL,
`core_checked_out_user_id` int unsigned DEFAULT NULL,
`core_access` int unsigned NOT NULL DEFAULT '0',
`core_params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`core_featured` tinyint unsigned NOT NULL DEFAULT '0',
`core_metadata` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
`core_created_user_id` int unsigned NOT NULL DEFAULT '0',
`core_created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`core_created_time` datetime NOT NULL,
`core_modified_user_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified',
`core_modified_time` datetime NOT NULL,
`core_language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`core_publish_up` datetime DEFAULT NULL,
`core_publish_down` datetime DEFAULT NULL,
`core_content_item_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'ID from the individual type table',
`asset_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
`core_images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`core_urls` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`core_hits` int unsigned NOT NULL DEFAULT '0',
`core_version` int unsigned NOT NULL DEFAULT '1',
`core_ordering` int NOT NULL DEFAULT '0',
`core_metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`core_metadesc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`core_catid` int unsigned NOT NULL DEFAULT '0',
`core_type_id` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`core_content_id`),
KEY `tag_idx` (`core_state`,`core_access`),
KEY `idx_access` (`core_access`),
KEY `idx_alias` (`core_alias`(100)),
KEY `idx_language` (`core_language`),
KEY `idx_title` (`core_title`(100)),
KEY `idx_modified_time` (`core_modified_time`),
KEY `idx_created_time` (`core_created_time`),
KEY `idx_content_type` (`core_type_alias`(100)),
KEY `idx_core_modified_user_id` (`core_modified_user_id`),
KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
KEY `idx_core_created_user_id` (`core_created_user_id`),
KEY `idx_core_type_id` (`core_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_ucm_content`
--
LOCK TABLES `cql20_ucm_content` WRITE;
/*!40000 ALTER TABLE `cql20_ucm_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_ucm_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_update_sites`
--
DROP TABLE IF EXISTS `cql20_update_sites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_update_sites` (
`update_site_id` int NOT NULL,
`name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`location` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`enabled` int DEFAULT '0',
`last_check_timestamp` bigint DEFAULT '0',
`extra_query` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_update_sites`
--
LOCK TABLES `cql20_update_sites` WRITE;
/*!40000 ALTER TABLE `cql20_update_sites` DISABLE KEYS */;
INSERT INTO `cql20_update_sites` VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/list.xml',1,1748296134,'',NULL,NULL),(2,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_4.xml',1,1748296134,'',NULL,NULL),(3,'Joomla! Update Component','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1748296135,'',NULL,NULL),(4,'Gantry 5','extension','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml',1,1748296135,'',NULL,NULL),(5,'Gantry 5','collection','http://updates.gantry.org/5.0/joomla/list.xml',1,1748296136,'',NULL,NULL),(6,'Helium Template','extension','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml',1,1748296137,'',NULL,NULL),(7,'Regular Labs Library','extension','https://download.regularlabs.com/updates.xml?e=library&type=.xml',1,1748296138,'',NULL,NULL),(8,'Sourcerer','extension','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml',1,1748296139,'',NULL,NULL),(9,'Simple Sliders Plugin','extension','http://www.lesarbresdesign.info/jupdate?product=plg_simplesliders',1,1748296166,'',NULL,NULL);
/*!40000 ALTER TABLE `cql20_update_sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_update_sites_extensions`
--
DROP TABLE IF EXISTS `cql20_update_sites_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_update_sites_extensions` (
`update_site_id` int NOT NULL DEFAULT '0',
`extension_id` int NOT NULL DEFAULT '0',
PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_update_sites_extensions`
--
LOCK TABLES `cql20_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `cql20_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `cql20_update_sites_extensions` VALUES (1,227),(2,228),(2,235),(3,24),(4,243),(5,243),(6,244),(7,250),(8,253),(9,254);
/*!40000 ALTER TABLE `cql20_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_updates`
--
DROP TABLE IF EXISTS `cql20_updates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_updates` (
`update_id` int NOT NULL,
`update_site_id` int DEFAULT '0',
`extension_id` int DEFAULT '0',
`name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`element` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`folder` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`client_id` tinyint DEFAULT '0',
`version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`detailsurl` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`infourl` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`changelogurl` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`extra_query` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
PRIMARY KEY (`update_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_updates`
--
LOCK TABLES `cql20_updates` WRITE;
/*!40000 ALTER TABLE `cql20_updates` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_updates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_keys`
--
DROP TABLE IF EXISTS `cql20_user_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_user_keys` (
`id` int unsigned NOT NULL,
`user_id` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`series` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`time` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`uastring` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `series` (`series`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_user_keys`
--
LOCK TABLES `cql20_user_keys` WRITE;
/*!40000 ALTER TABLE `cql20_user_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_mfa`
--
DROP TABLE IF EXISTS `cql20_user_mfa`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_user_mfa` (
`id` int NOT NULL,
`user_id` int unsigned NOT NULL,
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`default` tinyint NOT NULL DEFAULT '0',
`options` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_on` datetime NOT NULL,
`last_used` datetime DEFAULT NULL,
`tries` int NOT NULL DEFAULT '0',
`last_try` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Multi-factor Authentication settings';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_user_mfa`
--
LOCK TABLES `cql20_user_mfa` WRITE;
/*!40000 ALTER TABLE `cql20_user_mfa` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_mfa` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_notes`
--
DROP TABLE IF EXISTS `cql20_user_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_user_notes` (
`id` int unsigned NOT NULL,
`user_id` int unsigned NOT NULL DEFAULT '0',
`catid` int unsigned NOT NULL DEFAULT '0',
`subject` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`state` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`created_user_id` int unsigned NOT NULL DEFAULT '0',
`created_time` datetime NOT NULL,
`modified_user_id` int unsigned NOT NULL DEFAULT '0',
`modified_time` datetime NOT NULL,
`review_time` datetime DEFAULT NULL,
`publish_up` datetime DEFAULT NULL,
`publish_down` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_user_id` (`user_id`),
KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_user_notes`
--
LOCK TABLES `cql20_user_notes` WRITE;
/*!40000 ALTER TABLE `cql20_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_profiles`
--
DROP TABLE IF EXISTS `cql20_user_profiles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_user_profiles` (
`user_id` int NOT NULL,
`profile_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`profile_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`ordering` int NOT NULL DEFAULT '0',
UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_user_profiles`
--
LOCK TABLES `cql20_user_profiles` WRITE;
/*!40000 ALTER TABLE `cql20_user_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_usergroup_map`
--
DROP TABLE IF EXISTS `cql20_user_usergroup_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_user_usergroup_map` (
`user_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
`group_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_user_usergroup_map`
--
LOCK TABLES `cql20_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `cql20_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `cql20_user_usergroup_map` VALUES (393,8);
/*!40000 ALTER TABLE `cql20_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_usergroups`
--
DROP TABLE IF EXISTS `cql20_usergroups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_usergroups` (
`id` int unsigned NOT NULL COMMENT 'Primary Key',
`parent_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
`lft` int NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
`rgt` int NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
`title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
KEY `idx_usergroup_title_lookup` (`title`),
KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_usergroups`
--
LOCK TABLES `cql20_usergroups` WRITE;
/*!40000 ALTER TABLE `cql20_usergroups` DISABLE KEYS */;
INSERT INTO `cql20_usergroups` VALUES (1,0,1,18,'Public'),(2,1,8,15,'Registered'),(3,2,9,14,'Author'),(4,3,10,13,'Editor'),(5,4,11,12,'Publisher'),(6,1,4,7,'Manager'),(7,6,5,6,'Administrator'),(8,1,16,17,'Super Users'),(9,1,2,3,'Guest');
/*!40000 ALTER TABLE `cql20_usergroups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_users`
--
DROP TABLE IF EXISTS `cql20_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_users` (
`id` int NOT NULL,
`name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`username` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`block` tinyint NOT NULL DEFAULT '0',
`sendEmail` tinyint DEFAULT '0',
`registerDate` datetime NOT NULL,
`lastvisitDate` datetime DEFAULT NULL,
`activation` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`lastResetTime` datetime DEFAULT NULL COMMENT 'Date of last password reset',
`resetCount` int NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
`otpKey` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
`otep` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Backup Codes',
`requireReset` tinyint NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login',
`authProvider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Name of used authentication plugin',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_name` (`name`(100)),
KEY `idx_block` (`block`),
KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_users`
--
LOCK TABLES `cql20_users` WRITE;
/*!40000 ALTER TABLE `cql20_users` DISABLE KEYS */;
INSERT INTO `cql20_users` VALUES (393,'Administrador','admin','[email protected]','$2y$10$9Z/Z/LiuCVAXS1A7sNJXNu8Hb9pZzY0HRA5Gfortwty8nPPwzv0Q.',0,1,'2023-07-05 22:05:29','2025-05-26 21:48:51','0','',NULL,0,'','',0,'');
/*!40000 ALTER TABLE `cql20_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_viewlevels`
--
DROP TABLE IF EXISTS `cql20_viewlevels`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_viewlevels` (
`id` int unsigned NOT NULL COMMENT 'Primary Key',
`title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`ordering` int NOT NULL DEFAULT '0',
`rules` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_viewlevels`
--
LOCK TABLES `cql20_viewlevels` WRITE;
/*!40000 ALTER TABLE `cql20_viewlevels` DISABLE KEYS */;
INSERT INTO `cql20_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',2,'[6,2,8]'),(3,'Special',3,'[6,3,8]'),(5,'Guest',1,'[9]'),(6,'Super Users',4,'[8]');
/*!40000 ALTER TABLE `cql20_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_webauthn_credentials`
--
DROP TABLE IF EXISTS `cql20_webauthn_credentials`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_webauthn_credentials` (
`id` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Credential ID',
`user_id` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'User handle',
`label` varchar(190) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Human readable label',
`credential` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Credential source data, JSON format',
PRIMARY KEY (`id`(100)),
KEY `user_id` (`user_id`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_webauthn_credentials`
--
LOCK TABLES `cql20_webauthn_credentials` WRITE;
/*!40000 ALTER TABLE `cql20_webauthn_credentials` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_webauthn_credentials` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflow_associations`
--
DROP TABLE IF EXISTS `cql20_workflow_associations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_workflow_associations` (
`item_id` int NOT NULL DEFAULT '0' COMMENT 'Extension table id value',
`stage_id` int NOT NULL COMMENT 'Foreign Key to #__workflow_stages.id',
`extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`item_id`,`extension`),
KEY `idx_item_stage_extension` (`item_id`,`stage_id`,`extension`),
KEY `idx_item_id` (`item_id`),
KEY `idx_stage_id` (`stage_id`),
KEY `idx_extension` (`extension`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_workflow_associations`
--
LOCK TABLES `cql20_workflow_associations` WRITE;
/*!40000 ALTER TABLE `cql20_workflow_associations` DISABLE KEYS */;
INSERT INTO `cql20_workflow_associations` VALUES (2,1,'com_content.article'),(3,1,'com_content.article'),(4,1,'com_content.article'),(5,1,'com_content.article'),(6,1,'com_content.article'),(7,1,'com_content.article'),(8,1,'com_content.article'),(9,1,'com_content.article'),(10,1,'com_content.article');
/*!40000 ALTER TABLE `cql20_workflow_associations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflow_stages`
--
DROP TABLE IF EXISTS `cql20_workflow_stages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_workflow_stages` (
`id` int NOT NULL,
`asset_id` int DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0',
`workflow_id` int NOT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`default` tinyint NOT NULL DEFAULT '0',
`checked_out_time` datetime DEFAULT NULL,
`checked_out` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_workflow_id` (`workflow_id`),
KEY `idx_checked_out` (`checked_out`),
KEY `idx_title` (`title`(191)),
KEY `idx_asset_id` (`asset_id`),
KEY `idx_default` (`default`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_workflow_stages`
--
LOCK TABLES `cql20_workflow_stages` WRITE;
/*!40000 ALTER TABLE `cql20_workflow_stages` DISABLE KEYS */;
INSERT INTO `cql20_workflow_stages` VALUES (1,57,1,1,1,'COM_WORKFLOW_BASIC_STAGE','',1,NULL,NULL);
/*!40000 ALTER TABLE `cql20_workflow_stages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflow_transitions`
--
DROP TABLE IF EXISTS `cql20_workflow_transitions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_workflow_transitions` (
`id` int NOT NULL,
`asset_id` int DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0',
`workflow_id` int NOT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`from_stage_id` int NOT NULL,
`to_stage_id` int NOT NULL,
`options` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`checked_out_time` datetime DEFAULT NULL,
`checked_out` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_title` (`title`(191)),
KEY `idx_asset_id` (`asset_id`),
KEY `idx_checked_out` (`checked_out`),
KEY `idx_from_stage_id` (`from_stage_id`),
KEY `idx_to_stage_id` (`to_stage_id`),
KEY `idx_workflow_id` (`workflow_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_workflow_transitions`
--
LOCK TABLES `cql20_workflow_transitions` WRITE;
/*!40000 ALTER TABLE `cql20_workflow_transitions` DISABLE KEYS */;
INSERT INTO `cql20_workflow_transitions` VALUES (1,58,1,1,1,'UNPUBLISH','',-1,1,'{\"publishing\":\"0\"}',NULL,NULL),(2,59,2,1,1,'PUBLISH','',-1,1,'{\"publishing\":\"1\"}',NULL,NULL),(3,60,3,1,1,'TRASH','',-1,1,'{\"publishing\":\"-2\"}',NULL,NULL),(4,61,4,1,1,'ARCHIVE','',-1,1,'{\"publishing\":\"2\"}',NULL,NULL),(5,62,5,1,1,'FEATURE','',-1,1,'{\"featuring\":\"1\"}',NULL,NULL),(6,63,6,1,1,'UNFEATURE','',-1,1,'{\"featuring\":\"0\"}',NULL,NULL),(7,64,7,1,1,'PUBLISH_AND_FEATURE','',-1,1,'{\"publishing\":\"1\",\"featuring\":\"1\"}',NULL,NULL);
/*!40000 ALTER TABLE `cql20_workflow_transitions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflows`
--
DROP TABLE IF EXISTS `cql20_workflows`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_workflows` (
`id` int NOT NULL,
`asset_id` int DEFAULT '0',
`published` tinyint NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`default` tinyint NOT NULL DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0',
`created` datetime NOT NULL,
`created_by` int NOT NULL DEFAULT '0',
`modified` datetime NOT NULL,
`modified_by` int NOT NULL DEFAULT '0',
`checked_out_time` datetime DEFAULT NULL,
`checked_out` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_asset_id` (`asset_id`),
KEY `idx_title` (`title`(191)),
KEY `idx_extension` (`extension`),
KEY `idx_default` (`default`),
KEY `idx_created` (`created`),
KEY `idx_created_by` (`created_by`),
KEY `idx_modified` (`modified`),
KEY `idx_modified_by` (`modified_by`),
KEY `idx_checked_out` (`checked_out`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_workflows`
--
LOCK TABLES `cql20_workflows` WRITE;
/*!40000 ALTER TABLE `cql20_workflows` DISABLE KEYS */;
INSERT INTO `cql20_workflows` VALUES (1,56,1,'COM_WORKFLOW_BASIC_WORKFLOW','','com_content.article',1,1,'2023-07-05 22:04:34',393,'2023-07-05 22:04:34',393,NULL,NULL);
/*!40000 ALTER TABLE `cql20_workflows` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'mercadeo'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2026-05-12 14:44:08